Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h103 ZEND_AST_CALL, enumerator
H A Dzend_language_parser.y1022 { $$ = zend_ast_create(ZEND_AST_CALL, $1, $2); }
1028 { $$ = zend_ast_create(ZEND_AST_CALL, $1, $2); }
H A Dzend_compile.c2422 || 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()
H A Dzend_ast.c1333 case ZEND_AST_CALL: in zend_ast_export_ex()

Completed in 36 milliseconds