Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h144 ZEND_AST_STATIC_CALL, enumerator
H A Dzend_language_parser.y1058 { $$ = zend_ast_create(ZEND_AST_STATIC_CALL, $1, $3, $4); }
1060 { $$ = zend_ast_create(ZEND_AST_STATIC_CALL, $1, $3, $4); }
H A Dzend_ast.c1947 case ZEND_AST_STATIC_CALL: in zend_ast_export_ex()
H A Dzend_compile.c2197 || ast->kind == ZEND_AST_STATIC_CALL; in zend_is_call()
2717 if (ast->kind == ZEND_AST_METHOD_CALL || ast->kind == ZEND_AST_STATIC_CALL) { in zend_ensure_writable_variable()
8615 case ZEND_AST_STATIC_CALL: in zend_compile_expr()
8746 case ZEND_AST_STATIC_CALL: in zend_compile_var()

Completed in 41 milliseconds