Searched refs:ZEND_AST_NULLSAFE_PROP (Results 1 – 4 of 4) sorted by relevance
114 ZEND_AST_NULLSAFE_PROP, enumerator
1417 { $$ = zend_ast_create(ZEND_AST_NULLSAFE_PROP, $1, $3); }1443 { $$ = zend_ast_create(ZEND_AST_NULLSAFE_PROP, $1, $3); }1519 { $$ = zend_ast_create(ZEND_AST_NULLSAFE_PROP,
2287 case ZEND_AST_NULLSAFE_PROP: in zend_ast_kind_is_short_circuited()2307 case ZEND_AST_NULLSAFE_PROP: in zend_ast_is_short_circuited()3297 case ZEND_AST_NULLSAFE_PROP: in zend_compile_assign()3468 case ZEND_AST_NULLSAFE_PROP: in zend_compile_compound_assign()4915 case ZEND_AST_NULLSAFE_PROP: in zend_compile_unset()9243 case ZEND_AST_NULLSAFE_PROP: in zend_compile_assign_coalesce()9483 case ZEND_AST_NULLSAFE_PROP: in zend_compile_isset_or_empty()10312 case ZEND_AST_NULLSAFE_PROP: in zend_compile_expr_inner()10452 case ZEND_AST_NULLSAFE_PROP: in zend_compile_var_inner()10496 case ZEND_AST_NULLSAFE_PROP: in zend_delayed_compile_var()[all …]
908 case ZEND_AST_NULLSAFE_PROP: in zend_ast_evaluate_ex()919 if (ast->kind == ZEND_AST_NULLSAFE_PROP && Z_TYPE(op1) == IS_NULL) { in zend_ast_evaluate_ex()2037 case ZEND_AST_NULLSAFE_PROP: in zend_ast_export_ex()2039 smart_str_appends(str, ast->kind == ZEND_AST_NULLSAFE_PROP ? "?->" : "->"); in zend_ast_export_ex()
Completed in 65 milliseconds