ZEND_USER_CODE   1068 Zend/zend.c    				while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) {
ZEND_USER_CODE   1263 Zend/zend.c    			ZEND_USER_CODE(EG(current_execute_data)->func->type) &&
ZEND_USER_CODE     63 Zend/zend.h    	 !ZEND_USER_CODE(EX(prev_execute_data)->func->common.type) || \
ZEND_USER_CODE   2882 Zend/zend_API.c 		while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) {
ZEND_USER_CODE   2342 Zend/zend_builtin_functions.c 		if ((!skip->func || !ZEND_USER_CODE(skip->func->common.type)) &&
ZEND_USER_CODE   2345 Zend/zend_builtin_functions.c 		    ZEND_USER_CODE(skip->prev_execute_data->func->common.type) &&
ZEND_USER_CODE   2354 Zend/zend_builtin_functions.c 		if (skip->func && ZEND_USER_CODE(skip->func->common.type)) {
ZEND_USER_CODE   2411 Zend/zend_builtin_functions.c 			if (!ptr->func || !ZEND_USER_CODE(ptr->func->common.type) || ptr->opline->opcode != ZEND_INCLUDE_OR_EVAL) {
ZEND_USER_CODE   2466 Zend/zend_builtin_functions.c 					!ZEND_USER_CODE(prev_call->func->common.type)) {
ZEND_USER_CODE   2470 Zend/zend_builtin_functions.c 				if (prev->func && ZEND_USER_CODE(prev->func->common.type)) {
ZEND_USER_CODE   2507 Zend/zend_builtin_functions.c 	if (!ptr->func || !ZEND_USER_CODE(ptr->func->common.type)) {
ZEND_USER_CODE   2519 Zend/zend_builtin_functions.c 			if (ptr->func && ZEND_USER_CODE(ptr->func->common.type) && (ptr->opline->opcode == ZEND_NEW)) {
ZEND_USER_CODE   2538 Zend/zend_builtin_functions.c 		if ((!skip->func || !ZEND_USER_CODE(skip->func->common.type)) &&
ZEND_USER_CODE   2541 Zend/zend_builtin_functions.c 		    ZEND_USER_CODE(skip->prev_execute_data->func->common.type) &&
ZEND_USER_CODE   2550 Zend/zend_builtin_functions.c 		if (skip->func && ZEND_USER_CODE(skip->func->common.type)) {
ZEND_USER_CODE   2574 Zend/zend_builtin_functions.c 					!ZEND_USER_CODE(prev_call->func->common.type) &&
ZEND_USER_CODE   2578 Zend/zend_builtin_functions.c 				if (prev->func && ZEND_USER_CODE(prev->func->common.type)) {
ZEND_USER_CODE   2639 Zend/zend_builtin_functions.c 			if (!ptr->func || !ZEND_USER_CODE(ptr->func->common.type) || ptr->opline->opcode != ZEND_INCLUDE_OR_EVAL) {
ZEND_USER_CODE    167 Zend/zend_closures.c 		if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) {
ZEND_USER_CODE    180 Zend/zend_closures.c 	} else if (ZEND_USER_CODE(my_function.type) && closure->func.common.scope != Z_OBJCE_P(newthis)) {
ZEND_USER_CODE    234 Zend/zend_closures.c 	if (ZEND_USER_CODE(closure->func.type) && (closure->func.common.scope != new_closure->func.common.scope || (closure->func.op_array.fn_flags & ZEND_ACC_NO_RT_ARENA))) {
ZEND_USER_CODE     36 Zend/zend_dtrace.c 	while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) {
ZEND_USER_CODE    167 Zend/zend_exceptions.c 	    !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) ||
ZEND_USER_CODE    646 Zend/zend_execute.c 		if (ptr && ptr->func && ZEND_USER_CODE(ptr->func->common.type)) {
ZEND_USER_CODE    905 Zend/zend_execute.c 		if (ptr && ptr->func && ZEND_USER_CODE(ptr->func->common.type)) {
ZEND_USER_CODE    197 Zend/zend_execute.h 	if (EXPECTED(ZEND_USER_CODE(func->type))) {
ZEND_USER_CODE    480 Zend/zend_execute_API.c 	while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) {
ZEND_USER_CODE    495 Zend/zend_execute_API.c 	while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) {
ZEND_USER_CODE    510 Zend/zend_execute_API.c 	while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) {
ZEND_USER_CODE    727 Zend/zend_execute_API.c 	           ZEND_USER_CODE(EG(current_execute_data)->func->common.type) &&
ZEND_USER_CODE   1478 Zend/zend_execute_API.c 	while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->common.type))) {
ZEND_USER_CODE   1583 Zend/zend_execute_API.c 	while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) {
ZEND_USER_CODE   1625 Zend/zend_execute_API.c 	while (execute_data && (!execute_data->func || !ZEND_USER_CODE(execute_data->func->common.type))) {
ZEND_USER_CODE    581 Zend/zend_opcode.c 	if (!ZEND_USER_CODE(op_array->type)) {
ZEND_USER_CODE   2428 Zend/zend_vm_def.h 				if (old_execute_data->func && ZEND_USER_CODE(old_execute_data->func->op_array.type)) {
ZEND_USER_CODE   7963 Zend/zend_vm_def.h 	if (!EX(func) || !ZEND_USER_CODE(EX(func)->type) || (call_info & ZEND_CALL_TOP)) {
ZEND_USER_CODE    546 Zend/zend_vm_execute.h 				if (old_execute_data->func && ZEND_USER_CODE(old_execute_data->func->op_array.type)) {
ZEND_USER_CODE   1833 Zend/zend_vm_execute.h 	if (!EX(func) || !ZEND_USER_CODE(EX(func)->type) || (call_info & ZEND_CALL_TOP)) {
ZEND_USER_CODE   1582 ext/opcache/ZendAccelerator.c 			    !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) ||
ZEND_USER_CODE   1655 ext/opcache/ZendAccelerator.c 	      ZEND_USER_CODE(EG(current_execute_data)->func->common.type) &&
ZEND_USER_CODE   1840 ext/opcache/ZendAccelerator.c 			    !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) ||
ZEND_USER_CODE   1884 ext/opcache/ZendAccelerator.c 		     ZEND_USER_CODE(EG(current_execute_data)->func->common.type) &&
ZEND_USER_CODE   1912 ext/opcache/ZendAccelerator.c 		     ZEND_USER_CODE(EG(current_execute_data)->func->common.type) &&
ZEND_USER_CODE    351 ext/spl/php_spl.c 		while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) {
ZEND_USER_CODE    749 main/main.c    				ZEND_USER_CODE(EG(current_execute_data)->func->common.type) &&
ZEND_USER_CODE    151 sapi/fpm/fpm/fpm_php_trace.c 			if (ZEND_USER_CODE(*type)) {
ZEND_USER_CODE    317 sapi/phpdbg/phpdbg.c 	while (ex && ex->func && !ZEND_USER_CODE(ex->func->type)) {
ZEND_USER_CODE    566 sapi/phpdbg/phpdbg_bp.c 				if (ZEND_USER_CODE(execute_data->func->common.type)) {
ZEND_USER_CODE   1432 sapi/phpdbg/phpdbg_prompt.c 		if (EG(current_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { \
ZEND_USER_CODE   1453 sapi/phpdbg/phpdbg_prompt.c 				if (EG(current_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execute_data)->func->common.type) \
ZEND_USER_CODE   1508 sapi/phpdbg/phpdbg_prompt.c 				if (!prev_ex->func || !ZEND_USER_CODE(prev_ex->func->common.type)) {
ZEND_USER_CODE   1661 sapi/phpdbg/phpdbg_prompt.c 			if (ZEND_USER_CODE(data->func->type)) {
ZEND_USER_CODE    103 sapi/phpdbg/phpdbg_utils.h 	while (!ex->func || !ZEND_USER_CODE(ex->func->common.type)) {