Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h143 ZEND_AST_METHOD_CALL = 3 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_language_parser.y1161 { $$ = zend_ast_create(ZEND_AST_METHOD_CALL, $1, $3, $4); }
H A Dzend_ast.c1939 case ZEND_AST_METHOD_CALL: in zend_ast_export_ex()
H A Dzend_compile.c2196 || ast->kind == ZEND_AST_METHOD_CALL in zend_is_call()
2717 if (ast->kind == ZEND_AST_METHOD_CALL || ast->kind == ZEND_AST_STATIC_CALL) { in zend_ensure_writable_variable()
8614 case ZEND_AST_METHOD_CALL: in zend_compile_expr()
8743 case ZEND_AST_METHOD_CALL: in zend_compile_var()

Completed in 57 milliseconds