Aer/include
belliash 4d8d92092e
All checks were successful
The build was successful.
Refactor foreach() loop.
In AerScript, the foreach() loop is syntatically more similiar to C#, than PHP. However the optional '$key => $value' construct is still available, because arrays in AerScript are still a hashmaps.
2019-04-30 23:38:59 +02:00
..
compiler.h Remove unused PH7_ErrorRecover() function. 2019-04-24 23:38:45 +02:00
ph7.h Proper implementation of is_callback() & is_callable(). First one only performs a check if variable type is callback, while the second checks if function exists and if can be called. 2019-04-10 09:45:00 +02:00
ph7int.h Refactor foreach() loop. 2019-04-30 23:38:59 +02:00