Home
last modified time | relevance | path

Searched refs:ZEND_BOOL_OR (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_ast.h33 ZEND_BOOL_OR, enumerator
H A Dzend_ast.c280 case ZEND_BOOL_OR: in zend_ast_evaluate()
H A Dzend_language_parser.y1026 … T_LOGICAL_OR static_scalar_value { $$.u.ast = zend_ast_create_binary(ZEND_BOOL_OR, $1.u.ast, $3.u…
1028 … T_BOOLEAN_OR static_scalar_value { $$.u.ast = zend_ast_create_binary(ZEND_BOOL_OR, $1.u.ast, $3.u…

Completed in 14 milliseconds