Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_ast.c1839 case ZEND_AST_METHOD_CALL: in zend_ast_export_ex()
H A Dzend_ast.h139 ZEND_AST_METHOD_CALL = 3 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_compile.c2390 || ast->kind == ZEND_AST_CALL || ast->kind == ZEND_AST_METHOD_CALL in zend_is_variable()
2398 || ast->kind == ZEND_AST_METHOD_CALL in zend_is_call()
2885 if (ast->kind == ZEND_AST_METHOD_CALL || ast->kind == ZEND_AST_STATIC_CALL) { in zend_ensure_writable_variable()
8346 case ZEND_AST_METHOD_CALL: in zend_compile_expr()
8472 case ZEND_AST_METHOD_CALL: in zend_compile_var()
H A Dzend_language_parser.y1134 { $$ = zend_ast_create(ZEND_AST_METHOD_CALL, $1, $3, $4); }

Completed in 47 milliseconds