Home
last modified time | relevance | path

Searched refs:ZEND_AST_STATIC_CALL (Results 1 – 4 of 4) sorted by last modified time

/PHP-7.3/Zend/
H A Dzend_compile.c2391 || ast->kind == ZEND_AST_STATIC_CALL; in zend_is_variable()
2399 || ast->kind == ZEND_AST_STATIC_CALL; in zend_is_call()
2885 if (ast->kind == ZEND_AST_METHOD_CALL || ast->kind == ZEND_AST_STATIC_CALL) { in zend_ensure_writable_variable()
8347 case ZEND_AST_STATIC_CALL: in zend_compile_expr()
8475 case ZEND_AST_STATIC_CALL: in zend_compile_var()
H A Dzend_language_parser.y1031 { $$ = zend_ast_create(ZEND_AST_STATIC_CALL, $1, $3, $4); }
1033 { $$ = zend_ast_create(ZEND_AST_STATIC_CALL, $1, $3, $4); }
H A Dzend_ast.c1847 case ZEND_AST_STATIC_CALL: in zend_ast_export_ex()
H A Dzend_ast.h140 ZEND_AST_STATIC_CALL, enumerator

Completed in 94 milliseconds