Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h69 ZEND_AST_UNPACK, enumerator
H A Dzend_language_parser.y668 | T_ELLIPSIS expr { $$ = zend_ast_create(ZEND_AST_UNPACK, $2); }
H A Dzend_ast.c1210 case ZEND_AST_UNPACK: in zend_ast_export_ex()
H A Dzend_compile.c2738 if (arg->kind == ZEND_AST_UNPACK) { in zend_compile_args()
2954 if (args->child[i]->kind == ZEND_AST_UNPACK) { in zend_args_contain_unpack()
2967 || args->children != 1 || args->child[0]->kind == ZEND_AST_UNPACK in zend_compile_func_strlen()
2989 if (args->children != 1 || args->child[0]->kind == ZEND_AST_UNPACK) { in zend_compile_func_typecheck()

Completed in 53 milliseconds