Searched refs:ZEND_AST_UNARY_OP (Results 1 – 4 of 4) sorted by relevance
81 ZEND_AST_UNARY_OP, enumerator
915 | '!' expr { $$ = zend_ast_create_ex(ZEND_AST_UNARY_OP, ZEND_BOOL_NOT, $2); }916 | '~' expr { $$ = zend_ast_create_ex(ZEND_AST_UNARY_OP, ZEND_BW_NOT, $2); }
266 case ZEND_AST_UNARY_OP: in zend_ast_evaluate()1268 case ZEND_AST_UNARY_OP: in zend_ast_export_ex()
6450 zend_ast *not_ast = zend_ast_create_ex(ZEND_AST_UNARY_OP, ZEND_BOOL_NOT, var_ast); in zend_compile_isset_or_empty()6901 || kind == ZEND_AST_UNARY_OP in zend_is_allowed_in_const_expr()7238 case ZEND_AST_UNARY_OP: in zend_compile_expr()7445 case ZEND_AST_UNARY_OP: in zend_eval_const_expr()
Completed in 37 milliseconds