Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h156 ZEND_AST_STATIC_CALL, enumerator
H A Dzend_language_parser.y1330 { $$ = zend_ast_create(ZEND_AST_STATIC_CALL, $1, $3, $4); }
1332 { $$ = zend_ast_create(ZEND_AST_STATIC_CALL, $1, $3, $4); }
H A Dzend_compile.c2439 case ZEND_AST_STATIC_CALL: in zend_ast_kind_is_short_circuited()
2453 case ZEND_AST_STATIC_CALL: in zend_ast_is_short_circuited()
2696 || ast->kind == ZEND_AST_STATIC_CALL; in zend_is_call()
3343 || ast->kind == ZEND_AST_STATIC_CALL in zend_ensure_writable_variable()
10746 case ZEND_AST_STATIC_CALL: in zend_compile_expr_inner()
10882 case ZEND_AST_STATIC_CALL: in zend_compile_var_inner()
10906 case ZEND_AST_STATIC_CALL: in zend_compile_var_inner()
H A Dzend_ast.c2397 case ZEND_AST_STATIC_CALL: in zend_ast_export_ex()

Completed in 54 milliseconds