Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_ast.h114 ZEND_AST_NULLSAFE_PROP, enumerator
H A Dzend_language_parser.y1417 { $$ = 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,
H A Dzend_compile.c2287 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 …]
H A Dzend_ast.c908 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