Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h137 ZEND_AST_METHOD_CALL = 3 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_language_parser.y1119 { $$ = zend_ast_create(ZEND_AST_METHOD_CALL, $1, $3, $4); }
H A Dzend_compile.c2102 || ast->kind == ZEND_AST_CALL || ast->kind == ZEND_AST_METHOD_CALL in zend_is_variable()
2110 || ast->kind == ZEND_AST_METHOD_CALL in zend_is_call()
2490 if (ast->kind == ZEND_AST_METHOD_CALL || ast->kind == ZEND_AST_STATIC_CALL) { in zend_ensure_writable_variable()
7212 case ZEND_AST_METHOD_CALL: in zend_compile_expr()
7338 case ZEND_AST_METHOD_CALL: in zend_compile_var()
H A Dzend_ast.c1566 case ZEND_AST_METHOD_CALL: in zend_ast_export_ex()

Completed in 39 milliseconds