void __PhpSyntax_dataTypeReallyNotSet(
)
|
|
additional check for a var that has never been metioned, not even as "var $x" in a class.
i have expected to get 'unknown type'. (andrej)
void __PhpSyntax_lousyBool_intFalse(
)
|
|
an expression like (0) uses to return false not true.
because php treats <=0 as false and >=1 as true. i like this behavior.