zend_ast_is_list  424 Zend/zend_ast.c 	} else if (zend_ast_is_list(ast)) {
zend_ast_is_list  478 Zend/zend_ast.c 			if (zend_ast_is_list(ast)) {
zend_ast_is_list  505 Zend/zend_ast.c 	if (zend_ast_is_list(ast)) {
zend_ast_is_list  220 Zend/zend_ast.h 	ZEND_ASSERT(zend_ast_is_list(ast));
zend_ast_is_list  235 Zend/zend_ast.h 	ZEND_ASSERT(!zend_ast_is_list(ast));
zend_ast_is_list 3089 Zend/zend_compile.c 	int children = zend_ast_is_list(ast) ? zend_ast_get_list(ast)->children : zend_ast_get_num_children(ast);
zend_ast_is_list 3092 Zend/zend_compile.c 		zend_ast *child = (zend_ast_is_list(ast) ? zend_ast_get_list(ast)->child : ast->child)[i];
zend_ast_is_list  198 ext/opcache/zend_accelerator_util_funcs.c 	} else if (zend_ast_is_list(ast)) {
zend_ast_is_list  283 ext/opcache/zend_file_cache.c 	} else if (zend_ast_is_list(ast)) {
zend_ast_is_list  845 ext/opcache/zend_file_cache.c 	} else if (zend_ast_is_list(ast)) {
zend_ast_is_list  245 ext/opcache/zend_persist.c 	} else if (zend_ast_is_list(ast)) {
zend_ast_is_list  102 ext/opcache/zend_persist_calc.c 	} else if (zend_ast_is_list(ast)) {