Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_ast.h114 ZEND_AST_PROP, enumerator
H A Dzend_language_parser.y1454 { $$ = zend_ast_create(ZEND_AST_PROP, $1, $3); }
1480 { $$ = zend_ast_create(ZEND_AST_PROP, $1, $3); }
1555 { $$ = zend_ast_create(ZEND_AST_PROP,
H A Dzend_compile.c2412 case ZEND_AST_PROP: in zend_ast_kind_is_short_circuited()
2428 case ZEND_AST_PROP: in zend_ast_is_short_circuited()
3418 case ZEND_AST_PROP: in zend_compile_assign()
3589 case ZEND_AST_PROP: in zend_compile_compound_assign()
5061 case ZEND_AST_PROP: in zend_compile_unset()
9425 case ZEND_AST_PROP: in zend_compile_assign_coalesce()
9665 case ZEND_AST_PROP: in zend_compile_isset_or_empty()
10503 case ZEND_AST_PROP: in zend_compile_expr_inner()
10657 case ZEND_AST_PROP: in zend_compile_var_inner()
10701 case ZEND_AST_PROP: in zend_delayed_compile_var()
[all …]
H A Dzend_ast.c955 case ZEND_AST_PROP: in zend_ast_evaluate_inner()
2091 case ZEND_AST_PROP: in zend_ast_export_ex()

Completed in 38 milliseconds