Searched refs:ZEND_AST_CALL (Results 1 – 4 of 4) sorted by relevance
104 ZEND_AST_CALL, enumerator
1004 { $$ = zend_ast_create(ZEND_AST_CALL, $1, $2); }1010 { $$ = zend_ast_create(ZEND_AST_CALL, $1, $2); }
2102 || ast->kind == ZEND_AST_CALL || ast->kind == ZEND_AST_METHOD_CALL in zend_is_variable()2109 return ast->kind == ZEND_AST_CALL in zend_is_call()2487 if (ast->kind == ZEND_AST_CALL) { in zend_ensure_writable_variable()6530 call_ast = zend_ast_create(ZEND_AST_CALL, name_ast, args_ast); in zend_compile_shell_exec()7211 case ZEND_AST_CALL: in zend_compile_expr()7335 case ZEND_AST_CALL: in zend_compile_var()
1332 case ZEND_AST_CALL: in zend_ast_export_ex()
Completed in 41 milliseconds