Searched refs:ZEND_AST_CALL (Results 1 – 4 of 4) sorted by relevance
103 ZEND_AST_CALL, enumerator
1022 { $$ = zend_ast_create(ZEND_AST_CALL, $1, $2); }1028 { $$ = zend_ast_create(ZEND_AST_CALL, $1, $2); }
2422 || ast->kind == ZEND_AST_CALL || ast->kind == ZEND_AST_METHOD_CALL in zend_is_variable()2429 return ast->kind == ZEND_AST_CALL in zend_is_call()2897 if (ast->kind == ZEND_AST_CALL) { in zend_ensure_writable_variable()7230 call_ast = zend_ast_create(ZEND_AST_CALL, name_ast, args_ast); in zend_compile_shell_exec()7912 case ZEND_AST_CALL: in zend_compile_expr()8036 case ZEND_AST_CALL: in zend_compile_var()
1333 case ZEND_AST_CALL: in zend_ast_export_ex()
Completed in 55 milliseconds