Aer/include
Rafal Kupiec 07bd3ceec3
The build was successful. Details
Reimplement 'parent' construct as variable $parent.
This commit also adds new controls to variables, which prevents from re-assigning a value when set. Thanks to that, both $this and $parent cannot be overwritten by using OP_STORE instruction. Other instructions still need some
work.
2019-05-08 08:26:48 +02:00
..
compiler.h Remove unused compiler function - PH7_CompileLangConstruct(). 2019-05-04 18:53:11 +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 Reimplement 'parent' construct as variable $parent. 2019-05-08 08:26:48 +02:00