Aer/engine
Rafal Kupiec 90b5a8797a
Fix a bug allowing to pass an array as argument to the method/closure that takes a scalar.
2019-03-22 08:59:12 +01:00
..
lib Correct comments. 2018-09-10 20:17:42 +02:00
api.c Initial support for char data type. 2018-11-26 20:37:51 +01:00
builtin.c PH7_VmMemoryError() always breaks script execution. 2019-03-09 13:59:04 +01:00
compiler.c Temporary workaround to allow the use of curly braces and array() syntax concurrently. 2019-03-21 17:30:08 +01:00
constant.c Implement PH7_VmExtractActiveClass(). 2018-08-22 15:33:16 +02:00
hashmap.c Fix var_dump() for mixed arrays. 2018-11-13 20:24:55 +01:00
lexer.c Revert f1d4d80f65. 2019-03-11 08:16:51 +01:00
memobj.c Extension to PHP, standard in AerScript. 2019-03-21 06:19:27 +01:00
oop.c This is true about PH7, but not about the AerScript. 2019-03-20 19:39:30 +01:00
parser.c Allow the array to be defined inside curly braces, instead of using array() keyword. 2019-03-21 17:27:19 +01:00
vfs.c PH7_VmMemoryError() always breaks script execution. 2019-03-09 13:59:04 +01:00
vm.c Fix a bug allowing to pass an array as argument to the method/closure that takes a scalar. 2019-03-22 08:59:12 +01:00