Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h104 ZEND_AST_CALL, enumerator
H A Dzend_language_parser.y1004 { $$ = zend_ast_create(ZEND_AST_CALL, $1, $2); }
1010 { $$ = zend_ast_create(ZEND_AST_CALL, $1, $2); }
H A Dzend_compile.c2102 || 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()
H A Dzend_ast.c1332 case ZEND_AST_CALL: in zend_ast_export_ex()

Completed in 39 milliseconds