Searched refs:ZEND_AST_METHOD_CALL (Results 1 – 4 of 4) sorted by relevance
137 ZEND_AST_METHOD_CALL = 3 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
1119 { $$ = zend_ast_create(ZEND_AST_METHOD_CALL, $1, $3, $4); }
2102 || 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()
1566 case ZEND_AST_METHOD_CALL: in zend_ast_export_ex()
Completed in 47 milliseconds