Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h154 ZEND_AST_STATIC_CALL, enumerator
H A Dzend_language_parser.y1201 { $$ = zend_ast_create(ZEND_AST_STATIC_CALL, $1, $3, $4); }
1203 { $$ = zend_ast_create(ZEND_AST_STATIC_CALL, $1, $3, $4); }
H A Dzend_compile.c2256 case ZEND_AST_STATIC_CALL: in zend_ast_kind_is_short_circuited()
2270 case ZEND_AST_STATIC_CALL: in zend_ast_is_short_circuited()
2477 || ast->kind == ZEND_AST_STATIC_CALL; in zend_is_call()
3028 || ast->kind == ZEND_AST_STATIC_CALL in zend_ensure_writable_variable()
9529 case ZEND_AST_STATIC_CALL: in zend_compile_expr_inner()
9675 case ZEND_AST_STATIC_CALL: in zend_compile_var_inner()
H A Dzend_ast.c2092 case ZEND_AST_STATIC_CALL: in zend_ast_export_ex()

Completed in 42 milliseconds