Z_TYPE           1151 Zend/zend.c    	if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF
Z_TYPE           1223 Zend/zend.c    				if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           1224 Zend/zend.c    					if (Z_TYPE(retval) == IS_FALSE) {
Z_TYPE           1247 Zend/zend.c    			if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF) {
Z_TYPE           1384 Zend/zend.c    		if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
Z_TYPE           1116 Zend/zend_API.c 					Z_TYPE(CE_STATIC_MEMBERS(class_type->parent)[i]) != IS_UNDEF
Z_TYPE           3583 Zend/zend_API.c 	if (!retval_ptr && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           4049 Zend/zend_API.c 		if (error_handling != EH_NORMAL && Z_TYPE(EG(user_error_handler)) != IS_UNDEF) {
Z_TYPE           4089 Zend/zend_API.c 	if (Z_TYPE(saved->user_handler) != IS_UNDEF
Z_TYPE           4093 Zend/zend_API.c 	} else if (Z_TYPE(saved->user_handler)) {
Z_TYPE            868 Zend/zend_builtin_functions.c 			if (Z_TYPE(val_free) == IS_UNDEF) {
Z_TYPE           1733 Zend/zend_builtin_functions.c 	if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) {
Z_TYPE           1758 Zend/zend_builtin_functions.c 	if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) {
Z_TYPE           1801 Zend/zend_builtin_functions.c 	if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
Z_TYPE           1824 Zend/zend_builtin_functions.c 	if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
Z_TYPE           2225 Zend/zend_builtin_functions.c 			if (Z_TYPE(modules[module_number]) == IS_UNDEF) {
Z_TYPE           2453 Zend/zend_builtin_functions.c 		if (Z_TYPE(arg_array) != IS_UNDEF) {
Z_TYPE            173 Zend/zend_closures.c 	if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(closure_result) != IS_UNDEF) {
Z_TYPE            361 Zend/zend_closures.c 	if (Z_TYPE(closure->this_ptr) != IS_UNDEF) {
Z_TYPE            405 Zend/zend_closures.c 		if (Z_TYPE(closure->this_ptr) != IS_UNDEF) {
Z_TYPE            433 Zend/zend_closures.c 	if (Z_TYPE(closure->this_ptr) != IS_UNDEF) {
Z_TYPE            477 Zend/zend_closures.c 	*table = Z_TYPE(closure->this_ptr) != IS_NULL ? &closure->this_ptr : NULL;
Z_TYPE            478 Zend/zend_closures.c 	*n = Z_TYPE(closure->this_ptr) != IS_NULL ? 1 : 0;
Z_TYPE           1263 Zend/zend_compile.c 	   || (Z_TYPE(c->value) < IS_OBJECT && !(CG(compiler_options) & ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION))
Z_TYPE           1595 Zend/zend_compile.c 	if (Z_TYPE(zv) != IS_UNDEF) {
Z_TYPE           2099 Zend/zend_compile.c 	if (node->op_type == IS_CONST && Z_TYPE(node->u.constant) == IS_STRING) {
Z_TYPE           2132 Zend/zend_compile.c 		if (Z_TYPE(name_node.u.constant) != IS_STRING) {
Z_TYPE           2865 Zend/zend_compile.c 	if (name_node->op_type == IS_CONST && Z_TYPE(name_node->u.constant) == IS_STRING) {
Z_TYPE           2918 Zend/zend_compile.c 	if (arg_node.op_type == IS_CONST && Z_TYPE(arg_node.u.constant) == IS_STRING) {
Z_TYPE           3277 Zend/zend_compile.c 		if (Z_TYPE(method_node.u.constant) != IS_STRING) {
Z_TYPE           4046 Zend/zend_compile.c 			&& Z_TYPE(expr_node.u.constant) == IS_FALSE) {
Z_TYPE           4049 Zend/zend_compile.c 			&& Z_TYPE(expr_node.u.constant) == IS_TRUE) {
Z_TYPE           4332 Zend/zend_compile.c 			if (Z_TYPE(value_zv) != IS_LONG || (Z_LVAL(value_zv) != 0 && Z_LVAL(value_zv) != 1)) {
Z_TYPE           4521 Zend/zend_compile.c 				&& (Z_TYPE(default_node.u.constant) == IS_NULL
Z_TYPE           4522 Zend/zend_compile.c 					|| (Z_TYPE(default_node.u.constant) == IS_CONSTANT
Z_TYPE           4533 Zend/zend_compile.c 						&& Z_TYPE(default_node.u.constant) != IS_ARRAY
Z_TYPE           4552 Zend/zend_compile.c 							if (Z_TYPE(default_node.u.constant) != IS_DOUBLE && Z_TYPE(default_node.u.constant) != IS_LONG) {
Z_TYPE           4559 Zend/zend_compile.c 							if (!ZEND_SAME_FAKE_TYPE(arg_info->type_hint, Z_TYPE(default_node.u.constant))) {
Z_TYPE           5924 Zend/zend_compile.c 				if (Z_TYPE(left_node.u.constant) == IS_FALSE) {
Z_TYPE           5928 Zend/zend_compile.c 				} else if (Z_TYPE(left_node.u.constant) == IS_TRUE) {
Z_TYPE           5934 Zend/zend_compile.c 				if (Z_TYPE(right_node.u.constant) == IS_FALSE) {
Z_TYPE           5938 Zend/zend_compile.c 				} else if (Z_TYPE(right_node.u.constant) == IS_TRUE) {
Z_TYPE           6501 Zend/zend_compile.c 		if (key_ast && key_node.op_type == IS_CONST && Z_TYPE(key_node.u.constant) == IS_STRING) {
Z_TYPE           6582 Zend/zend_compile.c 		if (Z_TYPE(result->u.constant) == IS_NULL) {
Z_TYPE           7491 Zend/zend_compile.c 				if (Z_TYPE(result) == IS_NULL) {
Z_TYPE             59 Zend/zend_constants.c 		if (Z_TYPE(c->value) == IS_STRING) {
Z_TYPE            742 Zend/zend_exceptions.c 		if (Z_TYPE(trace) != IS_STRING) {
Z_TYPE            757 Zend/zend_exceptions.c 					(Z_TYPE(trace) == IS_STRING && Z_STRLEN(trace)) ? Z_STRVAL(trace) : "#0 {main}\n",
Z_TYPE            763 Zend/zend_exceptions.c 					(Z_TYPE(trace) == IS_STRING && Z_STRLEN(trace)) ? Z_STRVAL(trace) : "#0 {main}\n",
Z_TYPE           1016 Zend/zend_exceptions.c 			if (Z_TYPE(tmp) != IS_STRING) {
Z_TYPE            667 Zend/zend_execute.c 		if (Z_TYPE(constant) == IS_NULL) {
Z_TYPE            285 Zend/zend_execute_API.c 		if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) {
Z_TYPE            291 Zend/zend_execute_API.c 		if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) {
Z_TYPE           1139 Zend/zend_execute_API.c 		if (Z_TYPE(local_retval) != IS_UNDEF) {
Z_TYPE            466 Zend/zend_gc.c 					Z_TYPE(((zend_reference*)ref)->val) == IS_OBJECT) {
Z_TYPE            112 Zend/zend_generators.c 	if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) {
Z_TYPE            297 Zend/zend_generators.c 	if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) {
Z_TYPE            547 Zend/zend_generators.c 	if (Z_TYPE(generator->values) == IS_ARRAY) {
Z_TYPE            732 Zend/zend_generators.c 	if (UNEXPECTED(Z_TYPE(generator->value) == IS_UNDEF) && EXPECTED(generator->execute_data) && EXPECTED(generator->node.parent == NULL)) {
Z_TYPE            802 Zend/zend_generators.c 	if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->value) != IS_UNDEF)) {
Z_TYPE            826 Zend/zend_generators.c 	if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->key) != IS_UNDEF)) {
Z_TYPE           1029 Zend/zend_generators.c 	if (EXPECTED(Z_TYPE(root->key) != IS_UNDEF)) {
Z_TYPE            739 Zend/zend_hash.c 			if (Z_TYPE(p->val) != IS_UNDEF) {
Z_TYPE            928 Zend/zend_hash.c 			if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) {
Z_TYPE            998 Zend/zend_hash.c 		} while (ht->nNumUsed > 0 && (UNEXPECTED(Z_TYPE(ht->arData[ht->nNumUsed-1].val) == IS_UNDEF)));
Z_TYPE           1010 Zend/zend_hash.c 			} else if (Z_TYPE(ht->arData[new_idx].val) != IS_UNDEF) {
Z_TYPE           1113 Zend/zend_hash.c 			if (Z_TYPE(p->val) == IS_INDIRECT) {
Z_TYPE           1161 Zend/zend_hash.c 			if (Z_TYPE(p->val) == IS_INDIRECT) {
Z_TYPE           1227 Zend/zend_hash.c 			if (Z_TYPE(p->val) != IS_UNDEF) {
Z_TYPE           1269 Zend/zend_hash.c 						if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) {
Z_TYPE           1283 Zend/zend_hash.c 					if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) {
Z_TYPE           1296 Zend/zend_hash.c 					if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) {
Z_TYPE           1346 Zend/zend_hash.c 				if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) {
Z_TYPE           1382 Zend/zend_hash.c 						if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) {
Z_TYPE           1396 Zend/zend_hash.c 					if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) {
Z_TYPE           1414 Zend/zend_hash.c 						if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) {
Z_TYPE           1454 Zend/zend_hash.c 				if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) {
Z_TYPE           1478 Zend/zend_hash.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           1501 Zend/zend_hash.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           1533 Zend/zend_hash.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           1559 Zend/zend_hash.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           1588 Zend/zend_hash.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           1623 Zend/zend_hash.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           1652 Zend/zend_hash.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           1676 Zend/zend_hash.c 		while (Z_TYPE(target->arData[idx].val) == IS_UNDEF) {
Z_TYPE           1816 Zend/zend_hash.c 			while (Z_TYPE(target->arData[idx].val) == IS_UNDEF) {
Z_TYPE           1839 Zend/zend_hash.c 			while (Z_TYPE(target->arData[idx].val) == IS_UNDEF) {
Z_TYPE           1888 Zend/zend_hash.c 			if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           1889 Zend/zend_hash.c 			if (UNEXPECTED(Z_TYPE(p->val) == IS_INDIRECT) &&
Z_TYPE           1908 Zend/zend_hash.c 			if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           1909 Zend/zend_hash.c 			if (UNEXPECTED(Z_TYPE(p->val) == IS_INDIRECT) &&
Z_TYPE           1928 Zend/zend_hash.c 		while (Z_TYPE(target->arData[idx].val) == IS_UNDEF) {
Z_TYPE           1958 Zend/zend_hash.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           1968 Zend/zend_hash.c 		while (Z_TYPE(target->arData[idx].val) == IS_UNDEF) {
Z_TYPE           2030 Zend/zend_hash.c 			if (Z_TYPE(p->val) != IS_UNDEF) {
Z_TYPE           2050 Zend/zend_hash.c 			if (Z_TYPE(ht->arData[h].val) != IS_UNDEF) {
Z_TYPE           2070 Zend/zend_hash.c 		if (Z_TYPE(ht->arData[idx].val) != IS_UNDEF) {
Z_TYPE           2092 Zend/zend_hash.c 		if (Z_TYPE(ht->arData[idx].val) != IS_UNDEF) {
Z_TYPE           2115 Zend/zend_hash.c 			if (Z_TYPE(ht->arData[idx].val) != IS_UNDEF) {
Z_TYPE           2135 Zend/zend_hash.c 			if (Z_TYPE(ht->arData[idx].val) != IS_UNDEF) {
Z_TYPE           2278 Zend/zend_hash.c 			if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE           2344 Zend/zend_hash.c 		if (Z_TYPE(p1->val) == IS_UNDEF) continue;
Z_TYPE           2349 Zend/zend_hash.c 				if (Z_TYPE(p2->val) != IS_UNDEF) break;
Z_TYPE           2442 Zend/zend_hash.c 		if (Z_TYPE(ht->arData[idx].val) != IS_UNDEF) break;
Z_TYPE           2448 Zend/zend_hash.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE            130 Zend/zend_highlight.c 				if (Z_TYPE(token) == IS_UNDEF) {
Z_TYPE            150 Zend/zend_highlight.c 		if (Z_TYPE(token) == IS_STRING) {
Z_TYPE            213 Zend/zend_highlight.c 		if (Z_TYPE(token) == IS_STRING) {
Z_TYPE            314 Zend/zend_ini_parser.y 			if (Z_TYPE($2) == IS_STRING) {
Z_TYPE            173 Zend/zend_interfaces.c 		if (Z_TYPE(more) != IS_UNDEF) {
Z_TYPE            215 Zend/zend_interfaces.c 	if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            289 Zend/zend_interfaces.c 	ce_it = (Z_TYPE(iterator) == IS_OBJECT) ? Z_OBJCE(iterator) : NULL;
Z_TYPE            422 Zend/zend_interfaces.c 	if (Z_TYPE(retval) == IS_UNDEF || EG(exception)) {
Z_TYPE            425 Zend/zend_interfaces.c 		switch(Z_TYPE(retval)) {
Z_TYPE            165 Zend/zend_object_handlers.c 	if (Z_TYPE(retval) == IS_ARRAY) {
Z_TYPE            178 Zend/zend_object_handlers.c 	} else if (Z_TYPE(retval) == IS_NULL) {
Z_TYPE            228 Zend/zend_object_handlers.c 	if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            767 Zend/zend_object_handlers.c 		if (EXPECTED(Z_TYPE(retval) != IS_UNDEF)) {
Z_TYPE            772 Zend/zend_object_handlers.c 				if (EXPECTED(Z_TYPE(retval) != IS_UNDEF)) {
Z_TYPE           1482 Zend/zend_object_handlers.c 			if (Z_TYPE(rv) != IS_UNDEF) {
Z_TYPE           1490 Zend/zend_object_handlers.c 						if (Z_TYPE(rv) != IS_UNDEF) {
Z_TYPE           1545 Zend/zend_object_handlers.c 				if (EXPECTED(Z_TYPE(retval) == IS_STRING)) {
Z_TYPE            221 Zend/zend_operators.c 				if (Z_TYPE(holder) == IS_LONG) {							\
Z_TYPE            333 Zend/zend_operators.c 				if (Z_TYPE(dst) == IS_LONG) {
Z_TYPE            393 Zend/zend_operators.c 				if (Z_TYPE(dst) == IS_DOUBLE) {
Z_TYPE            478 Zend/zend_operators.c 				if (Z_TYPE(dst) == IS_FALSE || Z_TYPE(dst) == IS_TRUE) {
Z_TYPE            557 Zend/zend_operators.c 			if (Z_TYPE(dst) == IS_STRING) {
Z_TYPE            623 Zend/zend_operators.c 					if (Z_TYPE(dst) == IS_ARRAY) {
Z_TYPE            752 Zend/zend_operators.c 				if (Z_TYPE(dst) == IS_LONG) {
Z_TYPE            791 Zend/zend_operators.c 				if (Z_TYPE(dst) == IS_DOUBLE) {
Z_TYPE           1984 Zend/zend_operators.c 	return Z_TYPE(result) != IS_TRUE;
Z_TYPE           2385 Zend/zend_operators.c 			return Z_TYPE(tmp) == IS_TRUE;
Z_TYPE            337 Zend/zend_types.h #define Z_TYPE_P(zval_p)			Z_TYPE(*(zval_p))
Z_TYPE            497 Zend/zend_types.h #define Z_ISREF(zval)				(Z_TYPE(zval) == IS_REFERENCE)
Z_TYPE            500 Zend/zend_types.h #define Z_ISUNDEF(zval)				(Z_TYPE(zval) == IS_UNDEF)
Z_TYPE            503 Zend/zend_types.h #define Z_ISNULL(zval)				(Z_TYPE(zval) == IS_NULL)
Z_TYPE            805 Zend/zend_vm_def.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           4504 Zend/zend_vm_def.h 					if (Z_TYPE(key) == IS_STRING) {
Z_TYPE           5465 Zend/zend_vm_def.h 	if (Z_TYPE(tmp_inc_filename) != IS_UNDEF) {
Z_TYPE           5571 Zend/zend_vm_def.h 					if (OP1_TYPE != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           5588 Zend/zend_vm_def.h 	if (OP1_TYPE != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           5777 Zend/zend_vm_def.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           5778 Zend/zend_vm_def.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           5889 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           5890 Zend/zend_vm_def.h 			    (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           5922 Zend/zend_vm_def.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           5923 Zend/zend_vm_def.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           6111 Zend/zend_vm_def.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           6112 Zend/zend_vm_def.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           6239 Zend/zend_vm_def.h 			if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           6240 Zend/zend_vm_def.h 			    (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           6303 Zend/zend_vm_def.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           6304 Zend/zend_vm_def.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           6467 Zend/zend_vm_def.h 		if (OP1_TYPE != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           7411 Zend/zend_vm_def.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           7626 Zend/zend_vm_def.h 		if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           1045 Zend/zend_vm_execute.h 					if (Z_TYPE(key) == IS_STRING) {
Z_TYPE           3656 Zend/zend_vm_execute.h 	if (Z_TYPE(tmp_inc_filename) != IS_UNDEF) {
Z_TYPE           3743 Zend/zend_vm_execute.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           3744 Zend/zend_vm_execute.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           3853 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           3854 Zend/zend_vm_execute.h 			    (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           3885 Zend/zend_vm_execute.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           3886 Zend/zend_vm_execute.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           6174 Zend/zend_vm_execute.h 					if (IS_CONST != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           6191 Zend/zend_vm_execute.h 	if (IS_CONST != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           6279 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           6626 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           6803 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           7112 Zend/zend_vm_execute.h 					if (IS_CONST != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           7129 Zend/zend_vm_execute.h 	if (IS_CONST != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           7217 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           7345 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           7988 Zend/zend_vm_execute.h 					if (IS_CONST != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           8005 Zend/zend_vm_execute.h 	if (IS_CONST != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           8093 Zend/zend_vm_execute.h 		if (IS_CONST != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           8243 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           10099 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           12147 Zend/zend_vm_execute.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           12148 Zend/zend_vm_execute.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           12258 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           12259 Zend/zend_vm_execute.h 			    (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           12290 Zend/zend_vm_execute.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           12291 Zend/zend_vm_execute.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           13143 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           13320 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           13497 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           13867 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           14416 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           15595 Zend/zend_vm_execute.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           15596 Zend/zend_vm_execute.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           15707 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           15708 Zend/zend_vm_execute.h 			    (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           15740 Zend/zend_vm_execute.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           15741 Zend/zend_vm_execute.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           15929 Zend/zend_vm_execute.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           15930 Zend/zend_vm_execute.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           16057 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           16058 Zend/zend_vm_execute.h 			    (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           16121 Zend/zend_vm_execute.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           16122 Zend/zend_vm_execute.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           16585 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           18158 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           18364 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           18630 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           18699 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           19619 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           19789 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           21314 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           21448 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           22995 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           24455 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           24596 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           24737 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           24806 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           25276 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           25410 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           26763 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           26897 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           29227 Zend/zend_vm_execute.h 	if (Z_TYPE(tmp_inc_filename) != IS_UNDEF) {
Z_TYPE           29314 Zend/zend_vm_execute.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           29315 Zend/zend_vm_execute.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           29424 Zend/zend_vm_execute.h 			if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           29425 Zend/zend_vm_execute.h 			    (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           29456 Zend/zend_vm_execute.h 				if ((EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           29457 Zend/zend_vm_execute.h 				     (EXPECTED(Z_TYPE(p->val) != IS_INDIRECT) ||
Z_TYPE           30590 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           32309 Zend/zend_vm_execute.h 					if (IS_CV != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           32326 Zend/zend_vm_execute.h 	if (IS_CV != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           32555 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           32910 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           32959 Zend/zend_vm_execute.h 		if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF) &&
Z_TYPE           33206 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           33602 Zend/zend_vm_execute.h 					if (IS_CV != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           33619 Zend/zend_vm_execute.h 	if (IS_CV != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           33707 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           33879 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           33948 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           34841 Zend/zend_vm_execute.h 					if (IS_CV != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           34858 Zend/zend_vm_execute.h 	if (IS_CV != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           34946 Zend/zend_vm_execute.h 		if (IS_CV != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           35074 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           35845 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           37770 Zend/zend_vm_execute.h 		if (Z_TYPE(generator->key) == IS_LONG
Z_TYPE           38505 Zend/zend_vm_execute.h 		ZEND_ASSERT(Z_TYPE(rv) == IS_INDIRECT);
Z_TYPE           40709 Zend/zend_vm_execute.h 	if (Z_TYPE(tmp_inc_filename) != IS_UNDEF) {
Z_TYPE           42079 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           42096 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           42184 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           42673 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           42690 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           42778 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           43084 Zend/zend_vm_execute.h 					if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           43101 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE           43189 Zend/zend_vm_execute.h 		if ((IS_TMP_VAR|IS_VAR) != IS_CONST && Z_TYPE(tmp) != IS_UNDEF) {
Z_TYPE             60 ext/com_dotnet/com_iterator.c 	if (Z_TYPE(I->zdata) != IS_UNDEF) {
Z_TYPE             94 ext/com_dotnet/com_iterator.c 	if (Z_TYPE(I->zdata) != IS_UNDEF) {
Z_TYPE            211 ext/com_dotnet/com_typeinfo.c 				if (Z_TYPE(value) == IS_LONG) {
Z_TYPE            161 ext/ctype/ctype.c 	if (Z_TYPE(tmp) == IS_STRING) { \
Z_TYPE           1531 ext/curl/interface.c 				if (Z_TYPE(retval) == IS_STRING) {
Z_TYPE           1652 ext/curl/interface.c 	} else if (Z_TYPE(retval) == IS_STRING) {
Z_TYPE           1834 ext/date/php_date.c 	if (Z_TYPE(iterator->current) != IS_UNDEF) {
Z_TYPE            661 ext/dba/dba.c  		if (Z_TYPE(args[i]) != IS_STRING) {
Z_TYPE            139 ext/dom/dom_iterators.c 	if (Z_TYPE(iterator->curobj) != IS_UNDEF) {
Z_TYPE            401 ext/dom/php_dom.c 				retval = (Z_TYPE(tmp) != IS_NULL);
Z_TYPE            443 ext/dom/php_dom.c 		if (Z_TYPE(value) == IS_OBJECT) {
Z_TYPE            204 ext/dom/xpath.c 		if (result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            205 ext/dom/xpath.c 			if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) {
Z_TYPE            217 ext/dom/xpath.c 			} else if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) {
Z_TYPE            218 ext/dom/xpath.c 				valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE));
Z_TYPE            219 ext/dom/xpath.c 			} else if (Z_TYPE(retval) == IS_OBJECT) {
Z_TYPE           2039 ext/fileinfo/libmagic/softmagic.c 			} else if ((Z_LVAL(retval) > 0) && (Z_TYPE(subpats) == IS_ARRAY)) {
Z_TYPE             59 ext/interbase/ibase_events.c 	if (Z_TYPE(event->callback) != IS_UNDEF) {
Z_TYPE            147 ext/interbase/ibase_events.c 	if (Z_TYPE(args[0]) == IS_RESOURCE) {
Z_TYPE            241 ext/interbase/ibase_events.c 			if (Z_TYPE(return_value) == IS_FALSE) {
Z_TYPE            287 ext/interbase/ibase_events.c 	if (Z_TYPE(args[0]) != IS_STRING) {
Z_TYPE           1165 ext/interbase/interbase.c 			if (Z_TYPE(args[i]) == IS_RESOURCE) {
Z_TYPE            308 ext/interbase/php_ibase_udf.c 		switch (Z_TYPE(return_value)) {
Z_TYPE            224 ext/intl/collator/collator_sort.c 	if( Z_TYPE(result) == IS_DOUBLE )
Z_TYPE            248 ext/intl/converter/converter.c 	if (Z_TYPE(zargs[3]) == IS_LONG) {
Z_TYPE            330 ext/intl/converter/converter.c 	if (Z_TYPE(zargs[3]) == IS_LONG) {
Z_TYPE            466 ext/json/json_encoder.c 	if (FAILURE == call_user_function_ex(EG(function_table), val, &fname, &retval, 0, NULL, 1, NULL) || Z_TYPE(retval) == IS_UNDEF) {
Z_TYPE            481 ext/json/json_encoder.c 	if ((Z_TYPE(retval) == IS_OBJECT) &&
Z_TYPE            637 ext/libxml/libxml.c 		} else */ if (Z_TYPE(retval) == IS_STRING) {
Z_TYPE            640 ext/libxml/libxml.c 		} else if (Z_TYPE(retval) == IS_RESOURCE) {
Z_TYPE            668 ext/libxml/libxml.c 		} else if (Z_TYPE(retval) != IS_NULL) {
Z_TYPE           1208 ext/mbstring/php_mbregex.c 	if (!Z_ISUNDEF(MBREX(search_str)) && Z_TYPE(MBREX(search_str)) == IS_STRING){
Z_TYPE           1364 ext/mbstring/php_mbregex.c 	if (MBREX(search_regs) != NULL && Z_TYPE(MBREX(search_str)) == IS_STRING) {
Z_TYPE           1403 ext/mbstring/php_mbregex.c 	if (position < 0 || (!Z_ISUNDEF(MBREX(search_str)) && Z_TYPE(MBREX(search_str)) == IS_STRING && (size_t)position >= Z_STRLEN(MBREX(search_str)))) {
Z_TYPE            883 ext/mysqli/mysqli_api.c 				if (Z_TYPE(stmt->param.vars[j]) == Z_TYPE(stmt->param.vars[i]) &&
Z_TYPE             82 ext/mysqli/mysqli_result_iterator.c 	return Z_TYPE(iterator->current_row) == IS_ARRAY ? SUCCESS : FAILURE;
Z_TYPE            107 ext/mysqli/mysqli_result_iterator.c 	if (Z_TYPE(iterator->current_row) == IS_ARRAY) {
Z_TYPE            137 ext/mysqli/mysqli_warning.c 		if (Z_TYPE(row) != IS_ARRAY) {
Z_TYPE            792 ext/mysqlnd/mysqlnd_ps.c 							if (Z_TYPE(current_row[i]) == IS_STRING) {
Z_TYPE            812 ext/mysqlnd/mysqlnd_ps.c 						DBG_INF_FMT("i=%u type=%u", i, Z_TYPE(current_row[i]));
Z_TYPE            813 ext/mysqlnd/mysqlnd_ps.c 						if (Z_TYPE(current_row[i]) != IS_NULL) {
Z_TYPE             73 ext/mysqlnd/mysqlnd_result.c 				if (Z_TYPE(data_cursor[i]) == IS_STRING) {
Z_TYPE            128 ext/mysqlnd/mysqlnd_result.c 				if (Z_TYPE(current_row[i]) == IS_STRING) {
Z_TYPE           1004 ext/mysqlnd/mysqlnd_result.c 					if (Z_TYPE(current_row[i]) == IS_STRING) {
Z_TYPE           1095 ext/mysqlnd/mysqlnd_result.c 				if (Z_TYPE(current_row[i]) == IS_STRING) {
Z_TYPE           1190 ext/mysqlnd/mysqlnd_result.c 				if (Z_TYPE(current_row[i]) == IS_STRING) {
Z_TYPE           1798 ext/mysqlnd/mysqlnd_result.c 		if (Z_TYPE(row) != IS_ARRAY) {
Z_TYPE           1825 ext/mysqlnd/mysqlnd_result.c 	if (Z_TYPE(row) != IS_ARRAY) {
Z_TYPE           1824 ext/odbc/php_odbc.c 			if (!*(result->values[i].name) && Z_TYPE(tmp) == IS_STRING) {
Z_TYPE            712 ext/opcache/Optimizer/block_pass.c 			   ZEND_OP1_TYPE(sv) == IS_CONST && Z_TYPE(OPLINE_OP1_LITERAL(sv)) == IS_STRING &&
Z_TYPE            773 ext/opcache/Optimizer/block_pass.c 				(Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_FALSE ||
Z_TYPE            774 ext/opcache/Optimizer/block_pass.c 				 Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_TRUE)) {
Z_TYPE            783 ext/opcache/Optimizer/block_pass.c 					((opline->opcode != ZEND_IS_NOT_EQUAL) == ((Z_TYPE(ZEND_OP1_LITERAL(opline))) == IS_TRUE)) ?
Z_TYPE            788 ext/opcache/Optimizer/block_pass.c 					   (Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_FALSE ||
Z_TYPE            789 ext/opcache/Optimizer/block_pass.c 					    Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_TRUE)) {
Z_TYPE            798 ext/opcache/Optimizer/block_pass.c 					((opline->opcode != ZEND_IS_NOT_EQUAL) == ((Z_TYPE(ZEND_OP2_LITERAL(opline))) == IS_TRUE)) ?
Z_TYPE            900 ext/opcache/Optimizer/block_pass.c 				  Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_DOUBLE &&
Z_TYPE            902 ext/opcache/Optimizer/block_pass.c 				  Z_TYPE(ZEND_OP1_LITERAL(last_op)) != IS_DOUBLE) {
Z_TYPE            909 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_STRING) {
Z_TYPE            912 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP1_LITERAL(last_op)) != IS_STRING) {
Z_TYPE            943 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_STRING) {
Z_TYPE            946 ext/opcache/Optimizer/block_pass.c 			if (Z_TYPE(ZEND_OP2_LITERAL(src)) != IS_STRING) {
Z_TYPE           1068 ext/opcache/Optimizer/block_pass.c 			    Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING &&
Z_TYPE           1078 ext/opcache/Optimizer/block_pass.c 			           Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING &&
Z_TYPE             93 ext/opcache/Optimizer/compact_literals.c 	if (Z_TYPE(op_array->literals[constant]) == IS_STRING &&
Z_TYPE            348 ext/opcache/Optimizer/compact_literals.c 			switch (Z_TYPE(op_array->literals[i])) {
Z_TYPE            446 ext/opcache/Optimizer/compact_literals.c 					   	Z_TYPE(op_array->literals[i]) == Z_TYPE(op_array->literals[Z_LVAL_P(pos)]) &&
Z_TYPE             34 ext/opcache/Optimizer/optimize_func_calls.c 	Z_TYPE(op_array->literals[(opline)->op2.constant]) == IS_STRING)
Z_TYPE            245 ext/opcache/Optimizer/pass1_5.c 				Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING &&
Z_TYPE            270 ext/opcache/Optimizer/pass1_5.c 				Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING) {
Z_TYPE            280 ext/opcache/Optimizer/pass1_5.c 				if (Z_TYPE(c) == IS_CONSTANT_AST) {
Z_TYPE            292 ext/opcache/Optimizer/pass1_5.c 				Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING) {
Z_TYPE            297 ext/opcache/Optimizer/pass1_5.c 			        Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING) {
Z_TYPE            335 ext/opcache/Optimizer/pass1_5.c 							    ZEND_IS_CONSTANT_TYPE(Z_TYPE(t))) {
Z_TYPE            390 ext/opcache/Optimizer/pass1_5.c 			    Z_TYPE(ZEND_OP2_LITERAL(init_opline)) != IS_STRING) {
Z_TYPE            400 ext/opcache/Optimizer/pass1_5.c 				if (Z_TYPE(ZEND_OP1_LITERAL(send1_opline)) == IS_STRING &&
Z_TYPE            402 ext/opcache/Optimizer/pass1_5.c 				    Z_TYPE(ZEND_OP1_LITERAL(send2_opline)) <= IS_STRING) {
Z_TYPE            436 ext/opcache/Optimizer/pass1_5.c 			    Z_TYPE(ZEND_OP1_LITERAL(send1_opline)) == IS_STRING) {
Z_TYPE            591 ext/opcache/Optimizer/pass1_5.c 			    Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING) {
Z_TYPE            617 ext/opcache/Optimizer/pass1_5.c 			    Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING &&
Z_TYPE            618 ext/opcache/Optimizer/pass1_5.c 			    Z_TYPE(ZEND_OP2_LITERAL(opline)) <= IS_STRING) {
Z_TYPE            658 ext/opcache/Optimizer/pass1_5.c 			    Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING &&
Z_TYPE             50 ext/opcache/Optimizer/pass2.c 					if (Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING) {
Z_TYPE             65 ext/opcache/Optimizer/pass2.c 					if (Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING) {
Z_TYPE             75 ext/opcache/Optimizer/pass2.c 					if (Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_LONG) {
Z_TYPE             88 ext/opcache/Optimizer/pass2.c 					if (Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_LONG) {
Z_TYPE             97 ext/opcache/Optimizer/pass2.c 					if (Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_STRING) {
Z_TYPE            108 ext/opcache/Optimizer/pass2.c 					if (Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_STRING) {
Z_TYPE            111 ext/opcache/Optimizer/pass3.c 									&& Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_ARRAY)) {
Z_TYPE            201 ext/opcache/Optimizer/zend_optimizer.c 	if (Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_STRING) {
Z_TYPE            356 ext/opcache/Optimizer/zend_optimizer.c 	if (Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_STRING) {
Z_TYPE            685 ext/opcache/Optimizer/zend_optimizer.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            692 ext/opcache/Optimizer/zend_optimizer.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            696 ext/opcache/Optimizer/zend_optimizer.c 			if (Z_TYPE(q->val) == IS_UNDEF) continue;
Z_TYPE            716 ext/opcache/Optimizer/zend_optimizer.c 			if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            723 ext/opcache/Optimizer/zend_optimizer.c 			if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            727 ext/opcache/Optimizer/zend_optimizer.c 				if (Z_TYPE(q->val) == IS_UNDEF) continue;
Z_TYPE            510 ext/opcache/ZendAccelerator.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            524 ext/opcache/ZendAccelerator.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            539 ext/opcache/ZendAccelerator.c 			if (Z_TYPE(q->val) == IS_UNDEF) continue;
Z_TYPE            554 ext/opcache/ZendAccelerator.c 			if (Z_TYPE(q->val) == IS_UNDEF) continue;
Z_TYPE            565 ext/opcache/ZendAccelerator.c 			if (!Z_TYPE(q->val) == IS_UNDEF) continue;
Z_TYPE            575 ext/opcache/ZendAccelerator.c 		if (!Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            586 ext/opcache/ZendAccelerator.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            350 ext/opcache/zend_accelerator_module.c 	    Z_TYPE(zfilename) != IS_STRING ||
Z_TYPE            255 ext/opcache/zend_accelerator_util_funcs.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE            300 ext/opcache/zend_accelerator_util_funcs.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE            358 ext/opcache/zend_accelerator_util_funcs.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE            533 ext/opcache/zend_accelerator_util_funcs.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE            577 ext/opcache/zend_accelerator_util_funcs.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE            621 ext/opcache/zend_accelerator_util_funcs.c 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;
Z_TYPE            261 ext/opcache/zend_file_cache.c 		if (Z_TYPE(p->val) != IS_UNDEF) {
Z_TYPE            827 ext/opcache/zend_file_cache.c 		if (Z_TYPE(p->val) != IS_UNDEF) {
Z_TYPE            117 ext/opcache/zend_persist.c 			if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            145 ext/opcache/zend_persist.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            199 ext/opcache/zend_persist.c 			if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE            224 ext/opcache/zend_persist.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE             82 ext/opcache/zend_persist_calc.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           3241 ext/openssl/openssl.c 	if (Z_TYPE(tmp) == IS_STRING) {\
Z_TYPE           3305 ext/openssl/openssl.c 				if (Z_TYPE(tmp) == IS_STRING) {
Z_TYPE           3379 ext/openssl/openssl.c 	if (Z_TYPE(tmp) == IS_STRING) {
Z_TYPE            168 ext/openssl/xp_ssl.c 	if (Z_TYPE(stream->wrapperdata) == IS_ARRAY && stream->wrapper && strcasecmp(stream->wrapper->wops->label, "HTTP") == 0) {
Z_TYPE           1079 ext/openssl/xp_ssl.c 			if (Z_TYPE(retval) == IS_TRUE) {
Z_TYPE            791 ext/pcre/php_pcre.c 							if (Z_TYPE(marks) == IS_UNDEF) {
Z_TYPE            933 ext/pcre/php_pcre.c 		if (Z_TYPE(marks) != IS_UNDEF) {
Z_TYPE           1037 ext/pcre/php_pcre.c 	if (call_user_function_ex(EG(function_table), NULL, function, &retval, 1, args, 0, NULL) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           1383 ext/pcre/php_pcre.c 					if (Z_TYPE(Z_ARRVAL_P(replace)->arData[replace_idx].val) != IS_UNDEF) {
Z_TYPE            583 ext/pdo/pdo_sql_parser.c 					switch (Z_TYPE(tmp_param)) {
Z_TYPE            930 ext/pdo/pdo_stmt.c 					if (Z_TYPE(val) != IS_NULL) {
Z_TYPE           1034 ext/pdo/pdo_stmt.c 						if (Z_TYPE(val) == IS_LONG) {
Z_TYPE           1122 ext/pdo/pdo_stmt.c 						} else if (ce->unserialize(return_value, ce, (unsigned char *)(Z_TYPE(val) == IS_STRING ? Z_STRVAL(val) : ""), Z_TYPE(val) == IS_STRING ? Z_STRLEN(val) : 0, NULL) == FAILURE) {
Z_TYPE           1867 ext/pdo/pdo_stmt.c 		if (Z_TYPE(args[skip]) != IS_LONG) {
Z_TYPE           1905 ext/pdo/pdo_stmt.c 			} else	if (Z_TYPE(args[skip+1]) != IS_LONG) {
Z_TYPE           1927 ext/pdo/pdo_stmt.c 				} else if (Z_TYPE(args[skip+1]) != IS_STRING) {
Z_TYPE           1946 ext/pdo/pdo_stmt.c 					if (Z_TYPE(args[skip+2]) != IS_NULL && Z_TYPE(args[skip+2]) != IS_ARRAY) {
Z_TYPE           1949 ext/pdo/pdo_stmt.c 					} else if (Z_TYPE(args[skip+2]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL(args[skip+2]))) {
Z_TYPE           1964 ext/pdo/pdo_stmt.c 			} else if (Z_TYPE(args[skip+1]) != IS_OBJECT) {
Z_TYPE            545 ext/pdo_mysql/mysql_statement.c 				PDO_DBG_INF_FMT("param->parameter->type=%d", Z_TYPE(param->parameter));
Z_TYPE            571 ext/pdo_mysql/mysql_statement.c 				PDO_DBG_INF_FMT("param->parameter->type=%d", Z_TYPE(param->parameter));
Z_TYPE            400 ext/pdo_sqlite/sqlite_driver.c 			switch (Z_TYPE(retval)) {
Z_TYPE            494 ext/pdo_sqlite/sqlite_driver.c 		if (Z_TYPE(retval) != IS_LONG) {
Z_TYPE           1296 ext/pgsql/pgsql.c 		if (i == 1 && ZEND_NUM_ARGS() == 2 && Z_TYPE(args[i]) == IS_LONG) {
Z_TYPE           1979 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
Z_TYPE           2182 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
Z_TYPE           4964 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
Z_TYPE           5141 ext/pgsql/pgsql.c 				if (Z_TYPE(tmp_val) != IS_STRING) {
Z_TYPE           5785 ext/pgsql/pgsql.c 	if (!err && Z_TYPE(new_val) == IS_STRING && !strcmp(Z_STRVAL(new_val), "NULL")) { \
Z_TYPE            238 ext/phar/phar.c 	if (Z_TYPE(phar->metadata) != IS_UNDEF) {
Z_TYPE            390 ext/phar/phar.c 	if (Z_TYPE(entry->metadata) != IS_UNDEF) {
Z_TYPE           1132 ext/phar/phar.c 					if (Z_TYPE(entry.metadata) != IS_UNDEF) {
Z_TYPE           1145 ext/phar/phar.c 					if (Z_TYPE(entry.metadata) != IS_UNDEF) {
Z_TYPE           1158 ext/phar/phar.c 					if (Z_TYPE(entry.metadata) != IS_UNDEF) {
Z_TYPE           2680 ext/phar/phar.c 	if (Z_TYPE(phar->metadata) != IS_UNDEF) {
Z_TYPE           2722 ext/phar/phar.c 		if (Z_TYPE(entry->metadata) != IS_UNDEF) {
Z_TYPE             69 ext/phar/phar_object.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_UNDEF) {
Z_TYPE            596 ext/phar/phar_object.c 		if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) != IS_UNDEF) {
Z_TYPE            698 ext/phar/phar_object.c 		if (Z_TYPE_P(fci.retval) == IS_UNDEF || Z_TYPE(retval) == IS_UNDEF) {
Z_TYPE            706 ext/phar/phar_object.c 		switch (Z_TYPE(retval)) {
Z_TYPE           1447 ext/phar/phar_object.c 				if (Z_TYPE(key) != IS_STRING) {
Z_TYPE           1483 ext/phar/phar_object.c 						if (Z_TYPE(dummy) == IS_TRUE) {
Z_TYPE           1575 ext/phar/phar_object.c 			if (Z_TYPE(key) != IS_STRING) {
Z_TYPE           2243 ext/phar/phar_object.c 	if (Z_TYPE(source->metadata) != IS_UNDEF) {
Z_TYPE           2275 ext/phar/phar_object.c 		if (Z_TYPE(newentry.metadata) != IS_UNDEF) {
Z_TYPE           3460 ext/phar/phar_object.c 	if (Z_TYPE(newentry.metadata) != IS_UNDEF) {
Z_TYPE           3955 ext/phar/phar_object.c 	RETURN_BOOL(Z_TYPE(phar_obj->archive->metadata) != IS_UNDEF);
Z_TYPE           3970 ext/phar/phar_object.c 	if (Z_TYPE(phar_obj->archive->metadata) != IS_UNDEF) {
Z_TYPE           4006 ext/phar/phar_object.c 	if (Z_TYPE(phar_obj->archive->metadata) != IS_UNDEF) {
Z_TYPE           4036 ext/phar/phar_object.c 	if (Z_TYPE(phar_obj->archive->metadata) != IS_UNDEF) {
Z_TYPE           4653 ext/phar/phar_object.c 	RETURN_BOOL(Z_TYPE(entry_obj->entry->metadata) != IS_UNDEF);
Z_TYPE           4668 ext/phar/phar_object.c 	if (Z_TYPE(entry_obj->entry->metadata) != IS_UNDEF) {
Z_TYPE           4716 ext/phar/phar_object.c 	if (Z_TYPE(entry_obj->entry->metadata) != IS_UNDEF) {
Z_TYPE           4758 ext/phar/phar_object.c 	if (Z_TYPE(entry_obj->entry->metadata) != IS_UNDEF) {
Z_TYPE            211 ext/phar/stream.c 		if (context && Z_TYPE(context->options) != IS_UNDEF && (pzoption = zend_hash_str_find(HASH_OF(&context->options), "phar", sizeof("phar")-1)) != NULL) {
Z_TYPE            223 ext/phar/stream.c 				if (Z_TYPE(idata->internal_file->metadata) != IS_UNDEF) {
Z_TYPE            915 ext/phar/tar.c 	if (Z_TYPE(entry->metadata) == IS_UNDEF) {
Z_TYPE           1157 ext/phar/tar.c 	if (Z_TYPE(phar->metadata) != IS_UNDEF) {
Z_TYPE           1462 ext/phar/util.c 	switch (Z_TYPE(retval)) {
Z_TYPE           1957 ext/phar/util.c 	if (Z_TYPE(entry->metadata) != IS_UNDEF) {
Z_TYPE           2002 ext/phar/util.c 	if (Z_TYPE(phar->metadata) != IS_UNDEF) {
Z_TYPE            964 ext/phar/zip.c 	if (Z_TYPE(entry->metadata) != IS_UNDEF) {
Z_TYPE           1438 ext/phar/zip.c 	if (Z_TYPE(phar->metadata) != IS_UNDEF) {
Z_TYPE           1452 ext/phar/zip.c 		if (Z_TYPE(phar->metadata) != IS_UNDEF) {
Z_TYPE           1486 ext/phar/zip.c 	if (Z_TYPE(phar->metadata) != IS_UNDEF) {
Z_TYPE            194 ext/readline/readline.c 	if (Z_TYPE(_prepped_callback) != IS_UNDEF) {
Z_TYPE            491 ext/readline/readline.c 		if (Z_TYPE(_readline_array) == IS_ARRAY) {
Z_TYPE            578 ext/readline/readline.c 	if (Z_TYPE(_prepped_callback) != IS_UNDEF) {
Z_TYPE            595 ext/readline/readline.c 	if (Z_TYPE(_prepped_callback) != IS_UNDEF) {
Z_TYPE            605 ext/readline/readline.c 	if (Z_TYPE(_prepped_callback) != IS_UNDEF) {
Z_TYPE            700 ext/reflection/php_reflection.c 			if (Z_TYPE(zv) == IS_TRUE) {
Z_TYPE            702 ext/reflection/php_reflection.c 			} else if (Z_TYPE(zv) == IS_FALSE) {
Z_TYPE            704 ext/reflection/php_reflection.c 			} else if (Z_TYPE(zv) == IS_NULL) {
Z_TYPE            706 ext/reflection/php_reflection.c 			} else if (Z_TYPE(zv) == IS_STRING) {
Z_TYPE            713 ext/reflection/php_reflection.c 			} else if (Z_TYPE(zv) == IS_ARRAY) {
Z_TYPE           1536 ext/reflection/php_reflection.c 	if (Z_TYPE(retval) == IS_UNDEF) {
Z_TYPE           1951 ext/reflection/php_reflection.c 	if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           2016 ext/reflection/php_reflection.c 	if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           3203 ext/reflection/php_reflection.c 		if (Z_TYPE(params[0]) != IS_OBJECT) {
Z_TYPE           3242 ext/reflection/php_reflection.c 	if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           3361 ext/reflection/php_reflection.c 	if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           4167 ext/reflection/php_reflection.c 	if (Z_TYPE(intern->obj) != IS_UNDEF && instanceof_function(ce, zend_ce_closure)) {
Z_TYPE           4199 ext/reflection/php_reflection.c 		if (Z_TYPE(intern->obj) != IS_UNDEF && Z_OBJ_HANDLER(intern->obj, has_property)) {
Z_TYPE           4234 ext/reflection/php_reflection.c 	} else if (Z_TYPE(intern->obj) != IS_UNDEF) {
Z_TYPE           4363 ext/reflection/php_reflection.c 	if (Z_TYPE(intern->obj) != IS_UNDEF && (filter & ZEND_ACC_PUBLIC) != 0 && Z_OBJ_HT(intern->obj)->get_properties) {
Z_TYPE           5371 ext/reflection/php_reflection.c 		if (Z_TYPE(CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset]) == IS_UNDEF) {
Z_TYPE           5423 ext/reflection/php_reflection.c 		if (Z_TYPE(CE_STATIC_MEMBERS(intern->ce)[ref->prop.offset]) == IS_UNDEF) {
Z_TYPE             51 ext/session/mod_user.c 	if (Z_TYPE(retval) != IS_UNDEF) { \
Z_TYPE             52 ext/session/mod_user.c 		if (Z_TYPE(retval) == IS_TRUE) { \
Z_TYPE             54 ext/session/mod_user.c 		} else if (Z_TYPE(retval) == IS_FALSE) { \
Z_TYPE             56 ext/session/mod_user.c         }  else if ((Z_TYPE(retval) == IS_LONG) && (Z_LVAL(retval) == -1)) { \
Z_TYPE             59 ext/session/mod_user.c 		} else if ((Z_TYPE(retval) == IS_LONG) && (Z_LVAL(retval) == 0)) { \
Z_TYPE            132 ext/session/mod_user.c 		if (Z_TYPE(retval) == IS_STRING) {
Z_TYPE            189 ext/session/mod_user.c 			if (Z_TYPE(retval) == IS_STRING) {
Z_TYPE            902 ext/session/session.c 	if (Z_TYPE(session_vars) == IS_NULL) {
Z_TYPE           2929 ext/session/session.c 			if (Z_TYPE(progress->sid) && progress->key.s) {
Z_TYPE           2963 ext/session/session.c 			if (!Z_TYPE(progress->sid) || !progress->key.s) {
Z_TYPE           3022 ext/session/session.c 			if (!Z_TYPE(progress->sid) || !progress->key.s) {
Z_TYPE           3035 ext/session/session.c 			if (!Z_TYPE(progress->sid) || !progress->key.s) {
Z_TYPE           3054 ext/session/session.c 			if (Z_TYPE(progress->sid) && progress->key.s) {
Z_TYPE            603 ext/soap/php_encoding.c 	if (type && type->map && Z_TYPE(type->map->to_xml) != IS_UNDEF) {
Z_TYPE            609 ext/soap/php_encoding.c 		if (Z_TYPE(return_value) == IS_STRING) {
Z_TYPE            631 ext/soap/php_encoding.c 	if (type && type->map && Z_TYPE(type->map->to_zval) != IS_UNDEF) {
Z_TYPE           1254 ext/soap/php_encoding.c 			if (Z_TYPE(val) == IS_STRING && *Z_STRVAL(val) == '<') {
Z_TYPE           1261 ext/soap/php_encoding.c 					if (Z_TYPE(val2) != IS_STRING ||  *Z_STRVAL(val) != '<') {
Z_TYPE           1368 ext/soap/php_encoding.c 					} else if ((Z_TYPE(val) != IS_NULL || !model->u.element->nillable) &&
Z_TYPE           2191 ext/soap/php_encoding.c 	    Z_TYPE(ht->arData[ht->nNumUsed-1].val) != IS_UNDEF &&
Z_TYPE           2749 ext/soap/php_encoding.c 			if (Z_TYPE(key) == IS_STRING) {
Z_TYPE           2751 ext/soap/php_encoding.c 			} else if (Z_TYPE(key) == IS_LONG) {
Z_TYPE            396 ext/soap/php_http.c 			    Z_TYPE(retval) == IS_STRING) {
Z_TYPE           1180 ext/soap/php_http.c 					if (Z_TYPE(digest) == IS_UNDEF) {
Z_TYPE           1187 ext/soap/php_http.c 			if (Z_TYPE(digest) != IS_UNDEF) {
Z_TYPE           1271 ext/soap/php_http.c 		    Z_TYPE(retval) == IS_STRING) {
Z_TYPE            281 ext/soap/php_sdl.c 		if (Z_TYPE(context) != IS_UNDEF) {
Z_TYPE            309 ext/soap/php_sdl.c 	if (Z_TYPE(ctx->old_header) != IS_UNDEF) {
Z_TYPE           1104 ext/soap/soap.c 			} else if (enc->details.map && Z_TYPE(enc->details.map->to_xml) != IS_UNDEF) {
Z_TYPE           1110 ext/soap/soap.c 			} else if (enc->details.map && Z_TYPE(enc->details.map->to_zval) != IS_UNDEF) {
Z_TYPE           1827 ext/soap/soap.c 				if (Z_TYPE(h->retval) == IS_OBJECT &&
Z_TYPE           1896 ext/soap/soap.c 		if (Z_TYPE(retval) == IS_OBJECT &&
Z_TYPE           2082 ext/soap/soap.c 	if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
Z_TYPE           2742 ext/soap/soap.c 				if (ret && Z_TYPE(response) == IS_STRING) {
Z_TYPE           2787 ext/soap/soap.c 				if (ret && Z_TYPE(response) == IS_STRING) {
Z_TYPE           4108 ext/soap/soap.c 				if (Z_TYPE(h->retval) != IS_NULL) {
Z_TYPE           4116 ext/soap/soap.c 					if (Z_TYPE(h->retval) == IS_OBJECT &&
Z_TYPE             95 ext/spl/spl_array.c 	} else if (Z_TYPE(intern->array) == IS_ARRAY) {
Z_TYPE            116 ext/spl/spl_array.c 	return (intern->ar_flags & SPL_ARRAY_IS_SELF) || Z_TYPE(intern->array) == IS_OBJECT;
Z_TYPE           1393 ext/spl/spl_array.c 		if (Z_TYPE(rv) != IS_UNDEF) {
Z_TYPE            267 ext/spl/spl_directory.c 	if (Z_TYPE(tmp) == IS_TRUE) {
Z_TYPE           2169 ext/spl/spl_directory.c 			if (Z_TYPE(retval) == IS_STRING) {
Z_TYPE           2193 ext/spl/spl_directory.c 		switch(Z_TYPE(intern->u.file.current_zval)) {
Z_TYPE            282 ext/spl/spl_iterators.c 				if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            348 ext/spl/spl_iterators.c 				if (Z_TYPE(child) == IS_UNDEF || Z_TYPE(child) != IS_OBJECT ||
Z_TYPE           1038 ext/spl/spl_iterators.c 		if (Z_TYPE(has_next) != IS_UNDEF) {
Z_TYPE           1039 ext/spl/spl_iterators.c 			if (Z_TYPE(has_next) == IS_TRUE) {
Z_TYPE           1048 ext/spl/spl_iterators.c 	if (Z_TYPE(has_next) != IS_UNDEF) {
Z_TYPE           1049 ext/spl/spl_iterators.c 		if (Z_TYPE(has_next) == IS_TRUE) {
Z_TYPE           1232 ext/spl/spl_iterators.c 	if (Z_TYPE(entry) != IS_STRING) {
Z_TYPE           1284 ext/spl/spl_iterators.c 	if (Z_TYPE(key) != IS_STRING) {
Z_TYPE           1413 ext/spl/spl_iterators.c 	if (call_user_function_ex(EG(function_table), NULL, &func, &retval, arg_count, func_params, 0, NULL) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           1522 ext/spl/spl_iterators.c 					if (Z_TYPE(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE(retval), zend_ce_traversable)) {
Z_TYPE           1658 ext/spl/spl_iterators.c 	if (Z_TYPE(intern->current.data) != IS_UNDEF) {
Z_TYPE           1662 ext/spl/spl_iterators.c 	if (Z_TYPE(intern->current.key) != IS_UNDEF) {
Z_TYPE           1667 ext/spl/spl_iterators.c 		if (Z_TYPE(intern->u.caching.zstr) != IS_UNDEF) {
Z_TYPE           1671 ext/spl/spl_iterators.c 		if (Z_TYPE(intern->u.caching.zchildren) != IS_UNDEF) {
Z_TYPE           1765 ext/spl/spl_iterators.c 	RETURN_BOOL(Z_TYPE(intern->current.data) != IS_UNDEF);
Z_TYPE           1786 ext/spl/spl_iterators.c 	if (Z_TYPE(intern->current.key) != IS_UNDEF) {
Z_TYPE           1814 ext/spl/spl_iterators.c 	if (Z_TYPE(intern->current.data) != IS_UNDEF) {
Z_TYPE           1848 ext/spl/spl_iterators.c 		if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           1932 ext/spl/spl_iterators.c 	if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           1953 ext/spl/spl_iterators.c 	if (!EG(exception) && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           1973 ext/spl/spl_iterators.c 	if (!EG(exception) && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           2007 ext/spl/spl_iterators.c 	if (Z_TYPE(intern->current.data) == IS_UNDEF || Z_TYPE(intern->current.key) == IS_UNDEF) {
Z_TYPE           2020 ext/spl/spl_iterators.c 	if (zend_call_function(fci, fcc) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
Z_TYPE           2046 ext/spl/spl_iterators.c 	if (Z_TYPE(intern->current.data) == IS_UNDEF) {
Z_TYPE           2048 ext/spl/spl_iterators.c 	} else if (Z_TYPE(intern->current.data) == IS_ARRAY) {
Z_TYPE           2281 ext/spl/spl_iterators.c 	if (Z_TYPE(intern->current.data) == IS_UNDEF) {
Z_TYPE           2283 ext/spl/spl_iterators.c 	} else if (Z_TYPE(intern->current.data) == IS_ARRAY) {
Z_TYPE           2320 ext/spl/spl_iterators.c 		if (Z_TYPE(object->u.append.zarrayit) != IS_UNDEF) {
Z_TYPE           2555 ext/spl/spl_iterators.c 	RETURN_BOOL((intern->u.limit.count == -1 || intern->current.pos < intern->u.limit.offset + intern->u.limit.count) && Z_TYPE(intern->current.data) != IS_UNDEF);
Z_TYPE           2807 ext/spl/spl_iterators.c 	if (Z_TYPE(intern->u.caching.zstr) == IS_STRING) {
Z_TYPE           3062 ext/spl/spl_iterators.c 	RETURN_BOOL(Z_TYPE(intern->u.caching.zchildren) != IS_UNDEF);
Z_TYPE           3077 ext/spl/spl_iterators.c 	if (Z_TYPE(intern->u.caching.zchildren) != IS_UNDEF) {
Z_TYPE           3420 ext/spl/spl_iterators.c 	RETURN_BOOL(Z_TYPE(intern->current.data) != IS_UNDEF);
Z_TYPE           3636 ext/spl/spl_iterators.c 	if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            125 ext/spl/spl_observer.c 			if (Z_TYPE(rv) == IS_STRING) {
Z_TYPE            790 ext/spl/spl_observer.c 		if (Z_TYPE(entry) != IS_OBJECT) {
Z_TYPE           1078 ext/spl/spl_observer.c 			valid = (Z_TYPE(retval) == IS_TRUE);
Z_TYPE           1114 ext/spl/spl_observer.c 			valid = Z_TYPE(retval) == IS_TRUE;
Z_TYPE           1142 ext/spl/spl_observer.c 			switch (Z_TYPE(element->inf)) {
Z_TYPE            773 ext/sqlite3/sqlite3.c 			switch (Z_TYPE(retval)) {
Z_TYPE            885 ext/sqlite3/sqlite3.c 	} else if (Z_TYPE(retval) != IS_LONG){
Z_TYPE            396 ext/standard/array.c 	ZEND_ASSERT(Z_TYPE(result) == IS_LONG);
Z_TYPE            838 ext/standard/array.c 				if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            992 ext/standard/array.c 	if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           1120 ext/standard/array.c 	if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           1343 ext/standard/array.c 		if (Z_TYPE(args[0]) != IS_ARRAY) {
Z_TYPE           1364 ext/standard/array.c 			if (Z_TYPE(result) == IS_TRUE) {
Z_TYPE           1390 ext/standard/array.c 		if (Z_TYPE(args[0]) != IS_ARRAY) {
Z_TYPE           1411 ext/standard/array.c 			if (Z_TYPE(result) == IS_FALSE) {
Z_TYPE           1501 ext/standard/array.c 				if (Z_TYPE(args[1]) != IS_UNDEF) {
Z_TYPE           1509 ext/standard/array.c 		if (Z_TYPE(args[1]) != IS_UNDEF) {
Z_TYPE           1878 ext/standard/array.c 				if (Z_TYPE(final_name) == IS_NULL && ZSTR_LEN(var_name) != 0) {
Z_TYPE           1884 ext/standard/array.c 				if (Z_TYPE(final_name) == IS_NULL) {
Z_TYPE           1900 ext/standard/array.c 		if (Z_TYPE(final_name) == IS_STRING && php_valid_var_name(Z_STRVAL(final_name), Z_STRLEN(final_name))) {
Z_TYPE           1991 ext/standard/array.c 	if (ZEND_NUM_ARGS() == 1 && Z_TYPE(args[0]) == IS_ARRAY) {
Z_TYPE           2315 ext/standard/array.c 				if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           2337 ext/standard/array.c 				if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           2428 ext/standard/array.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           2451 ext/standard/array.c 			if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           2474 ext/standard/array.c 			if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           2501 ext/standard/array.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           2687 ext/standard/array.c 				if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           2702 ext/standard/array.c 				if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           2725 ext/standard/array.c 			if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           3782 ext/standard/array.c 		if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           3783 ext/standard/array.c 		if (Z_TYPE(p->val) == IS_INDIRECT && Z_TYPE_P(Z_INDIRECT(p->val)) == IS_UNDEF) continue;
Z_TYPE           3793 ext/standard/array.c 	for (cmpdata = arTmp + 1; Z_TYPE(cmpdata->b.val) != IS_UNDEF; cmpdata++) {
Z_TYPE           3837 ext/standard/array.c 	if (zend_call_function(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           3887 ext/standard/array.c 		if (Z_TYPE(args[i]) != IS_ARRAY) {
Z_TYPE           4063 ext/standard/array.c 		if (Z_TYPE(args[i]) != IS_ARRAY) {
Z_TYPE           4081 ext/standard/array.c 			if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           4100 ext/standard/array.c 	while (Z_TYPE(ptrs[0]->val) != IS_UNDEF) {
Z_TYPE           4109 ext/standard/array.c 				while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_data_compare_func(ptrs[0], ptrs[i])))) {
Z_TYPE           4113 ext/standard/array.c 				while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_key_compare_func(ptrs[0], ptrs[i])))) {
Z_TYPE           4116 ext/standard/array.c 				if ((!c && Z_TYPE(ptrs[i]->val) != IS_UNDEF) && (behavior == INTERSECT_ASSOC)) { /* only when INTERSECT_ASSOC */
Z_TYPE           4138 ext/standard/array.c 			if (Z_TYPE(ptrs[i]->val) == IS_UNDEF) {
Z_TYPE           4144 ext/standard/array.c 					if (Z_TYPE(p->val) == IS_UNDEF) {
Z_TYPE           4168 ext/standard/array.c 				if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
Z_TYPE           4184 ext/standard/array.c 				if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
Z_TYPE           4310 ext/standard/array.c 		if (Z_TYPE(args[i]) != IS_ARRAY) {
Z_TYPE           4485 ext/standard/array.c 		if (Z_TYPE(args[i]) != IS_ARRAY) {
Z_TYPE           4503 ext/standard/array.c 			if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           4522 ext/standard/array.c 	while (Z_TYPE(ptrs[0]->val) != IS_UNDEF) {
Z_TYPE           4534 ext/standard/array.c 				while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = diff_data_compare_func(ptrs[0], ptrs[i])))) {
Z_TYPE           4538 ext/standard/array.c 				while (Z_TYPE(ptr->val) != IS_UNDEF && (0 != (c = diff_key_compare_func(ptrs[0], ptr)))) {
Z_TYPE           4544 ext/standard/array.c 					if (Z_TYPE(ptrs[i]->val) != IS_UNDEF) {
Z_TYPE           4551 ext/standard/array.c 					if (Z_TYPE(ptr->val) != IS_UNDEF) {
Z_TYPE           4588 ext/standard/array.c 				if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
Z_TYPE           4604 ext/standard/array.c 				if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
Z_TYPE           4669 ext/standard/array.c 	if (Z_TYPE(args[0]) != IS_ARRAY) {
Z_TYPE           4677 ext/standard/array.c 		if (Z_TYPE(args[i]) != IS_ARRAY) {
Z_TYPE           4777 ext/standard/array.c 	} while (Z_TYPE(ab[r].val) != IS_UNDEF);
Z_TYPE           4927 ext/standard/array.c 			if (Z_TYPE(p->val) == IS_UNDEF) continue;
Z_TYPE           5086 ext/standard/array.c 		if (Z_TYPE(entry_n) == IS_LONG && Z_TYPE_P(return_value) == IS_LONG) {
Z_TYPE           5144 ext/standard/array.c 		if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           5279 ext/standard/array.c 		if (Z_TYPE(arrays[0]) != IS_ARRAY) {
Z_TYPE           5301 ext/standard/array.c 			if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
Z_TYPE           5318 ext/standard/array.c 			if (Z_TYPE(arrays[i]) != IS_ARRAY) {
Z_TYPE           5348 ext/standard/array.c 						} else if (Z_TYPE(Z_ARRVAL(arrays[i])->arData[pos].val) != IS_UNDEF) {
Z_TYPE           5374 ext/standard/array.c 						} else if (Z_TYPE(Z_ARRVAL(arrays[i])->arData[pos].val) != IS_UNDEF) {
Z_TYPE           5388 ext/standard/array.c 				if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
Z_TYPE           5488 ext/standard/array.c 		if (Z_TYPE(chunk) == IS_UNDEF) {
Z_TYPE           5513 ext/standard/array.c 	if (Z_TYPE(chunk) != IS_UNDEF) {
Z_TYPE           5550 ext/standard/array.c 			} else if (Z_TYPE(values->arData[pos_values].val) != IS_UNDEF) {
Z_TYPE             58 ext/standard/assert.c 		if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) {
Z_TYPE             62 ext/standard/assert.c 		if (new_value && (Z_TYPE(ASSERTG(callback)) != IS_UNDEF || ZSTR_LEN(new_value))) {
Z_TYPE            131 ext/standard/assert.c 	if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) {
Z_TYPE            200 ext/standard/assert.c 		val = Z_TYPE(retval) == IS_TRUE;
Z_TYPE            209 ext/standard/assert.c 	if (Z_TYPE(ASSERTG(callback)) == IS_UNDEF && ASSERTG(cb)) {
Z_TYPE            213 ext/standard/assert.c 	if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) {
Z_TYPE            346 ext/standard/assert.c 		if (Z_TYPE(ASSERTG(callback)) != IS_UNDEF) {
Z_TYPE           4269 ext/standard/basic_functions.c 	if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
Z_TYPE           4782 ext/standard/basic_functions.c 	if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           4811 ext/standard/basic_functions.c 	if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           4844 ext/standard/basic_functions.c 	if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           4872 ext/standard/basic_functions.c 	if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           5675 ext/standard/basic_functions.c 	if (Z_TYPE(tick_fe.arguments[0]) != IS_ARRAY && Z_TYPE(tick_fe.arguments[0]) != IS_OBJECT) {
Z_TYPE           5874 ext/standard/basic_functions.c 		if (Z_TYPE(BG(active_ini_file_section)) != IS_UNDEF) {
Z_TYPE            145 ext/standard/browscap.c 			if (Z_TYPE(bdata->current_section) != IS_UNDEF && arg2) {
Z_TYPE            460 ext/standard/browscap.c 		if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && 
Z_TYPE            477 ext/standard/browscap.c 		if (Z_TYPE(found_browser_entry) != IS_UNDEF) {
Z_TYPE            957 ext/standard/dns.c 				if (Z_TYPE(retval) != IS_UNDEF && store_results) {
Z_TYPE            970 ext/standard/dns.c 					if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            982 ext/standard/dns.c 					if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            147 ext/standard/file.c 	if (Z_TYPE(context->options) != IS_UNDEF) {
Z_TYPE            240 ext/standard/info.c 				if (Z_TYPE(tmp2) != IS_STRING) {
Z_TYPE            872 ext/standard/streamsfuncs.c 	if (notifier && Z_TYPE(notifier->ptr) != IS_UNDEF) {
Z_TYPE           1095 ext/standard/streamsfuncs.c 	if (context->notifier && Z_TYPE(context->notifier->ptr) != IS_UNDEF && context->notifier->func == user_space_stream_notifier) {
Z_TYPE           4514 ext/standard/string.c 		if (Z_TYPE(args[0]) == IS_ARRAY) {
Z_TYPE           4573 ext/standard/string.c 		if (Z_TYPE(args[0]) == IS_ARRAY) {
Z_TYPE            732 ext/standard/url.c 	if (Z_TYPE(stream->wrapperdata) != IS_ARRAY) {
Z_TYPE            212 ext/standard/user_filters.c 	if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            354 ext/standard/user_filters.c 	if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            355 ext/standard/user_filters.c 		if (Z_TYPE(retval) == IS_FALSE) {
Z_TYPE            880 ext/standard/var.c 						if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            319 ext/standard/var_unserializer.c 			if (Z_TYPE(key) == IS_LONG) {
Z_TYPE            329 ext/standard/var_unserializer.c 			} else if (Z_TYPE(key) == IS_STRING) {
Z_TYPE            345 ext/standard/var_unserializer.c 			if (EXPECTED(Z_TYPE(key) == IS_STRING)) {
Z_TYPE            356 ext/standard/var_unserializer.c 			} else if (Z_TYPE(key) == IS_LONG) {
Z_TYPE            372 ext/standard/var_unserializer.c 			if (Z_TYPE(key) == IS_LONG) {
Z_TYPE            513 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_STRING) {
Z_TYPE            518 ext/tidy/tidy.c 				if (Z_TYPE(conv) != Z_TYPE_P(value)) {
Z_TYPE            523 ext/tidy/tidy.c 			if (Z_TYPE(conv) != Z_TYPE_P(value)) {
Z_TYPE            529 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_LONG) {
Z_TYPE            539 ext/tidy/tidy.c 			if (Z_TYPE(conv) != IS_LONG) {
Z_TYPE            152 ext/tokenizer/tokenizer.c 		if (Z_TYPE(token) != IS_UNDEF) {
Z_TYPE            301 ext/wddx/wddx.c 		if (Z_TYPE(retval) != IS_ARRAY) {
Z_TYPE            880 ext/wddx/wddx.c 		if (Z_TYPE(ent1->data) == IS_UNDEF) {
Z_TYPE            898 ext/wddx/wddx.c 		if (Z_TYPE(ent1->data) == IS_OBJECT) {
Z_TYPE            920 ext/wddx/wddx.c 			if (Z_TYPE(ent2->data) == IS_ARRAY || Z_TYPE(ent2->data) == IS_OBJECT) {
Z_TYPE            925 ext/wddx/wddx.c 						Z_TYPE(ent1->data) == IS_STRING && Z_STRLEN(ent1->data) &&
Z_TYPE            926 ext/wddx/wddx.c 						ent2->type == ST_STRUCT && Z_TYPE(ent2->data) == IS_ARRAY) {
Z_TYPE            956 ext/wddx/wddx.c 					} else if (Z_TYPE(ent2->data) == IS_OBJECT) {
Z_TYPE            514 ext/xmlrpc/xmlrpc-epi-php.c 					if (Z_TYPE(val) == IS_NULL) {
Z_TYPE            518 ext/xmlrpc/xmlrpc-epi-php.c 						if (Z_TYPE(val) != IS_STRING) {
Z_TYPE            535 ext/xmlrpc/xmlrpc-epi-php.c 					xReturn = XMLRPC_CreateValueBoolean(key, Z_TYPE(val) == IS_TRUE);
Z_TYPE            338 ext/xsl/xsltprocessor.c 			if (Z_TYPE(handler) == IS_STRING) {
Z_TYPE            345 ext/xsl/xsltprocessor.c 			if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) {
Z_TYPE            357 ext/xsl/xsltprocessor.c 			} else if (Z_TYPE(retval) == IS_TRUE || Z_TYPE(retval) == IS_FALSE) {
Z_TYPE            358 ext/xsl/xsltprocessor.c 				valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE));
Z_TYPE            359 ext/xsl/xsltprocessor.c 			} else if (Z_TYPE(retval) == IS_OBJECT) {
Z_TYPE            295 ext/zip/php_zip.c 	if (Z_TYPE(exists_flag) == IS_FALSE) {
Z_TYPE            943 ext/zip/php_zip.c 				retval = (Z_TYPE(tmp) != IS_NULL);
Z_TYPE            109 ext/zlib/zlib.c 		if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
Z_TYPE            134 main/SAPI.c    	if (Z_TYPE(SG(callback_func)) != IS_UNDEF) {
Z_TYPE            871 main/SAPI.c    	if (Z_TYPE(SG(callback_func)) != IS_UNDEF) {
Z_TYPE            878 main/main.c    			(Z_TYPE(EG(user_error_handler)) == IS_UNDEF || !(EG(user_error_handler_error_reporting) & type))) {
Z_TYPE            959 main/output.c  #define PHP_OUTPUT_USER_SUCCESS(retval) ((Z_TYPE(retval) != IS_UNDEF) && !(Z_TYPE(retval) == IS_FALSE))
Z_TYPE            963 main/output.c  				if (Z_TYPE(retval) != IS_FALSE && Z_TYPE(retval) != IS_TRUE) {
Z_TYPE            225 main/php_variables.c 			if (Z_TYPE(PG(http_globals)[TRACK_VARS_COOKIE]) != IS_UNDEF &&
Z_TYPE            723 main/php_variables.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) == IS_UNDEF) {
Z_TYPE            776 main/rfc1867.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) != IS_ARRAY) {
Z_TYPE            536 main/streams/memory.c 			if (Z_TYPE(ts->meta) != IS_UNDEF) {
Z_TYPE            491 main/streams/streams.c 		if (Z_TYPE(stream->wrapperdata) != IS_UNDEF) {
Z_TYPE           2186 main/streams/streams.c 	if (Z_TYPE(context->options) != IS_UNDEF) {
Z_TYPE            360 main/streams/userspace.c 	if (Z_TYPE(us->object) == IS_UNDEF) {
Z_TYPE            382 main/streams/userspace.c 	if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) {
Z_TYPE            438 main/streams/userspace.c 	if (Z_TYPE(us->object) == IS_UNDEF) {
Z_TYPE            457 main/streams/userspace.c 	if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) {
Z_TYPE            615 main/streams/userspace.c 	if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            665 main/streams/userspace.c 	if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE            693 main/streams/userspace.c 	if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) {
Z_TYPE            753 main/streams/userspace.c 	if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval))
Z_TYPE            798 main/streams/userspace.c 	} else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) {
Z_TYPE            820 main/streams/userspace.c 	if (call_result == SUCCESS && Z_TYPE(retval) == IS_LONG) {
Z_TYPE            896 main/streams/userspace.c 	if (call_result == SUCCESS && Z_TYPE(retval) == IS_ARRAY) {
Z_TYPE            925 main/streams/userspace.c 		if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) {
Z_TYPE            964 main/streams/userspace.c 		if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) {
Z_TYPE            965 main/streams/userspace.c 			ret = (Z_TYPE(retval) == IS_FALSE);
Z_TYPE           1004 main/streams/userspace.c 				if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           1005 main/streams/userspace.c 					if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) {
Z_TYPE           1006 main/streams/userspace.c 						ret = (Z_TYPE(retval) == IS_TRUE) ? PHP_STREAM_OPTION_RETURN_OK :
Z_TYPE           1073 main/streams/userspace.c 		} else if (Z_TYPE(retval) != IS_UNDEF && zend_is_true(&retval)) {
Z_TYPE           1104 main/streams/userspace.c 	if (Z_TYPE(object) == IS_UNDEF) {
Z_TYPE           1120 main/streams/userspace.c 	if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) {
Z_TYPE           1121 main/streams/userspace.c 		ret = (Z_TYPE(zretval) == IS_TRUE);
Z_TYPE           1148 main/streams/userspace.c 	if (Z_TYPE(object) == IS_UNDEF) {
Z_TYPE           1165 main/streams/userspace.c 	if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) {
Z_TYPE           1166 main/streams/userspace.c 		ret = (Z_TYPE(zretval) == IS_TRUE);
Z_TYPE           1194 main/streams/userspace.c 	if (Z_TYPE(object) == IS_UNDEF) {
Z_TYPE           1212 main/streams/userspace.c 	if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) {
Z_TYPE           1213 main/streams/userspace.c 		ret = (Z_TYPE(zretval) == IS_TRUE);
Z_TYPE           1242 main/streams/userspace.c 	if (Z_TYPE(object) == IS_UNDEF) {
Z_TYPE           1259 main/streams/userspace.c 	if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) {
Z_TYPE           1260 main/streams/userspace.c 		ret = (Z_TYPE(zretval) == IS_TRUE);
Z_TYPE           1312 main/streams/userspace.c 	if (Z_TYPE(object) == IS_UNDEF) {
Z_TYPE           1330 main/streams/userspace.c 	if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) {
Z_TYPE           1331 main/streams/userspace.c 		ret = Z_TYPE(zretval) == IS_TRUE;
Z_TYPE           1361 main/streams/userspace.c 	if (Z_TYPE(object) == IS_UNDEF) {
Z_TYPE           1378 main/streams/userspace.c 	if (call_result == SUCCESS && Z_TYPE(zretval) == IS_ARRAY) {
Z_TYPE           1423 main/streams/userspace.c 	if (call_result == SUCCESS && Z_TYPE(retval) != IS_FALSE && Z_TYPE(retval) != IS_TRUE) {
Z_TYPE            615 sapi/cgi/cgi_main.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
Z_TYPE            622 sapi/cgi/cgi_main.c 	} else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
Z_TYPE           2069 sapi/cli/php_cli_server.c 			if (Z_TYPE(retval) != IS_UNDEF) {
Z_TYPE           2070 sapi/cli/php_cli_server.c 				decline = Z_TYPE(retval) == IS_FALSE;
Z_TYPE            566 sapi/fpm/fpm/fpm_main.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
Z_TYPE            573 sapi/fpm/fpm/fpm_main.c 	} else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
Z_TYPE             90 sapi/fpm/fpm/fpm_php.c 		return Z_TYPE(zv) == IS_TRUE;
Z_TYPE            248 sapi/litespeed/lsapi_main.c     if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
Z_TYPE            255 sapi/litespeed/lsapi_main.c     } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
Z_TYPE            131 sapi/phpdbg/phpdbg_info.c 			switch (Z_TYPE(data->value)) {
Z_TYPE            329 sapi/phpdbg/phpdbg_info.c 			if (Z_TYPE(ops->literals[literal]) != IS_NULL) {
Z_TYPE             51 sapi/phpdbg/phpdbg_rinit_hook.c 	if (Z_TYPE(cookies) == IS_ARRAY || (auth = zend_hash_str_find(Z_ARRVAL(cookies), PHPDBG_NAME "_AUTH_COOKIE", sizeof(PHPDBG_NAME "_AUTH_COOKIE"))) || Z_STRLEN_P(auth) != strlen(PHPDBG_WG(auth)) || strcmp(Z_STRVAL_P(auth), PHPDBG_WG(auth))) {
Z_TYPE             28 sapi/phpdbg/phpdbg_wait.c 	if (Z_TYPE(PG(http_globals)[type]) != IS_UNDEF) {