Property | Type | Description | |
---|---|---|---|
$_expecting | boolean | ||
$_expectingVariable | |||
$_readOnly | boolean | ||
$envConstants | array | Reserved ENV Constants | |
$magicConstants | array | Magic constants | |
$resources |
Method | Description | |
---|---|---|
compile ( array $expression, Zephir\CompilationContext $compilationContext ) : Zephir\CompiledExpression | Resolves a PHP constant value into C-code | |
setExpectReturn ( boolean $expecting, |
Sets if the variable must be resolved into a direct variable symbol create a temporary value or ignore the return value | |
setReadOnly ( boolean $readOnly ) | Sets if the result of the evaluated expression is read only |
public setExpectReturn ( boolean $expecting, |
||
$expecting | boolean | |
$expectingVariable |
public setReadOnly ( boolean $readOnly ) | ||
$readOnly | boolean |
protected Variable,Zephir $_expectingVariable | ||
return |
protected array $envConstants | ||
return | array |