IS_CALLABLE       183 Zend/zend_API.c 		case IS_CALLABLE:
IS_CALLABLE       106 Zend/zend_API.h #define ZEND_ARG_CALLABLE_INFO(pass_by_ref, name, allow_null)        { #name, NULL, IS_CALLABLE, pass_by_ref, allow_null, 0 },
IS_CALLABLE      1148 Zend/zend_ast.c 				case IS_CALLABLE: APPEND_STR("callable");
IS_CALLABLE      4539 Zend/zend_compile.c 				} else if (arg_info->type_hint == IS_CALLABLE && default_ast) {
IS_CALLABLE       765 Zend/zend_execute.c 			} else if (cur_arg_info->type_hint == IS_CALLABLE) {
IS_CALLABLE       839 Zend/zend_execute.c 			} else if (cur_arg_info->type_hint == IS_CALLABLE) {
IS_CALLABLE       886 Zend/zend_execute.c 		} else if (cur_arg_info->type_hint == IS_CALLABLE) {
IS_CALLABLE       970 Zend/zend_execute.c 			} else if (ret_info->type_hint == IS_CALLABLE) {
IS_CALLABLE      1031 Zend/zend_execute.c 			} else if (ret_info->type_hint == IS_CALLABLE) {
IS_CALLABLE      1068 Zend/zend_execute.c 		} else if (ret_info->type_hint == IS_CALLABLE) {
IS_CALLABLE       645 Zend/zend_language_parser.y 	|	T_CALLABLE	{ $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_CALLABLE); }
IS_CALLABLE      3914 Zend/zend_vm_def.h 			&& ret_info->type_hint != IS_CALLABLE
IS_CALLABLE      7773 Zend/zend_vm_execute.h 			&& ret_info->type_hint != IS_CALLABLE
IS_CALLABLE      13599 Zend/zend_vm_execute.h 			&& ret_info->type_hint != IS_CALLABLE
IS_CALLABLE      19333 Zend/zend_vm_execute.h 			&& ret_info->type_hint != IS_CALLABLE
IS_CALLABLE      25107 Zend/zend_vm_execute.h 			&& ret_info->type_hint != IS_CALLABLE
IS_CALLABLE      34626 Zend/zend_vm_execute.h 			&& ret_info->type_hint != IS_CALLABLE
IS_CALLABLE       459 ext/opcache/Optimizer/zend_optimizer.c 						|| ret_info->type_hint == IS_CALLABLE
IS_CALLABLE      2728 ext/reflection/php_reflection.c 	RETVAL_BOOL(param->arg_info->type_hint == IS_CALLABLE);
IS_CALLABLE      2983 ext/reflection/php_reflection.c 		case IS_CALLABLE: RETURN_STRINGL("callable", sizeof("callable") - 1);