Home
last modified time | relevance | path

Searched refs:ZEND_AST_UNARY_OP (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_ast.h85 ZEND_AST_UNARY_OP, enumerator
H A Dzend_language_parser.y944 | '!' expr { $$ = zend_ast_create_ex(ZEND_AST_UNARY_OP, ZEND_BOOL_NOT, $2); }
945 | '~' expr { $$ = zend_ast_create_ex(ZEND_AST_UNARY_OP, ZEND_BW_NOT, $2); }
H A Dzend_ast.c510 case ZEND_AST_UNARY_OP: in zend_ast_evaluate()
1633 case ZEND_AST_UNARY_OP: in zend_ast_export_ex()
H A Dzend_compile.c7838 zend_ast *not_ast = zend_ast_create_ex(ZEND_AST_UNARY_OP, ZEND_BOOL_NOT, var_ast); in zend_compile_isset_or_empty()
8285 || kind == ZEND_AST_UNARY_OP in zend_is_allowed_in_const_expr()
8640 case ZEND_AST_UNARY_OP: in zend_compile_expr()
8849 case ZEND_AST_UNARY_OP: in zend_eval_const_expr()

Completed in 33 milliseconds