Z_TYPE_PP         331 Zend/zend_API.c 					*p = (Z_TYPE_PP(arg) == IS_NULL);
Z_TYPE_PP         334 Zend/zend_API.c 				switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         390 Zend/zend_API.c 					*p = (Z_TYPE_PP(arg) == IS_NULL);
Z_TYPE_PP         393 Zend/zend_API.c 				switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         429 Zend/zend_API.c 				switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         478 Zend/zend_API.c 					*p = (Z_TYPE_PP(arg) == IS_NULL);
Z_TYPE_PP         481 Zend/zend_API.c 				switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         503 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         507 Zend/zend_API.c 				if (Z_TYPE_PP(arg) == IS_RESOURCE) {
Z_TYPE_PP         518 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         522 Zend/zend_API.c 				if (Z_TYPE_PP(arg) == IS_ARRAY || (c == 'A' && Z_TYPE_PP(arg) == IS_OBJECT)) {
Z_TYPE_PP         533 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         537 Zend/zend_API.c 				if (Z_TYPE_PP(arg) == IS_ARRAY) {
Z_TYPE_PP         539 Zend/zend_API.c 				} else if(c == 'H' && Z_TYPE_PP(arg) == IS_OBJECT) {
Z_TYPE_PP         553 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         557 Zend/zend_API.c 				if (Z_TYPE_PP(arg) == IS_OBJECT) {
Z_TYPE_PP         570 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         574 Zend/zend_API.c 				if (Z_TYPE_PP(arg) == IS_OBJECT &&
Z_TYPE_PP         592 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         626 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         656 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         667 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP        1056 Zend/zend_API.c 	if ((Z_TYPE_PP(pp) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT ||
Z_TYPE_PP        1057 Zend/zend_API.c 	    (Z_TYPE_PP(pp) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT_ARRAY) {	    
Z_TYPE_PP        3089 Zend/zend_API.c 					(Z_TYPE_PP(obj) == IS_OBJECT ||
Z_TYPE_PP        3090 Zend/zend_API.c 					Z_TYPE_PP(obj) == IS_STRING) &&
Z_TYPE_PP        3091 Zend/zend_API.c 					Z_TYPE_PP(method) == IS_STRING) {
Z_TYPE_PP        3093 Zend/zend_API.c 					if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        3158 Zend/zend_API.c 						if (!obj || (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT)) {
Z_TYPE_PP        3810 Zend/zend_API.c 				Z_TYPE_PP(property) = Z_TYPE_P(value);
Z_TYPE_PP        2030 Zend/zend_builtin_functions.c 			if (Z_TYPE_PP(arg) != IS_OBJECT) {
Z_TYPE_PP         355 Zend/zend_exceptions.c 		if (Z_TYPE_PP(tmp) != IS_STRING) {                              \
Z_TYPE_PP         379 Zend/zend_exceptions.c 	switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         469 Zend/zend_exceptions.c 	if (Z_TYPE_PP(frame) != IS_ARRAY) {
Z_TYPE_PP         483 Zend/zend_exceptions.c 		if (Z_TYPE_PP(file) != IS_STRING) {
Z_TYPE_PP         488 Zend/zend_exceptions.c 				if (Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         510 Zend/zend_exceptions.c 		if (Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP         555 Zend/zend_execute.c 	if (Z_TYPE_PP(object_ptr) == IS_NULL
Z_TYPE_PP         556 Zend/zend_execute.c 		|| (Z_TYPE_PP(object_ptr) == IS_BOOL && Z_LVAL_PP(object_ptr) == 0)
Z_TYPE_PP         557 Zend/zend_execute.c 		|| (Z_TYPE_PP(object_ptr) == IS_STRING && Z_STRLEN_PP(object_ptr) == 0)
Z_TYPE_PP        1452 Zend/zend_execute.c 	if (Z_TYPE_PP(pz) > 9) {
Z_TYPE_PP        1458 Zend/zend_execute.c 	} else if (Z_TYPE_PP(pz) == IS_ARRAY) {
Z_TYPE_PP        1460 Zend/zend_execute.c 	} else if (Z_TYPE_PP(pz) == IS_OBJECT) {
Z_TYPE_PP         203 Zend/zend_execute_API.c 	if (Z_TYPE_PP(zv) == IS_OBJECT && Z_REFCOUNT_PP(zv) == 1) {
Z_TYPE_PP         466 Zend/zend_execute_API.c 	Z_TYPE_P(value) = Z_TYPE_PP(p);
Z_TYPE_PP         585 Zend/zend_execute_API.c 			if (!(Z_TYPE_PP(element) & IS_CONSTANT_INDEX)) {
Z_TYPE_PP         589 Zend/zend_execute_API.c 			Z_TYPE_PP(element) &= ~IS_CONSTANT_INDEX;
Z_TYPE_PP         632 Zend/zend_execute_API.c 				Z_TYPE_PP(element) |= IS_CONSTANT_INDEX;
Z_TYPE_PP         560 Zend/zend_object_handlers.c 				Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value);
Z_TYPE_PP        1480 Zend/zend_object_handlers.c 			result = (Z_TYPE_PP(value) != IS_NULL);
Z_TYPE_PP         382 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv)!=IS_##upper_type) {					\
Z_TYPE_PP         418 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv) != str_type) {				\
Z_TYPE_PP         432 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv)!=IS_LONG && Z_TYPE_PP(ppzv)!=IS_DOUBLE) {	\
Z_TYPE_PP         198 Zend/zend_variables.c 	if (Z_TYPE_PP(p) & (IS_LEXICAL_VAR|IS_LEXICAL_REF)) {
Z_TYPE_PP         199 Zend/zend_variables.c 		is_ref = Z_TYPE_PP(p) & IS_LEXICAL_REF;
Z_TYPE_PP         459 Zend/zend_vm_def.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP         500 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP         817 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP         864 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP         912 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP         955 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        1641 Zend/zend_vm_def.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        2698 Zend/zend_vm_def.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP        2702 Zend/zend_vm_def.h 			if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        2706 Zend/zend_vm_def.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        3547 Zend/zend_vm_def.h 			if (Z_TYPE_PP(value) == IS_CONSTANT_ARRAY ||
Z_TYPE_PP        3548 Zend/zend_vm_def.h 			    (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
Z_TYPE_PP        3961 Zend/zend_vm_def.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        4060 Zend/zend_vm_def.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        4104 Zend/zend_vm_def.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        4117 Zend/zend_vm_def.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        4428 Zend/zend_vm_def.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        4505 Zend/zend_vm_def.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        1298 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP        1302 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        1306 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        1623 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP        1627 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        1631 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        1810 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP        1814 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        1818 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        2035 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP        2039 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        2043 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        2792 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        2805 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        3735 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(value) == IS_CONSTANT_ARRAY ||
Z_TYPE_PP        3736 Zend/zend_vm_execute.h 			    (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
Z_TYPE_PP        4008 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        5761 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        6469 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        8097 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        8110 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        9270 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        10987 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        11572 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        12488 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        12535 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        12583 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        12626 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        13414 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        13427 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        14225 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        14266 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        15174 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        15587 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(value) == IS_CONSTANT_ARRAY ||
Z_TYPE_PP        15588 Zend/zend_vm_execute.h 			    (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
Z_TYPE_PP        15808 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        15907 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        16001 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        16078 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        16734 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        16775 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        17520 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        17982 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        18081 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        18167 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        18823 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        18864 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        19773 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        20368 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        20467 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        20561 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        20638 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        21019 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        21060 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        21412 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        21849 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        22451 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        22492 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        23236 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        23748 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        23847 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        23933 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        24400 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        24441 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        25199 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(value) == IS_CONSTANT_ARRAY ||
Z_TYPE_PP        25200 Zend/zend_vm_execute.h 			    (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) {
Z_TYPE_PP        25256 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        25354 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        25439 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        25814 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        25855 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        26574 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        26672 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        26757 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        27132 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        27173 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        27892 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        27990 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        28075 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        28451 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        28492 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        28877 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        28918 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        29634 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        29732 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        29817 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        30114 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        30160 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        30207 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        30249 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        31008 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        31021 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        31683 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        31724 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        32627 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        33038 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        33136 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        33229 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        33306 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        33957 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        33998 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        34738 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        35074 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        35172 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        35257 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        35908 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        35949 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        36853 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        37321 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        37419 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        37512 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        37589 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        37965 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        38006 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        38357 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        38671 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        39249 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        39290 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        40029 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        40414 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        40512 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        40597 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP         380 ext/bz2/bz2.c  	if (Z_TYPE_PP(file) == IS_STRING) {
Z_TYPE_PP         395 ext/bz2/bz2.c  	} else if (Z_TYPE_PP(file) == IS_RESOURCE) {
Z_TYPE_PP        2528 ext/curl/interface.c 			if (Z_TYPE_PP(zvalue) == IS_ARRAY || Z_TYPE_PP(zvalue) == IS_OBJECT) {
Z_TYPE_PP        2562 ext/curl/interface.c 					if(Z_TYPE_PP(current) == IS_OBJECT && instanceof_function(Z_OBJCE_PP(current), curl_CURLFile_class TSRMLS_CC)) {
Z_TYPE_PP         122 ext/curl/multi.c 	return (Z_TYPE_P( z1 ) == Z_TYPE_PP( z2 ) && 
Z_TYPE_PP        4882 ext/date/php_date.c 		if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) {
Z_TYPE_PP        4887 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL) {
Z_TYPE_PP        4895 ext/date/php_date.c 		if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) {
Z_TYPE_PP        4899 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL) {
Z_TYPE_PP        4907 ext/date/php_date.c 		if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) {
Z_TYPE_PP        4911 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL)  {
Z_TYPE_PP        4919 ext/date/php_date.c 		if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_interval) {
Z_TYPE_PP        4931 ext/date/php_date.c 			Z_TYPE_PP(ht_entry) == IS_LONG && Z_LVAL_PP(ht_entry) >= 0 && Z_LVAL_PP(ht_entry) <= INT_MAX) {
Z_TYPE_PP        4938 ext/date/php_date.c 			Z_TYPE_PP(ht_entry) == IS_BOOL) {
Z_TYPE_PP        1811 ext/dom/node.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1822 ext/dom/node.c 		    Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        1825 ext/dom/node.c 				if (Z_TYPE_PP(tmpns) == IS_STRING) {
Z_TYPE_PP        1861 ext/dom/node.c 				if (Z_TYPE_PP(tmpns) == IS_STRING) {
Z_TYPE_PP         318 ext/ereg/ereg.c 	if (Z_TYPE_PP(regex) == IS_STRING) {
Z_TYPE_PP         322 ext/ereg/ereg.c 		if (Z_TYPE_PP(regex) == IS_DOUBLE) {
Z_TYPE_PP         564 ext/ereg/ereg.c 	if (Z_TYPE_PP(arg_pattern) == IS_STRING) {
Z_TYPE_PP         577 ext/ereg/ereg.c 	if (Z_TYPE_PP(arg_replace) == IS_STRING) {
Z_TYPE_PP         378 ext/filter/filter.c 	if (Z_TYPE_PP(value) == IS_OBJECT) {
Z_TYPE_PP         395 ext/filter/filter.c 		((flags & FILTER_NULL_ON_FAILURE && Z_TYPE_PP(value) == IS_NULL) || 
Z_TYPE_PP         396 ext/filter/filter.c 		(!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_PP(value) == IS_BOOL && Z_LVAL_PP(value) == 0)) &&
Z_TYPE_PP         499 ext/filter/filter.c 	if (Z_TYPE_PP(value) == IS_ARRAY) {
Z_TYPE_PP         512 ext/filter/filter.c 			if (Z_TYPE_PP(element) == IS_ARRAY) {
Z_TYPE_PP         597 ext/filter/filter.c 	if (filter_args && Z_TYPE_PP(filter_args) != IS_ARRAY) {
Z_TYPE_PP         627 ext/filter/filter.c 				if (Z_TYPE_PP(option) == IS_ARRAY) {
Z_TYPE_PP         637 ext/filter/filter.c 	if (Z_TYPE_PP(filtered) == IS_ARRAY) {
Z_TYPE_PP         693 ext/filter/filter.c 	} else if (Z_TYPE_PP(op) == IS_LONG) {
Z_TYPE_PP         697 ext/filter/filter.c 	} else if (Z_TYPE_PP(op) == IS_ARRAY) {
Z_TYPE_PP         760 ext/filter/filter.c 			if (Z_TYPE_PP(filter_args) == IS_LONG) {
Z_TYPE_PP         762 ext/filter/filter.c 			} else if (Z_TYPE_PP(filter_args) == IS_ARRAY && zend_hash_find(HASH_OF(*filter_args), "flags", sizeof("flags"), (void **)&option) == SUCCESS) {
Z_TYPE_PP         765 ext/filter/filter.c 			if (Z_TYPE_PP(filter_args) == IS_ARRAY && 
Z_TYPE_PP         767 ext/filter/filter.c 				Z_TYPE_PP(opt) == IS_ARRAY &&
Z_TYPE_PP         829 ext/filter/filter.c 		&& (Z_TYPE_PP(op) != IS_ARRAY)
Z_TYPE_PP         830 ext/filter/filter.c 		&& (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
Z_TYPE_PP         841 ext/filter/filter.c 			if (Z_TYPE_PP(op) == IS_LONG) {
Z_TYPE_PP         843 ext/filter/filter.c 			} else if (Z_TYPE_PP(op) == IS_ARRAY && zend_hash_find(HASH_OF(*op), "flags", sizeof("flags"), (void **)&option) == SUCCESS) {
Z_TYPE_PP         877 ext/filter/filter.c 		&& (Z_TYPE_PP(op) != IS_ARRAY)
Z_TYPE_PP         878 ext/filter/filter.c 		&& (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
Z_TYPE_PP         121 ext/filter/filter_private.h 	if (Z_TYPE_PP(zv) != IS_LONG) {                                                                      \
Z_TYPE_PP          57 ext/filter/logical_filters.c 			if (Z_TYPE_PP(option_val) == IS_STRING) {                                                                    \
Z_TYPE_PP        4854 ext/gd/gd.c    		if (zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i), (void **) &var) == SUCCESS && Z_TYPE_PP(var) == IS_ARRAY) {
Z_TYPE_PP        4855 ext/gd/gd.c    			if (Z_TYPE_PP(var) != IS_ARRAY || zend_hash_num_elements(Z_ARRVAL_PP(var)) != 3 ) {
Z_TYPE_PP        5119 ext/gd/gd.c    			switch (Z_TYPE_PP(zval_affine_elem)) {
Z_TYPE_PP        5295 ext/gd/gd.c    			switch (Z_TYPE_PP(tmp)) {
Z_TYPE_PP        5312 ext/gd/gd.c    			switch (Z_TYPE_PP(tmp)) {
Z_TYPE_PP         409 ext/gmp/gmp.c  if (Z_TYPE_PP(zval) == IS_RESOURCE) {												\
Z_TYPE_PP         438 ext/gmp/gmp.c  	switch (Z_TYPE_PP(val)) {
Z_TYPE_PP         520 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
Z_TYPE_PP         583 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
Z_TYPE_PP         789 ext/gmp/gmp.c  	if (Z_TYPE_PP(gmpnumber_arg) == IS_RESOURCE) {
Z_TYPE_PP        1011 ext/gmp/gmp.c  	if (Z_TYPE_PP(a_arg) == IS_RESOURCE) {
Z_TYPE_PP        1043 ext/gmp/gmp.c  	if (Z_TYPE_PP(base_arg) == IS_LONG && Z_LVAL_PP(base_arg) >= 0) {
Z_TYPE_PP        1080 ext/gmp/gmp.c  	if (Z_TYPE_PP(exp_arg) == IS_LONG && Z_LVAL_PP(exp_arg) >= 0) {
Z_TYPE_PP        1326 ext/gmp/gmp.c  	if (Z_TYPE_PP(b_arg) == IS_LONG) {
Z_TYPE_PP        2149 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
Z_TYPE_PP        2168 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
Z_TYPE_PP        2180 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
Z_TYPE_PP        2203 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) != IS_STRING) {
Z_TYPE_PP        2347 ext/iconv/iconv.c 				if (Z_TYPE_PP(elem) != IS_ARRAY) {
Z_TYPE_PP        1175 ext/imap/php_imap.c 			switch (Z_TYPE_PP(disabled_auth_method)) {
Z_TYPE_PP        1192 ext/imap/php_imap.c 								if (Z_TYPE_PP(z_auth_method) == IS_STRING) {
Z_TYPE_PP        2425 ext/imap/php_imap.c 	switch (Z_TYPE_PP(out))
Z_TYPE_PP        3541 ext/imap/php_imap.c 		if (Z_TYPE_PP(pvalue) == IS_ARRAY) {
Z_TYPE_PP        3557 ext/imap/php_imap.c 	if (zend_hash_get_current_data(Z_ARRVAL_P(body), (void **) &data) != SUCCESS || Z_TYPE_PP(data) != IS_ARRAY) {
Z_TYPE_PP        3562 ext/imap/php_imap.c 	if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP        3583 ext/imap/php_imap.c 			if(Z_TYPE_PP(pvalue) == IS_ARRAY) {
Z_TYPE_PP        3617 ext/imap/php_imap.c 			if (Z_TYPE_PP(pvalue) == IS_ARRAY) {
Z_TYPE_PP        3660 ext/imap/php_imap.c 		if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP        3696 ext/imap/php_imap.c 				if(Z_TYPE_PP(pvalue) == IS_ARRAY) {
Z_TYPE_PP        3730 ext/imap/php_imap.c 				if (Z_TYPE_PP(pvalue) == IS_ARRAY) {
Z_TYPE_PP         147 ext/interbase/ibase_events.c 	if (Z_TYPE_PP(args[0]) == IS_RESOURCE) {
Z_TYPE_PP         289 ext/interbase/ibase_events.c 	if (Z_TYPE_PP(args[0]) != IS_STRING) {
Z_TYPE_PP        1162 ext/interbase/interbase.c 			if (Z_TYPE_PP(args[i]) == IS_RESOURCE) {
Z_TYPE_PP         280 ext/intl/breakiterator/breakiterator_methods.cpp 		if (Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         421 ext/intl/calendar/calendar_methods.cpp 	while (variant > 2 && Z_TYPE_PP(args[variant - 1]) == IS_NULL) {
Z_TYPE_PP         482 ext/intl/calendar/calendar_methods.cpp 	if (args[1] != NULL && Z_TYPE_PP(args[1]) == IS_BOOL) {
Z_TYPE_PP         541 ext/intl/calendar/calendar_methods.cpp 	if (args[0] == NULL || Z_TYPE_PP(args[0]) == IS_NULL) {
Z_TYPE_PP        1160 ext/intl/calendar/calendar_methods.cpp 	if (!(Z_TYPE_PP(zv_arg) == IS_OBJECT && instanceof_function(
Z_TYPE_PP          59 ext/intl/calendar/gregoriancalendar_methods.cpp 		variant > 0 && Z_TYPE_PP(args[variant - 1]) == IS_NULL;
Z_TYPE_PP         429 ext/intl/collator/collator_sort.c 		if( Z_TYPE_PP( hashData ) == IS_STRING )
Z_TYPE_PP         828 ext/intl/converter/converter.c 				Z_TYPE_PP(tmpzval) == IS_STRING) {
Z_TYPE_PP         834 ext/intl/converter/converter.c 				Z_TYPE_PP(tmpzval) == IS_STRING) {
Z_TYPE_PP          96 ext/intl/dateformat/dateformat_create.cpp 	explicit_tz = timezone_zv != NULL && Z_TYPE_PP(timezone_zv) != IS_NULL;
Z_TYPE_PP          75 ext/intl/dateformat/dateformat_format.c 		if(Z_TYPE_PP(ele_value) != IS_LONG) {
Z_TYPE_PP          49 ext/intl/dateformat/dateformat_format_object.cpp 	if (Z_TYPE_PP(z) == IS_LONG) {
Z_TYPE_PP          85 ext/intl/dateformat/dateformat_format_object.cpp 	if (format == NULL || Z_TYPE_PP(format) == IS_NULL) {
Z_TYPE_PP          87 ext/intl/dateformat/dateformat_format_object.cpp 	} else if (Z_TYPE_PP(format) == IS_ARRAY) {
Z_TYPE_PP         117 ext/intl/dateformat/dateformat_format_object.cpp 	} else if (Z_TYPE_PP(format) == IS_LONG) {
Z_TYPE_PP          56 ext/intl/formatter/formatter_format.c 		if(Z_TYPE_PP(number) == IS_STRING) {
Z_TYPE_PP          60 ext/intl/formatter/formatter_format.c 		if(Z_TYPE_PP(number) == IS_LONG) {
Z_TYPE_PP          63 ext/intl/formatter/formatter_format.c 		} else if(Z_TYPE_PP(number) == IS_DOUBLE) {
Z_TYPE_PP          70 ext/intl/formatter/formatter_format.c 	if(Z_TYPE_PP(number) != IS_DOUBLE && Z_TYPE_PP(number) != IS_LONG) {
Z_TYPE_PP          94 ext/intl/formatter/formatter_format.c 			int64_t value = (Z_TYPE_PP(number) == IS_DOUBLE)?(int64_t)Z_DVAL_PP(number):Z_LVAL_PP(number);
Z_TYPE_PP         759 ext/intl/locale/locale_methods.c 		if(Z_TYPE_PP(ele_value)!= IS_STRING ){
Z_TYPE_PP         804 ext/intl/locale/locale_methods.c 		if( Z_TYPE_PP(ele_value) == IS_STRING ){
Z_TYPE_PP         810 ext/intl/locale/locale_methods.c 		} else if(Z_TYPE_PP(ele_value) == IS_ARRAY ) {
Z_TYPE_PP         817 ext/intl/locale/locale_methods.c 				if(Z_TYPE_PP(data) != IS_STRING) {
Z_TYPE_PP         849 ext/intl/locale/locale_methods.c 				if( Z_TYPE_PP(ele_value)!= IS_STRING ){
Z_TYPE_PP        1430 ext/intl/locale/locale_methods.c 		if(Z_TYPE_PP(ele_value)!= IS_STRING) {
Z_TYPE_PP         477 ext/intl/msgformat/msgformat_helpers.cpp 					if (Z_TYPE_PP(elem) == IS_DOUBLE) {
Z_TYPE_PP         479 ext/intl/msgformat/msgformat_helpers.cpp 					} else if (Z_TYPE_PP(elem) == IS_LONG) {
Z_TYPE_PP         484 ext/intl/msgformat/msgformat_helpers.cpp 						d = (Z_TYPE_PP(elem) == IS_DOUBLE)
Z_TYPE_PP         495 ext/intl/msgformat/msgformat_helpers.cpp 					if (Z_TYPE_PP(elem) == IS_DOUBLE) {
Z_TYPE_PP         504 ext/intl/msgformat/msgformat_helpers.cpp 					} else if (Z_TYPE_PP(elem) == IS_LONG) {
Z_TYPE_PP         525 ext/intl/msgformat/msgformat_helpers.cpp 					if (Z_TYPE_PP(elem) == IS_DOUBLE) {
Z_TYPE_PP         534 ext/intl/msgformat/msgformat_helpers.cpp 					} else if (Z_TYPE_PP(elem) == IS_LONG) {
Z_TYPE_PP         574 ext/intl/msgformat/msgformat_helpers.cpp 			switch (Z_TYPE_PP(elem)) {
Z_TYPE_PP         141 ext/intl/timezone/timezone_class.cpp 	if (zv_timezone == NULL || Z_TYPE_PP(zv_timezone) == IS_NULL) {
Z_TYPE_PP         147 ext/intl/timezone/timezone_class.cpp 	if (Z_TYPE_PP(zv_timezone) == IS_OBJECT &&
Z_TYPE_PP         169 ext/intl/timezone/timezone_class.cpp 	} else if (Z_TYPE_PP(zv_timezone) == IS_OBJECT &&
Z_TYPE_PP         160 ext/intl/timezone/timezone_methods.cpp 	if (arg == NULL || Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         162 ext/intl/timezone/timezone_methods.cpp 	} else if (Z_TYPE_PP(arg) == IS_LONG) {
Z_TYPE_PP         172 ext/intl/timezone/timezone_methods.cpp 	} else if (Z_TYPE_PP(arg) == IS_DOUBLE) {
Z_TYPE_PP         176 ext/intl/timezone/timezone_methods.cpp 	} else if (Z_TYPE_PP(arg) == IS_OBJECT || Z_TYPE_PP(arg) == IS_STRING) {
Z_TYPE_PP         184 ext/intl/timezone/timezone_methods.cpp 			Z_TYPE_PP(arg) = IS_DOUBLE;
Z_TYPE_PP         190 ext/intl/timezone/timezone_methods.cpp 			Z_TYPE_PP(arg) = IS_LONG;
Z_TYPE_PP         252 ext/intl/timezone/timezone_methods.cpp 				!= FAILURE && Z_TYPE_PP(zvoffset) == IS_NULL;
Z_TYPE_PP         328 ext/intl/transliterator/transliterator_methods.c 		if( Z_TYPE_PP( arg1 ) == IS_OBJECT &&
Z_TYPE_PP         336 ext/intl/transliterator/transliterator_methods.c 			if(Z_TYPE_PP( arg1 ) != IS_STRING )
Z_TYPE_PP         236 ext/json/json.c 	if (Z_TYPE_PP(val) == IS_ARRAY) {
Z_TYPE_PP         295 ext/json/json.c 						if (key[0] == '\0' && Z_TYPE_PP(val) == IS_OBJECT) {
Z_TYPE_PP         665 ext/ldap/ldap.c 		if (Z_TYPE_PP(filter) == IS_ARRAY) {
Z_TYPE_PP         696 ext/ldap/ldap.c 				if (Z_TYPE_PP(entry) == IS_STRING) {
Z_TYPE_PP        1312 ext/ldap/ldap.c 		if (Z_TYPE_PP(value) != IS_ARRAY) {
Z_TYPE_PP        1322 ext/ldap/ldap.c 		if ((num_values == 1) && (Z_TYPE_PP(value) != IS_ARRAY)) {
Z_TYPE_PP        1762 ext/ldap/ldap.c 			if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval)))) {
Z_TYPE_PP        1771 ext/ldap/ldap.c 				if (Z_TYPE_PP(ctrlval) != IS_ARRAY) {
Z_TYPE_PP        1912 ext/mbstring/mbstring.c 		switch (Z_TYPE_PP(arg1)) {
Z_TYPE_PP        1969 ext/mbstring/mbstring.c 		switch (Z_TYPE_PP(arg1)) {
Z_TYPE_PP        2310 ext/mbstring/mbstring.c 		if (Z_TYPE_PP(zoffset) == IS_STRING) {
Z_TYPE_PP        2740 ext/mbstring/mbstring.c 	if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) {
Z_TYPE_PP        2814 ext/mbstring/mbstring.c 	if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) {
Z_TYPE_PP        3526 ext/mbstring/mbstring.c 	switch (Z_TYPE_PP(zfrom_enc)) {
Z_TYPE_PP        3551 ext/mbstring/mbstring.c 					if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3561 ext/mbstring/mbstring.c 				if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3566 ext/mbstring/mbstring.c 							if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) {
Z_TYPE_PP        3580 ext/mbstring/mbstring.c 							} else if (Z_TYPE_PP(hash_entry) == IS_STRING) {
Z_TYPE_PP        3589 ext/mbstring/mbstring.c 				} else if (Z_TYPE_PP(var) == IS_STRING) {
Z_TYPE_PP        3632 ext/mbstring/mbstring.c 				if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3642 ext/mbstring/mbstring.c 			if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3647 ext/mbstring/mbstring.c 						if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) {
Z_TYPE_PP        3662 ext/mbstring/mbstring.c 						} else if (Z_TYPE_PP(hash_entry) == IS_STRING) {
Z_TYPE_PP        3678 ext/mbstring/mbstring.c 		} else if (Z_TYPE_PP(var) == IS_STRING) {
Z_TYPE_PP         713 ext/mbstring/php_mbregex.c 	if (Z_TYPE_PP(arg_pattern) != IS_STRING) {
Z_TYPE_PP         715 ext/mbstring/php_mbregex.c 		if (Z_TYPE_PP(arg_pattern) == IS_DOUBLE) {
Z_TYPE_PP         857 ext/mbstring/php_mbregex.c 	if (Z_TYPE_PP(arg_pattern_zval) == IS_STRING) {
Z_TYPE_PP         178 ext/mcrypt/mcrypt_filter.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING) {
Z_TYPE_PP         186 ext/mcrypt/mcrypt_filter.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING) {
Z_TYPE_PP         194 ext/mcrypt/mcrypt_filter.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING) {
Z_TYPE_PP         202 ext/mcrypt/mcrypt_filter.c 		Z_TYPE_PP(tmpzval) == IS_STRING) {
Z_TYPE_PP         222 ext/mcrypt/mcrypt_filter.c 		Z_TYPE_PP(tmpzval) != IS_STRING) {
Z_TYPE_PP        1863 ext/mssql/php_mssql.c 	switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        1756 ext/mysqli/mysqli_api.c 	if (expected_type != Z_TYPE_PP(mysql_value)) {
Z_TYPE_PP         654 ext/mysqli/mysqli_nonapi.c 		if (Z_TYPE_PP(elem) != IS_OBJECT ||
Z_TYPE_PP         694 ext/mysqli/mysqli_nonapi.c 		if (Z_TYPE_PP(elem) != IS_OBJECT || !instanceof_function(Z_OBJCE_PP(elem), mysqli_link_class_entry TSRMLS_CC)) {
Z_TYPE_PP          67 ext/mysqlnd/mysqlnd_bt.c 	switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         109 ext/mysqlnd/mysqlnd_result.c 		if (Z_TYPE_PP(zv) == IS_STRING) {
Z_TYPE_PP         120 ext/mysqlnd/mysqlnd_result.c 		if (Z_TYPE_PP(zv) == IS_STRING) {
Z_TYPE_PP        1561 ext/mysqlnd/mysqlnd_wireprotocol.c 										(Z_TYPE_PP(current_field) == IS_STRING)?
Z_TYPE_PP        1733 ext/mysqlnd/mysqlnd_wireprotocol.c 				if (Z_TYPE_PP(current_field) == IS_LONG) {
Z_TYPE_PP        1736 ext/mysqlnd/mysqlnd_wireprotocol.c 				} else if (Z_TYPE_PP(current_field) == IS_STRING){
Z_TYPE_PP         478 ext/odbc/birdstep.c 	if ( Z_TYPE_PP(col) == IS_STRING ) {
Z_TYPE_PP        1284 ext/odbc/php_odbc.c 			if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP        1838 ext/odbc/php_odbc.c 	if (Z_TYPE_PP(pv_res_arr) != IS_ARRAY) {
Z_TYPE_PP        2031 ext/odbc/php_odbc.c 	if (Z_TYPE_PP(pv_field) == IS_STRING) {
Z_TYPE_PP         336 ext/opcache/zend_accelerator_module.c 	    Z_TYPE_PP(zfilename) != IS_STRING ||
Z_TYPE_PP         618 ext/openssl/openssl.c 				if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP         621 ext/openssl/openssl.c 				} else if (Z_TYPE_PP(data) == IS_STRING) {
Z_TYPE_PP        1228 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_RESOURCE) {
Z_TYPE_PP        1249 ext/openssl/openssl.c 	if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) {
Z_TYPE_PP        1876 ext/openssl/openssl.c 	if (Z_TYPE_PP(zcerts) == IS_ARRAY) {
Z_TYPE_PP        2347 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_RESOURCE) {
Z_TYPE_PP        2359 ext/openssl/openssl.c 	} else if (Z_TYPE_PP(val) != IS_STRING) {
Z_TYPE_PP        2778 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_ARRAY) {
Z_TYPE_PP        2788 ext/openssl/openssl.c 		if (Z_TYPE_PP(zphrase) == IS_STRING) {
Z_TYPE_PP        2804 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_RESOURCE) {
Z_TYPE_PP        2849 ext/openssl/openssl.c 		if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) {
Z_TYPE_PP        3050 ext/openssl/openssl.c 				Z_TYPE_PP(bn) == IS_STRING) {							\
Z_TYPE_PP        3075 ext/openssl/openssl.c 		    Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP        3099 ext/openssl/openssl.c 		           Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP        3123 ext/openssl/openssl.c 		           Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP        3652 ext/openssl/openssl.c 	if (Z_TYPE_PP(zrecipcerts) == IS_ARRAY) {
Z_TYPE_PP         937 ext/pcntl/pcntl.c 		if (Z_TYPE_PP(user_signo) != IS_LONG) {
Z_TYPE_PP        1006 ext/pcntl/pcntl.c 		if (Z_TYPE_PP(user_signo) != IS_LONG) {
Z_TYPE_PP        1355 ext/pcre/php_pcre.c 	if (!is_callable_replace && Z_TYPE_PP(replace) == IS_ARRAY && Z_TYPE_PP(regex) != IS_ARRAY) {
Z_TYPE_PP        1361 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(replace) != IS_ARRAY && (Z_TYPE_PP(replace) != IS_OBJECT || !is_callable_replace)) {
Z_TYPE_PP        1381 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(regex) != IS_ARRAY)
Z_TYPE_PP        1385 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(subject) == IS_ARRAY) {
Z_TYPE_PP        1806 ext/pcre/php_pcre.c 		if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        1845 ext/pcre/php_pcre.c 		if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP         284 ext/pdo/pdo_dbh.c 			if (Z_TYPE_PP(v) == IS_STRING && !is_numeric_string(Z_STRVAL_PP(v), Z_STRLEN_PP(v), NULL, NULL, 0) && Z_STRLEN_PP(v) > 0) {
Z_TYPE_PP         529 ext/pdo/pdo_dbh.c 		if (Z_TYPE_PP(opt) != IS_ARRAY || zend_hash_index_find(Z_ARRVAL_PP(opt), 0, (void**)&item) == FAILURE
Z_TYPE_PP         530 ext/pdo/pdo_dbh.c 			|| Z_TYPE_PP(item) != IS_STRING
Z_TYPE_PP         554 ext/pdo/pdo_dbh.c 			if (Z_TYPE_PP(item) != IS_ARRAY) {
Z_TYPE_PP         762 ext/pdo/pdo_dbh.c 				if (zend_hash_index_find(Z_ARRVAL_P(value), 0, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         799 ext/pdo/pdo_dbh.c 				|| Z_TYPE_PP(item) != IS_STRING
Z_TYPE_PP         827 ext/pdo/pdo_dbh.c 				if (Z_TYPE_PP(item) != IS_ARRAY) {
Z_TYPE_PP        1085 ext/pdo/pdo_stmt.c 							if (Z_TYPE_PP(curr_val) != IS_ARRAY) {
Z_TYPE_PP        1908 ext/pdo/pdo_stmt.c 		if (Z_TYPE_PP(args[skip]) != IS_LONG) {
Z_TYPE_PP        1946 ext/pdo/pdo_stmt.c 			} else	if (Z_TYPE_PP(args[skip+1]) != IS_LONG) {
Z_TYPE_PP        1968 ext/pdo/pdo_stmt.c 				} else if (Z_TYPE_PP(args[skip+1]) != IS_STRING) {
Z_TYPE_PP        1988 ext/pdo/pdo_stmt.c 					if (Z_TYPE_PP(args[skip+2]) != IS_NULL && Z_TYPE_PP(args[skip+2]) != IS_ARRAY) {
Z_TYPE_PP        1991 ext/pdo/pdo_stmt.c 					} else if (Z_TYPE_PP(args[skip+2]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_PP(args[skip+2]))) {
Z_TYPE_PP        2008 ext/pdo/pdo_stmt.c 			} else if (Z_TYPE_PP(args[skip+1]) != IS_OBJECT) {
Z_TYPE_PP        1193 ext/pgsql/pgsql.c 		if (i == 1 && ZEND_NUM_ARGS() == 2 && Z_TYPE_PP(args[i]) == IS_LONG) {
Z_TYPE_PP        1813 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
Z_TYPE_PP        2020 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
Z_TYPE_PP        2490 ext/pgsql/pgsql.c 	switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        2857 ext/pgsql/pgsql.c 	switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        4754 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
Z_TYPE_PP        4909 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
Z_TYPE_PP        5474 ext/pgsql/pgsql.c 		if (!err && (Z_TYPE_PP(val) == IS_ARRAY ||
Z_TYPE_PP        5475 ext/pgsql/pgsql.c 			 Z_TYPE_PP(val) == IS_OBJECT ||
Z_TYPE_PP        5476 ext/pgsql/pgsql.c 			 Z_TYPE_PP(val) == IS_CONSTANT_ARRAY)) {
Z_TYPE_PP        5496 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        5550 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        5592 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        5632 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        5683 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        5724 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        5757 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        5788 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        5819 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        5850 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        5929 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        5982 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        6226 ext/pgsql/pgsql.c 		switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        6238 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Report this error to php-dev@lists.php.net, type = %d", Z_TYPE_PP(val));
Z_TYPE_PP        6329 ext/pgsql/pgsql.c 		if (where_cond && Z_TYPE_PP(val) == IS_STRING && !strcmp(Z_STRVAL_PP(val), "NULL")) {
Z_TYPE_PP        6335 ext/pgsql/pgsql.c 		switch(Z_TYPE_PP(val)) {
Z_TYPE_PP         616 ext/phar/phar_object.c 				IS_STRING != Z_TYPE_PP(z_script_name) ||
Z_TYPE_PP         622 ext/phar/phar_object.c 				IS_STRING == Z_TYPE_PP(z_path_info)) {
Z_TYPE_PP         840 ext/phar/phar_object.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP         909 ext/phar/phar_object.c 		if (Z_TYPE_PP(data) != IS_STRING) {
Z_TYPE_PP        1444 ext/phar/phar_object.c 	switch (Z_TYPE_PP(value)) {
Z_TYPE_PP        4324 ext/phar/phar_object.c 						switch (Z_TYPE_PP(zval_file)) {
Z_TYPE_PP         216 ext/phar/stream.c 				&& Z_TYPE_PP(pzoption) == IS_LONG
Z_TYPE_PP         734 ext/posix/posix.c 	switch (Z_TYPE_PP(z_fd)) {
Z_TYPE_PP         778 ext/posix/posix.c 	switch (Z_TYPE_PP(z_fd)) {
Z_TYPE_PP        2192 ext/reflection/php_reflection.c 				if (Z_TYPE_PP(classref) == IS_OBJECT) {
Z_TYPE_PP        2207 ext/reflection/php_reflection.c 				if (ce == zend_ce_closure && Z_TYPE_PP(classref) == IS_OBJECT
Z_TYPE_PP        2246 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(parameter) == IS_LONG) {
Z_TYPE_PP        2863 ext/reflection/php_reflection.c 		if (Z_TYPE_PP(params[0]) != IS_OBJECT) {
Z_TYPE_PP        3108 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        3131 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        3154 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        4685 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        4708 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        4731 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        5052 ext/reflection/php_reflection.c 				Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value);
Z_TYPE_PP         303 ext/session/session.c 		Z_TYPE_PP(array) == IS_ARRAY &&
Z_TYPE_PP         930 ext/session/session.c 			if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_session_vars)) {
Z_TYPE_PP        1023 ext/session/session.c 			if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_session_vars)) {
Z_TYPE_PP        1469 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
Z_TYPE_PP        1480 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
Z_TYPE_PP        1489 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
Z_TYPE_PP        1503 ext/session/session.c 			Z_TYPE_PP(data) == IS_STRING &&
Z_TYPE_PP        1523 ext/session/session.c 			Z_TYPE_PP(data) == IS_STRING &&
Z_TYPE_PP        2461 ext/session/session.c 			&& Z_TYPE_PP(ppid) == IS_STRING) {
Z_TYPE_PP        2494 ext/session/session.c 	if (Z_TYPE_PP(progress_ary) != IS_ARRAY) {
Z_TYPE_PP        2500 ext/session/session.c 	return Z_TYPE_PP(cancel_upload) == IS_BOOL && Z_LVAL_PP(cancel_upload);
Z_TYPE_PP        1043 ext/simplexml/simplexml.c 		if (Z_TYPE_PP(data_ptr) == IS_ARRAY) {
Z_TYPE_PP         976 ext/snmp/snmp.c 	if (Z_TYPE_PP(oid) != IS_ARRAY) {
Z_TYPE_PP         981 ext/snmp/snmp.c 	} else if (Z_TYPE_PP(oid) == IS_ARRAY) {
Z_TYPE_PP         986 ext/snmp/snmp.c 		if (Z_TYPE_PP(type) != IS_ARRAY) {
Z_TYPE_PP         991 ext/snmp/snmp.c 		} else if (Z_TYPE_PP(type) == IS_ARRAY) {
Z_TYPE_PP         995 ext/snmp/snmp.c 		if (Z_TYPE_PP(value) != IS_ARRAY) {
Z_TYPE_PP        1000 ext/snmp/snmp.c 		} else if (Z_TYPE_PP(value) == IS_ARRAY) {
Z_TYPE_PP        1007 ext/snmp/snmp.c 	if (Z_TYPE_PP(oid) == IS_STRING) {
Z_TYPE_PP        1016 ext/snmp/snmp.c 			if (Z_TYPE_PP(type) == IS_STRING && Z_TYPE_PP(value) == IS_STRING) {
Z_TYPE_PP        1032 ext/snmp/snmp.c 	} else if (Z_TYPE_PP(oid) == IS_ARRAY) { /* we got objid array */
Z_TYPE_PP        1051 ext/snmp/snmp.c 				if (Z_TYPE_PP(type) == IS_STRING) {
Z_TYPE_PP        1054 ext/snmp/snmp.c 				} else if (Z_TYPE_PP(type) == IS_ARRAY) {
Z_TYPE_PP        1072 ext/snmp/snmp.c 				if (Z_TYPE_PP(value) == IS_STRING) {
Z_TYPE_PP        1074 ext/snmp/snmp.c 				} else if (Z_TYPE_PP(value) == IS_ARRAY) {
Z_TYPE_PP         478 ext/soap/php_encoding.c 				if (Z_TYPE_PP(tmp) == IS_STRING &&
Z_TYPE_PP        1344 ext/soap/php_encoding.c 						if (Z_TYPE_PP(el) != IS_ARRAY) {
Z_TYPE_PP        1488 ext/soap/php_encoding.c 		    Z_TYPE_PP(classname) == IS_STRING &&
Z_TYPE_PP        1717 ext/soap/php_encoding.c 						if (Z_TYPE_PP(val) == IS_NULL && model->u.element->nillable) {
Z_TYPE_PP        1981 ext/soap/php_encoding.c 					if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) {
Z_TYPE_PP        2408 ext/soap/php_encoding.c 				if (el != NULL && Z_TYPE_PP(el) == IS_ARRAY &&
Z_TYPE_PP        2412 ext/soap/php_encoding.c 					if (Z_TYPE_PP(el) == IS_ARRAY) {
Z_TYPE_PP        3639 ext/soap/php_encoding.c 		if (Z_TYPE_PP(tmp) == IS_OBJECT &&
Z_TYPE_PP        3660 ext/soap/php_encoding.c 		} else if (Z_TYPE_PP(tmp) == IS_ARRAY && is_map(*tmp)) {
Z_TYPE_PP        3665 ext/soap/php_encoding.c 			cur_type = Z_TYPE_PP(tmp);
Z_TYPE_PP         100 ext/soap/php_http.c 		Z_TYPE_PP(tmp) == IS_STRING && Z_STRLEN_PP(tmp)) {
Z_TYPE_PP         173 ext/soap/php_http.c 	    Z_TYPE_PP(proxy_host) == IS_STRING &&
Z_TYPE_PP         175 ext/soap/php_http.c 	    Z_TYPE_PP(proxy_port) == IS_LONG) {
Z_TYPE_PP         184 ext/soap/php_http.c 	    Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) {
Z_TYPE_PP         196 ext/soap/php_http.c 			Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         279 ext/soap/php_http.c 				Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         369 ext/soap/php_http.c 	if (zend_hash_find(Z_OBJPROP_P(this_ptr), "compression", sizeof("compression"), (void **)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         417 ext/soap/php_http.c 		if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy"), (void **)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         435 ext/soap/php_http.c 		if (Z_TYPE_PP(tmp) != IS_STRING || !is_numeric_string(Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), &redirect_max, NULL, 1)) {
Z_TYPE_PP         436 ext/soap/php_http.c 			if (Z_TYPE_PP(tmp) == IS_LONG)
Z_TYPE_PP         533 ext/soap/php_http.c 		    Z_TYPE_PP(tmp) == IS_DOUBLE &&
Z_TYPE_PP         582 ext/soap/php_http.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         590 ext/soap/php_http.c 		           Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         628 ext/soap/php_http.c 		    Z_TYPE_PP(login) == IS_STRING) {
Z_TYPE_PP         633 ext/soap/php_http.c 				if (Z_TYPE_PP(digest) == IS_ARRAY) {
Z_TYPE_PP         645 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         657 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         662 ext/soap/php_http.c 					    Z_TYPE_PP(password) == IS_STRING) {
Z_TYPE_PP         668 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING &&
Z_TYPE_PP         675 ext/soap/php_http.c 						    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         713 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         718 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         734 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         739 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         758 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         769 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         774 ext/soap/php_http.c 						Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         788 ext/soap/php_http.c 				    Z_TYPE_PP(password) == IS_STRING) {
Z_TYPE_PP         821 ext/soap/php_http.c 					if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP         825 ext/soap/php_http.c 						    Z_TYPE_PP(value) == IS_STRING) {
Z_TYPE_PP        1135 ext/soap/php_http.c 		     Z_TYPE_PP(digest) != IS_ARRAY) &&
Z_TYPE_PP        1137 ext/soap/php_http.c 		    Z_TYPE_PP(login) == IS_STRING &&
Z_TYPE_PP        1139 ext/soap/php_http.c 		    Z_TYPE_PP(password) == IS_STRING) {
Z_TYPE_PP        3266 ext/soap/php_sdl.c 	    Z_TYPE_PP(tmp) == IS_STRING && Z_STRLEN_PP(tmp) > 0) {	
Z_TYPE_PP        3273 ext/soap/php_sdl.c 	    Z_TYPE_PP(proxy_host) == IS_STRING &&
Z_TYPE_PP        3275 ext/soap/php_sdl.c 	    Z_TYPE_PP(proxy_port) == IS_LONG) {
Z_TYPE_PP         867 ext/soap/soap.c 		if (Z_TYPE_PP(t_ns) == IS_STRING && Z_TYPE_PP(t_code) == IS_STRING) {
Z_TYPE_PP         996 ext/soap/soap.c 		if (Z_TYPE_PP(tmp) != IS_ARRAY) {
Z_TYPE_PP        1012 ext/soap/soap.c 					if (Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1014 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        1018 ext/soap/soap.c 					if (Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1020 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        1130 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        1139 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1146 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1151 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1163 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        1172 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY &&
Z_TYPE_PP        1178 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        1183 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        1188 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG)) {
Z_TYPE_PP        1414 ext/soap/soap.c 				if (Z_TYPE_PP(tmp_function) != IS_STRING) {
Z_TYPE_PP        1570 ext/soap/soap.c 			    Z_TYPE_PP(server_vars) == IS_ARRAY &&
Z_TYPE_PP        1572 ext/soap/soap.c 			    Z_TYPE_PP(encoding) == IS_STRING) {
Z_TYPE_PP        1672 ext/soap/soap.c 			    Z_TYPE_PP(tmp_soap) == IS_OBJECT &&
Z_TYPE_PP        1803 ext/soap/soap.c 					    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        1818 ext/soap/soap.c 						    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        2072 ext/soap/soap.c 		Z_TYPE_PP(agent_name) == IS_STRING) {
Z_TYPE_PP        2141 ext/soap/soap.c 		     Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0) {
Z_TYPE_PP        2348 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2355 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2361 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2368 ext/soap/soap.c 				Z_TYPE_PP(tmp) == IS_RESOURCE) {
Z_TYPE_PP        2374 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2381 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG ||
Z_TYPE_PP        2387 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2390 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2394 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2400 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2407 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2410 ext/soap/soap.c 				    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2416 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2422 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2427 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
Z_TYPE_PP        2433 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
Z_TYPE_PP        2439 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2448 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2460 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        2471 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY &&
Z_TYPE_PP        2477 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2493 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2498 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2503 ext/soap/soap.c 				(Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) && Z_LVAL_PP(tmp) == 0) {
Z_TYPE_PP        2508 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2656 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2675 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2682 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        2691 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2800 ext/soap/soap.c 			   Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0)) {
Z_TYPE_PP        2834 ext/soap/soap.c 		if (Z_TYPE_PP(tmp) != IS_OBJECT ||
Z_TYPE_PP        2870 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2875 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2880 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3211 ext/soap/soap.c 	if (zend_hash_find(Z_OBJPROP_P(this_ptr), "location", sizeof("location"),(void **) &tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3687 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_BOOL && Z_LVAL_PP(tmp)) {
Z_TYPE_PP        3695 ext/soap/soap.c 		if (Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3701 ext/soap/soap.c 		} else if (Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        3878 ext/soap/soap.c 			      Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3884 ext/soap/soap.c 				    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3921 ext/soap/soap.c 		if (zend_hash_find(prop, "faultcodens", sizeof("faultcodens"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3925 ext/soap/soap.c 		if (zend_hash_find(prop, "_name", sizeof("_name"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4027 ext/soap/soap.c 			    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        4072 ext/soap/soap.c 		    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        4099 ext/soap/soap.c 					      Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4105 ext/soap/soap.c 						    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4318 ext/soap/soap.c 			    Z_TYPE_PP(name) == IS_STRING &&
Z_TYPE_PP        4320 ext/soap/soap.c 			    Z_TYPE_PP(ns) == IS_STRING) {
Z_TYPE_PP         730 ext/sockets/conversions.c 			&& Z_TYPE_PP(elem) != IS_NULL) {
Z_TYPE_PP        1382 ext/sockets/conversions.c 	if (Z_TYPE_PP(elem) == IS_RESOURCE) {
Z_TYPE_PP         328 ext/sockets/sendrecvmsg.c 		if (Z_TYPE_PP(arg4) == IS_ARRAY) {
Z_TYPE_PP        2053 ext/sockets/sockets.c 			if (Z_TYPE_PP(arg4) == IS_STRING) {
Z_TYPE_PP         619 ext/spl/spl_array.c 							return Z_TYPE_PP(tmp) != IS_NULL;
Z_TYPE_PP         642 ext/spl/spl_array.c 							return Z_TYPE_PP(tmp) != IS_NULL;
Z_TYPE_PP        1102 ext/spl/spl_array.c 	if (Z_TYPE_PP(array) == IS_ARRAY) {
Z_TYPE_PP        1106 ext/spl/spl_array.c 	if (Z_TYPE_PP(array) == IS_OBJECT && (Z_OBJ_HT_PP(array) == &spl_handler_ArrayObject || Z_OBJ_HT_PP(array) == &spl_handler_ArrayIterator)) {
Z_TYPE_PP        1115 ext/spl/spl_array.c 		if (Z_TYPE_PP(array) != IS_OBJECT && Z_TYPE_PP(array) != IS_ARRAY) {
Z_TYPE_PP        1130 ext/spl/spl_array.c 	if (Z_TYPE_PP(array) == IS_OBJECT) {
Z_TYPE_PP        1620 ext/spl/spl_array.c 	RETURN_BOOL(Z_TYPE_PP(entry) == IS_ARRAY || (Z_TYPE_PP(entry) == IS_OBJECT && (intern->ar_flags & SPL_ARRAY_CHILD_ARRAYS_ONLY) == 0));
Z_TYPE_PP        1644 ext/spl/spl_array.c 	if (Z_TYPE_PP(entry) == IS_OBJECT) {
Z_TYPE_PP        2237 ext/spl/spl_directory.c 				return Z_TYPE_PP(first) == IS_STRING && Z_STRLEN_PP(first) == 0;
Z_TYPE_PP         956 ext/standard/array.c 		if (Z_TYPE_PP(args[0]) != IS_ARRAY) {
Z_TYPE_PP        1007 ext/standard/array.c 		if (Z_TYPE_PP(args[0]) != IS_ARRAY) {
Z_TYPE_PP        1062 ext/standard/array.c 		if (recursive && Z_TYPE_PP(args[0]) == IS_ARRAY) {
Z_TYPE_PP        1493 ext/standard/array.c 	if (ZEND_NUM_ARGS() == 1 && Z_TYPE_PP(args[0]) == IS_ARRAY) {
Z_TYPE_PP        1561 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
Z_TYPE_PP        1567 ext/standard/array.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        2150 ext/standard/array.c 	if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) {
Z_TYPE_PP        2224 ext/standard/array.c 					HashTable *thash = Z_TYPE_PP(dest_entry) == IS_ARRAY ? Z_ARRVAL_PP(dest_entry) : NULL;
Z_TYPE_PP        2234 ext/standard/array.c 					if (Z_TYPE_PP(dest_entry) == IS_NULL) {
Z_TYPE_PP        2240 ext/standard/array.c 					if (Z_TYPE_PP(src_entry) == IS_OBJECT) {
Z_TYPE_PP        2299 ext/standard/array.c 				if (Z_TYPE_PP(src_entry) != IS_ARRAY ||
Z_TYPE_PP        2301 ext/standard/array.c 					Z_TYPE_PP(dest_entry) != IS_ARRAY) {
Z_TYPE_PP        2311 ext/standard/array.c 				if (Z_TYPE_PP(src_entry) != IS_ARRAY ||
Z_TYPE_PP        2313 ext/standard/array.c 					Z_TYPE_PP(dest_entry) != IS_ARRAY) {
Z_TYPE_PP        2355 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        2511 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
Z_TYPE_PP        2520 ext/standard/array.c 		} else if (Z_TYPE_PP(entry) == IS_STRING) {
Z_TYPE_PP        2544 ext/standard/array.c 	switch (Z_TYPE_PP(param)) {
Z_TYPE_PP        2588 ext/standard/array.c 		if (Z_TYPE_PP(data) != IS_ARRAY) {
Z_TYPE_PP        2599 ext/standard/array.c 		} else if ((Z_TYPE_PP(zcolumn) == IS_STRING) &&
Z_TYPE_PP        2602 ext/standard/array.c 		} else if ((Z_TYPE_PP(zcolumn) == IS_LONG) &&
Z_TYPE_PP        2610 ext/standard/array.c 		if (zkey && (Z_TYPE_PP(zkey) == IS_STRING)) {
Z_TYPE_PP        2612 ext/standard/array.c 		} else if (zkey && (Z_TYPE_PP(zkey) == IS_LONG)) {
Z_TYPE_PP        2617 ext/standard/array.c 		if (zkeyval && Z_TYPE_PP(zkeyval) == IS_STRING) {
Z_TYPE_PP        2619 ext/standard/array.c 		} else if (zkeyval && Z_TYPE_PP(zkeyval) == IS_LONG) {
Z_TYPE_PP        2621 ext/standard/array.c 		} else if (zkeyval && Z_TYPE_PP(zkeyval) == IS_OBJECT) {
Z_TYPE_PP        2763 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
Z_TYPE_PP        2765 ext/standard/array.c 		} else if (Z_TYPE_PP(entry) == IS_STRING) {
Z_TYPE_PP        2987 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3152 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3405 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3569 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3853 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) == IS_ARRAY) {
Z_TYPE_PP        3868 ext/standard/array.c 		} else if (Z_TYPE_PP(args[i]) == IS_LONG) {
Z_TYPE_PP        4078 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT) {
Z_TYPE_PP        4112 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT) {
Z_TYPE_PP        4296 ext/standard/array.c 		if (Z_TYPE_PP(arrays[i]) != IS_ARRAY) {
Z_TYPE_PP        4543 ext/standard/array.c 		if (Z_TYPE_PP(entry_keys) == IS_LONG) {
Z_TYPE_PP        4549 ext/standard/array.c 			if (Z_TYPE_PP(entry_keys) != IS_STRING) {
Z_TYPE_PP         156 ext/standard/assert.c 	if (Z_TYPE_PP(assertion) == IS_STRING) {
Z_TYPE_PP        4261 ext/standard/basic_functions.c 		zend_hash_find(&EG(symbol_table), "argv", sizeof("argv"), (void **) &args) != FAILURE) && Z_TYPE_PP(args) == IS_ARRAY
Z_TYPE_PP        4279 ext/standard/basic_functions.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        4326 ext/standard/basic_functions.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        4401 ext/standard/basic_functions.c 				if (Z_TYPE_PP(args) != IS_ARRAY) {
Z_TYPE_PP        4411 ext/standard/basic_functions.c 				if (Z_TYPE_PP(args) != IS_ARRAY) {
Z_TYPE_PP        5034 ext/standard/basic_functions.c 						&& Z_TYPE_PP(obj) == IS_OBJECT
Z_TYPE_PP        5035 ext/standard/basic_functions.c 						&& Z_TYPE_PP(method) == IS_STRING) {
Z_TYPE_PP          60 ext/standard/browscap.c 	if (Z_TYPE_PP(zvalue) == IS_ARRAY) {
Z_TYPE_PP          63 ext/standard/browscap.c 	} else if (Z_TYPE_PP(zvalue) == IS_STRING) {
Z_TYPE_PP          73 ext/standard/browscap.c 	if (Z_TYPE_PP(zvalue) == IS_ARRAY) {
Z_TYPE_PP          76 ext/standard/browscap.c 	} else if (Z_TYPE_PP(zvalue) == IS_STRING) {
Z_TYPE_PP         654 ext/standard/file.c 					if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP        1877 ext/standard/file.c 		if (Z_TYPE_PP(field_tmp) != IS_STRING) {
Z_TYPE_PP        1917 ext/standard/file.c 		if (Z_TYPE_PP(field_tmp) != IS_STRING) {
Z_TYPE_PP        2001 ext/standard/file.c 		if (len_zv != NULL && Z_TYPE_PP(len_zv) != IS_NULL) {
Z_TYPE_PP        1229 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_STRING) {
Z_TYPE_PP        1264 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_LONG) {
Z_TYPE_PP        1287 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_LONG) {
Z_TYPE_PP        1313 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_BOOL) {
Z_TYPE_PP         530 ext/standard/ftp_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) == IS_LONG &&
Z_TYPE_PP          83 ext/standard/http.c 		if (Z_TYPE_PP(zdata) == IS_ARRAY || Z_TYPE_PP(zdata) == IS_OBJECT) {
Z_TYPE_PP         140 ext/standard/http.c 			php_url_encode_hash_ex(HASH_OF(*zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_PP(zdata) == IS_OBJECT ? *zdata : NULL), arg_sep, enc_type TSRMLS_CC);
Z_TYPE_PP         143 ext/standard/http.c 		} else if (Z_TYPE_PP(zdata) == IS_NULL || Z_TYPE_PP(zdata) == IS_RESOURCE) {
Z_TYPE_PP         171 ext/standard/http.c 			switch (Z_TYPE_PP(zdata)) {
Z_TYPE_PP         157 ext/standard/http_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) != IS_STRING ||
Z_TYPE_PP         187 ext/standard/http_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) == IS_STRING &&
Z_TYPE_PP         236 ext/standard/http_fopen_wrapper.c 			if (Z_TYPE_PP(tmpzval) == IS_ARRAY) {
Z_TYPE_PP         243 ext/standard/http_fopen_wrapper.c 					if (Z_TYPE_PP(tmpheader) == IS_STRING) {
Z_TYPE_PP         267 ext/standard/http_fopen_wrapper.c 			} else if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval)) {
Z_TYPE_PP         348 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0) {
Z_TYPE_PP         424 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_PP(tmpzval) == IS_ARRAY) {
Z_TYPE_PP         433 ext/standard/http_fopen_wrapper.c 				if (Z_TYPE_PP(tmpheader) == IS_STRING) {
Z_TYPE_PP         445 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval)) {
Z_TYPE_PP         568 ext/standard/http_fopen_wrapper.c 		Z_TYPE_PP(ua_zval) == IS_STRING) {
Z_TYPE_PP         606 ext/standard/http_fopen_wrapper.c 				Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0
Z_TYPE_PP         621 ext/standard/http_fopen_wrapper.c 		Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0) {
Z_TYPE_PP         205 ext/standard/info.c 		&& (Z_TYPE_PP(data)==IS_ARRAY)) {
Z_TYPE_PP         234 ext/standard/info.c 			if (Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP         244 ext/standard/info.c 				if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP         286 ext/standard/math.c 	if (Z_TYPE_PP(value) == IS_DOUBLE) {
Z_TYPE_PP         288 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
Z_TYPE_PP         310 ext/standard/math.c 	if (Z_TYPE_PP(value) == IS_DOUBLE) {
Z_TYPE_PP         312 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
Z_TYPE_PP         331 ext/standard/math.c 	if (Z_TYPE_PP(value) == IS_DOUBLE) {
Z_TYPE_PP         333 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
Z_TYPE_PP         360 ext/standard/math.c 	switch (Z_TYPE_PP(value)) {
Z_TYPE_PP         369 ext/standard/math.c 			return_val = (Z_TYPE_PP(value) == IS_LONG) ? (double)Z_LVAL_PP(value) : Z_DVAL_PP(value);
Z_TYPE_PP         247 ext/standard/password.c 					if (Z_TYPE_PP(option_buffer) != IS_LONG) {
Z_TYPE_PP         327 ext/standard/password.c 				if (Z_TYPE_PP(option_buffer) != IS_LONG) {
Z_TYPE_PP         359 ext/standard/password.c 		switch (Z_TYPE_PP(option_buffer)) {
Z_TYPE_PP         486 ext/standard/proc_open.c 			if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) &&
Z_TYPE_PP         492 ext/standard/proc_open.c 			if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) &&
Z_TYPE_PP         535 ext/standard/proc_open.c 		if (Z_TYPE_PP(descitem) == IS_RESOURCE) {
Z_TYPE_PP         561 ext/standard/proc_open.c 		} else if (Z_TYPE_PP(descitem) != IS_ARRAY) {
Z_TYPE_PP        1217 ext/standard/scanf.c 		Z_TYPE_PP(return_value) = IS_LONG;
Z_TYPE_PP         933 ext/standard/streamsfuncs.c 				&& Z_TYPE_PP(wval) == IS_ARRAY) {
Z_TYPE_PP         972 ext/standard/streamsfuncs.c 		if (Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        1573 ext/standard/streamsfuncs.c 	if (Z_TYPE_PP(zstream) == IS_RESOURCE) {
Z_TYPE_PP        1225 ext/standard/string.c 		if (Z_TYPE_PP(arg1) != IS_ARRAY) {
Z_TYPE_PP        1237 ext/standard/string.c 		if (Z_TYPE_PP(arg1) == IS_ARRAY) {
Z_TYPE_PP        1241 ext/standard/string.c 		} else if (Z_TYPE_PP(arg2) == IS_ARRAY) {
Z_TYPE_PP        2306 ext/standard/string.c 	if (Z_TYPE_PP(str) != IS_ARRAY) {
Z_TYPE_PP        2312 ext/standard/string.c 	if (Z_TYPE_PP(repl) != IS_ARRAY) {
Z_TYPE_PP        2318 ext/standard/string.c 	if (Z_TYPE_PP(from) != IS_ARRAY) {
Z_TYPE_PP        2327 ext/standard/string.c 		if (Z_TYPE_PP(len) != IS_ARRAY) {
Z_TYPE_PP        2332 ext/standard/string.c 		if (Z_TYPE_PP(str) != IS_ARRAY) {
Z_TYPE_PP        2337 ext/standard/string.c 	if (Z_TYPE_PP(str) == IS_STRING) {
Z_TYPE_PP        2339 ext/standard/string.c 			(argc == 3 && Z_TYPE_PP(from) == IS_ARRAY) ||
Z_TYPE_PP        2340 ext/standard/string.c 			(argc == 4 && Z_TYPE_PP(from) != Z_TYPE_PP(len))
Z_TYPE_PP        2345 ext/standard/string.c 		if (argc == 4 && Z_TYPE_PP(from) == IS_ARRAY) {
Z_TYPE_PP        2353 ext/standard/string.c 	if (Z_TYPE_PP(str) != IS_ARRAY) {
Z_TYPE_PP        2354 ext/standard/string.c 		if (Z_TYPE_PP(from) != IS_ARRAY) {
Z_TYPE_PP        2389 ext/standard/string.c 			if (Z_TYPE_PP(repl) == IS_ARRAY) {
Z_TYPE_PP        2403 ext/standard/string.c 				memcpy((result + f), (Z_TYPE_PP(repl) == IS_ARRAY ? Z_STRVAL_PP(tmp_repl) : Z_STRVAL_PP(repl)), repl_len);
Z_TYPE_PP        2419 ext/standard/string.c 		if (Z_TYPE_PP(from) == IS_ARRAY) {
Z_TYPE_PP        2423 ext/standard/string.c 		if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
Z_TYPE_PP        2427 ext/standard/string.c 		if (Z_TYPE_PP(repl) == IS_ARRAY) {
Z_TYPE_PP        2438 ext/standard/string.c 			if(Z_TYPE_PP(tmp_str) != IS_STRING) {
Z_TYPE_PP        2450 ext/standard/string.c 			if (Z_TYPE_PP(from) == IS_ARRAY) {
Z_TYPE_PP        2452 ext/standard/string.c 					if(Z_TYPE_PP(tmp_from) != IS_LONG) {
Z_TYPE_PP        2485 ext/standard/string.c 			if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
Z_TYPE_PP        2487 ext/standard/string.c 					if(Z_TYPE_PP(tmp_len) != IS_LONG) {
Z_TYPE_PP        2518 ext/standard/string.c 			if (Z_TYPE_PP(repl) == IS_ARRAY) {
Z_TYPE_PP        2522 ext/standard/string.c 					if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
Z_TYPE_PP        2533 ext/standard/string.c 						if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
Z_TYPE_PP        2546 ext/standard/string.c 					if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
Z_TYPE_PP        2573 ext/standard/string.c 			if(Z_TYPE_PP(tmp_str) != IS_STRING) {
Z_TYPE_PP        2927 ext/standard/string.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        3125 ext/standard/string.c 	if (ac == 2 && Z_TYPE_PP(from) != IS_ARRAY) {
Z_TYPE_PP        3965 ext/standard/string.c 	if (Z_TYPE_PP(search) != IS_ARRAY) {
Z_TYPE_PP        3968 ext/standard/string.c 	} else if (Z_TYPE_PP(replace) != IS_ARRAY) {
Z_TYPE_PP        3973 ext/standard/string.c 	if (Z_TYPE_PP(subject) == IS_ARRAY) {
Z_TYPE_PP        3980 ext/standard/string.c 			if (Z_TYPE_PP(subject_entry) != IS_ARRAY && Z_TYPE_PP(subject_entry) != IS_OBJECT) {
Z_TYPE_PP        4341 ext/standard/string.c 	if (Z_TYPE_PP(pcategory) == IS_LONG) {
Z_TYPE_PP        4379 ext/standard/string.c 	if (Z_TYPE_PP(args[0]) == IS_ARRAY) {
Z_TYPE_PP        4384 ext/standard/string.c 		if (Z_TYPE_PP(args[0]) == IS_ARRAY) {
Z_TYPE_PP        4420 ext/standard/string.c 		if (Z_TYPE_PP(args[0]) == IS_ARRAY) {
Z_TYPE_PP          34 ext/standard/type.c 	switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         223 ext/standard/type.c 	if (Z_TYPE_PP(arg) == type) {
Z_TYPE_PP         322 ext/standard/type.c 	switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         353 ext/standard/type.c 	switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         727 ext/standard/url.c 	if (zend_hash_find(HASH_OF(stream->wrapperdata), "headers", sizeof("headers"), (void **)&h) != FAILURE && Z_TYPE_PP(h) == IS_ARRAY) {
Z_TYPE_PP         740 ext/standard/url.c 		if (!hdr || Z_TYPE_PP(hdr) != IS_STRING) {
Z_TYPE_PP          99 ext/standard/var.c 	switch (Z_TYPE_PP(struc)) {
Z_TYPE_PP         254 ext/standard/var.c 	switch (Z_TYPE_PP(struc)) {
Z_TYPE_PP         293 ext/standard/var.c 			zend_hash_apply_with_arguments(myht TSRMLS_CC, (apply_func_args_t) zval_element_dump_func, 1, level, (Z_TYPE_PP(struc) == IS_ARRAY ? 0 : 1));
Z_TYPE_PP         424 ext/standard/var.c 	switch (Z_TYPE_PP(struc)) {
Z_TYPE_PP         659 ext/standard/var.c 			if (Z_TYPE_PP(name) != IS_STRING) {
Z_TYPE_PP         882 ext/standard/var.c 						|| (Z_TYPE_PP(data) == IS_ARRAY && Z_ARRVAL_PP(data)->nApplyCount > 1)
Z_TYPE_PP         886 ext/standard/var.c 						if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP         890 ext/standard/var.c 						if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP          40 ext/standard/var_unserializer.c 	fprintf(stderr, "var_push(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_PP(rval));
Z_TYPE_PP          64 ext/standard/var_unserializer.c 	fprintf(stderr, "var_push_dtor(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_PP(rval));
Z_TYPE_PP          89 ext/standard/var_unserializer.c 	fprintf(stderr, "var_push_dtor_no_addref(%ld): %d (%d)\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_PP(rval), Z_REFCOUNT_PP(rval));
Z_TYPE_PP         114 ext/standard/var_unserializer.c 	fprintf(stderr, "var_replace(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_PP(nzval));
Z_TYPE_PP          74 ext/tidy/tidy.c         if(Z_TYPE_PP(_val) == IS_ARRAY) { \
Z_TYPE_PP         494 ext/wddx/wddx.c 				if (Z_TYPE_PP(varname) != IS_STRING) {
Z_TYPE_PP        1200 ext/wddx/wddx.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT) {
Z_TYPE_PP        1309 ext/wddx/wddx.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT) {
Z_TYPE_PP         488 ext/xml/xml.c  	if (Z_TYPE_PP(data) != IS_ARRAY && Z_TYPE_PP(data) != IS_OBJECT) {
Z_TYPE_PP         540 ext/xml/xml.c  					   Z_TYPE_PP(obj) == IS_OBJECT &&
Z_TYPE_PP         541 ext/xml/xml.c  					   Z_TYPE_PP(method) == IS_STRING) {
Z_TYPE_PP         386 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
Z_TYPE_PP         397 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
Z_TYPE_PP         410 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
Z_TYPE_PP         426 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
Z_TYPE_PP         434 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_ARRAY) {
Z_TYPE_PP         442 ext/xmlrpc/xmlrpc-epi-php.c 							if (Z_TYPE_PP(iter_val) == IS_STRING && Z_STRVAL_PP(iter_val)) {
Z_TYPE_PP         459 ext/xmlrpc/xmlrpc-epi-php.c 				} else if (Z_TYPE_PP(val) == IS_STRING) {
Z_TYPE_PP        1443 ext/xmlrpc/xmlrpc-epi-php.c 						if (Z_TYPE_PP(attr) == IS_STRING) {
Z_TYPE_PP        1508 ext/xmlrpc/xmlrpc-epi-php.c 		vtype = determine_vector_type((Z_TYPE_PP(arg) == IS_OBJECT) ? Z_OBJPROP_PP(arg) : Z_ARRVAL_PP(arg));
Z_TYPE_PP         157 ext/xsl/xsltprocessor.c 			if (Z_TYPE_PP(value) != IS_STRING) {
Z_TYPE_PP         354 ext/zip/php_zip.c 		if (Z_TYPE_PP(option) != IS_LONG) {
Z_TYPE_PP         367 ext/zip/php_zip.c 		if (Z_TYPE_PP(option) != IS_STRING) {
Z_TYPE_PP         387 ext/zip/php_zip.c 		if (Z_TYPE_PP(option) != IS_STRING) {
Z_TYPE_PP        2464 ext/zip/php_zip.c 						switch (Z_TYPE_PP(zval_file)) {
Z_TYPE_PP         555 main/php_streams.h 		if (Z_TYPE_PP((zstream)) == IS_RESOURCE) { \
Z_TYPE_PP         557 main/php_streams.h 		} else (stream) = Z_TYPE_PP((zstream)) == IS_STRING ?  \
Z_TYPE_PP         184 main/php_variables.c 					|| Z_TYPE_PP(gpc_element_p) != IS_ARRAY) {
Z_TYPE_PP         592 main/php_variables.c 		if (Z_TYPE_PP(src_entry) != IS_ARRAY
Z_TYPE_PP         595 main/php_variables.c 			|| Z_TYPE_PP(dest_entry) != IS_ARRAY
Z_TYPE_PP         657 main/streams/xp_socket.c 		if (Z_TYPE_PP(tmpzval) != IS_STRING) {
Z_TYPE_PP         276 sapi/fpm/fpm/fpm_php.c 	if (zend_hash_find(&EG(symbol_table), table, strlen(table) + 1, (void **) &data) == SUCCESS && Z_TYPE_PP(data) == IS_ARRAY) {