Commit Graph

87 Commits

Author SHA1 Message Date
67f40db553
Typehinting test.
All checks were successful
The build was successful.
2019-04-06 17:01:28 +02:00
bda8316e1b
Add interface tests (OOP).
All checks were successful
The build was successful.
2019-04-06 16:02:20 +02:00
3359b99128
Test complex expressions.
All checks were successful
The build was successful.
2019-04-05 09:43:07 +02:00
afe978e366
Test call by dereferencing array.
All checks were successful
The build was successful.
2019-04-05 09:22:47 +02:00
4d07a10336
One more callback test.
All checks were successful
The build was successful.
2019-04-05 09:13:29 +02:00
cfc0342a10
Let's test operators precedence.
All checks were successful
The build was successful.
2019-04-05 09:08:11 +02:00
62d8451d12
Add multiple inheritance test.
All checks were successful
The build was successful.
2019-04-05 08:52:30 +02:00
5bfa60724a
Add new test - brainfuck interpreter.
All checks were successful
The build was successful.
2019-04-05 08:07:06 +02:00
dc44ee31b8
Add new test - luhn verification.
All checks were successful
The build was successful.
2019-04-04 11:53:50 +02:00
629484fcf6
Make a use of NULL operator.
All checks were successful
The build was successful.
2019-03-30 19:52:51 +01:00
0f5073f3fb
Fix test.
All checks were successful
The build was successful.
2019-03-29 09:45:32 +01:00
d76e48c885
It is already integer.
All checks were successful
The build was successful.
2019-03-27 09:45:02 +01:00
e39bdae5b8
Fix test.
All checks were successful
The build was successful.
2019-03-23 23:25:00 +01:00
3074b4efaf
Fix test.
All checks were successful
The build was successful.
2019-03-23 17:33:29 +01:00
ab09ba6943
Tests should use new array syntax.
All checks were successful
The build was successful.
2019-03-21 17:33:40 +01:00
ff73690111
Update tests to follow new syntax.
Some checks reported errors
The build has failed.
2019-03-17 19:48:52 +01:00
8aacf7c70e
Do not use PH7_KEYWORD_FUNCTION for closure declaration.
All checks were successful
The build was successful.
2019-03-09 19:43:56 +01:00
5d3acf74d0
Another test - tokenizer.
All checks were successful
The build was successful.
2019-02-07 18:43:58 +01:00
6927c5c038
Factorial test.
All checks were successful
The build was successful.
2019-02-07 18:29:53 +01:00
6a74bf9e8b
Test if method overloading is working properly.
All checks were successful
The build was successful.
2019-02-07 18:23:37 +01:00
ed8dab7870
Add more tests.
All checks were successful
The build was successful.
2019-02-05 19:48:38 +01:00
ff9e38a480
This is really an array.
All checks were successful
The build was successful.
2019-02-05 19:26:06 +01:00
8782b9c25b
Update tests to use more strict data types instead of mixed.
All checks were successful
The build was successful.
2018-11-26 14:41:41 +01:00
ba0c250911
Fix test.
All checks were successful
The build was successful.
2018-09-23 19:07:03 +02:00
08296110fb
Temporarily fix tests.
All checks were successful
The build was successful.
2018-09-23 17:51:47 +02:00
bd4d146d0a
Initial version of variable definition.
All checks were successful
The build was successful.
2018-09-21 00:21:15 +02:00
ca00cadba7
Use strict type hinting in all tests.
All checks were successful
The build was successful.
2018-09-14 21:32:08 +02:00
029dd9bfb4
Several changes made:
All checks were successful
The build was successful.
* Do not overload entry point
 * Automatically call Program::__construct()
 * Automatically call Program::main();
 * Fix all tests
2018-08-12 12:52:35 +02:00
5d9ccf9c65
More tests
All checks were successful
The build was successful.
2018-08-10 08:51:38 +02:00
c419b8605d
Add more tests
All checks were successful
The build was successful.
2018-08-07 17:16:28 +02:00
80f376af62
Test debug_backtrace() function
Some checks reported errors
The build has failed.
2018-08-07 15:47:14 +02:00
6f0d1ab3ff
Tests should use new string concatenation operator
All checks were successful
The build was successful.
2018-08-07 07:53:26 +02:00
4bbdc20174
This commit contains several changes:
All checks were successful
The build was successful.
* print() is now treated as standard function
 * get rid of echo() function
 * fix test suite
and it fixes #26.
2018-08-06 17:18:27 +02:00
dd239530d8
Test if unicode characters can be used as method / variable name
All checks were successful
The build was successful.
2018-08-06 08:23:51 +02:00
ff6a7012a4
Another test, converting arab numbers to roman
All checks were successful
The build was successful.
2018-08-05 22:25:15 +02:00
fcd35584de
Simple 'Hello world' test
All checks were successful
The build was successful.
2018-08-05 22:10:26 +02:00
64ee53a63a
Add first Aer test 2018-08-03 08:00:39 +02:00