Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h114 ZEND_AST_PROP, enumerator
H A Dzend_language_parser.y1462 { $$ = zend_ast_create(ZEND_AST_PROP, $1, $3); }
1488 { $$ = zend_ast_create(ZEND_AST_PROP, $1, $3); }
1563 { $$ = zend_ast_create(ZEND_AST_PROP,
H A Dzend_compile.c2434 case ZEND_AST_PROP: in zend_ast_kind_is_short_circuited()
2450 case ZEND_AST_PROP: in zend_ast_is_short_circuited()
3448 case ZEND_AST_PROP: in zend_compile_assign()
3622 case ZEND_AST_PROP: in zend_compile_compound_assign()
5249 case ZEND_AST_PROP: in zend_compile_unset()
9663 case ZEND_AST_PROP: in zend_compile_assign_coalesce()
9902 case ZEND_AST_PROP: in zend_compile_isset_or_empty()
10740 case ZEND_AST_PROP: in zend_compile_expr_inner()
10894 case ZEND_AST_PROP: in zend_compile_var_inner()
10938 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 122 milliseconds