Z_TYPE_PP         158 Zend/zend_API.c 		    Z_TYPE_PP(value) == IS_OBJECT &&
Z_TYPE_PP         326 Zend/zend_API.c 		} else if (*spec_walk == '!' && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         336 Zend/zend_API.c 				switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         370 Zend/zend_API.c 				switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         405 Zend/zend_API.c 				switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         439 Zend/zend_API.c 				switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         461 Zend/zend_API.c 				if (Z_TYPE_PP(arg) != IS_RESOURCE) {
Z_TYPE_PP         462 Zend/zend_API.c 					if (Z_TYPE_PP(arg) == IS_NULL && return_null) {
Z_TYPE_PP         476 Zend/zend_API.c 				if (Z_TYPE_PP(arg) != IS_ARRAY) {
Z_TYPE_PP         477 Zend/zend_API.c 					if (Z_TYPE_PP(arg) == IS_NULL && return_null) {
Z_TYPE_PP         491 Zend/zend_API.c 				if (Z_TYPE_PP(arg) != IS_ARRAY) {
Z_TYPE_PP         492 Zend/zend_API.c 					if (Z_TYPE_PP(arg) == IS_NULL && return_null) {
Z_TYPE_PP         506 Zend/zend_API.c 				if (Z_TYPE_PP(arg) != IS_OBJECT) {
Z_TYPE_PP         507 Zend/zend_API.c 					if (Z_TYPE_PP(arg) == IS_NULL && return_null) {
Z_TYPE_PP         523 Zend/zend_API.c 				if (Z_TYPE_PP(arg) == IS_OBJECT &&
Z_TYPE_PP         527 Zend/zend_API.c 					if (Z_TYPE_PP(arg) == IS_NULL && return_null) {
Z_TYPE_PP         543 Zend/zend_API.c 				if (return_null && Z_TYPE_PP(arg) == IS_NULL) {
Z_TYPE_PP         596 Zend/zend_API.c 				if (Z_TYPE_PP(arg) == IS_NULL && return_null) {
Z_TYPE_PP         606 Zend/zend_API.c 				if (Z_TYPE_PP(arg) == IS_NULL && return_null) {
Z_TYPE_PP        2272 Zend/zend_API.c 					(Z_TYPE_PP(obj) == IS_OBJECT || Z_TYPE_PP(obj) == IS_STRING) &&
Z_TYPE_PP        2273 Zend/zend_API.c 					Z_TYPE_PP(method) == IS_STRING) {
Z_TYPE_PP        2275 Zend/zend_API.c 					if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        2859 Zend/zend_API.c 				Z_TYPE_PP(property) = Z_TYPE_P(value);
Z_TYPE_PP         485 Zend/zend_builtin_functions.c 	switch (Z_TYPE_PP(val)) {
Z_TYPE_PP         576 Zend/zend_builtin_functions.c 	if (Z_TYPE_PP(arg) != IS_OBJECT) {
Z_TYPE_PP         608 Zend/zend_builtin_functions.c 	if (Z_TYPE_PP(arg) == IS_OBJECT) {
Z_TYPE_PP         615 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_PP(arg) == IS_STRING) {
Z_TYPE_PP         643 Zend/zend_builtin_functions.c 	if (only_subclass && Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP         650 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP         657 Zend/zend_builtin_functions.c 	if (Z_TYPE_PP(obj) == IS_OBJECT && !HAS_CLASS_ENTRY(**obj)) {
Z_TYPE_PP         799 Zend/zend_builtin_functions.c 	if (Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP         847 Zend/zend_builtin_functions.c 	if (Z_TYPE_PP(class) == IS_OBJECT) {
Z_TYPE_PP         853 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_PP(class) == IS_STRING) {
Z_TYPE_PP         906 Zend/zend_builtin_functions.c 	if (Z_TYPE_PP(klass) == IS_OBJECT) {
Z_TYPE_PP         908 Zend/zend_builtin_functions.c 	} else if (Z_TYPE_PP(klass) == IS_STRING) {
Z_TYPE_PP         926 Zend/zend_builtin_functions.c 		if (Z_TYPE_PP(klass) == IS_OBJECT 
Z_TYPE_PP        1280 Zend/zend_builtin_functions.c 	if (Z_TYPE_PP(exception_handler) != IS_NULL) { /* NULL == unset */
Z_TYPE_PP        1298 Zend/zend_builtin_functions.c 	if (Z_TYPE_PP(exception_handler) == IS_NULL) { /* unset user-defined handler */
Z_TYPE_PP        1535 Zend/zend_builtin_functions.c 	if (Z_TYPE_PP(z_resource_type) != IS_RESOURCE) {
Z_TYPE_PP        1683 Zend/zend_builtin_functions.c 			if (Z_TYPE_PP(arg) != IS_OBJECT) {
Z_TYPE_PP        2201 Zend/zend_compile.c 						if (Z_TYPE_PP(new_prop) != IS_NULL && Z_TYPE_PP(prop) != IS_NULL) {
Z_TYPE_PP         297 Zend/zend_exceptions.c 	switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         436 Zend/zend_execute.c 	if (Z_TYPE_PP(object_ptr) == IS_NULL
Z_TYPE_PP         437 Zend/zend_execute.c 		|| (Z_TYPE_PP(object_ptr) == IS_BOOL && Z_LVAL_PP(object_ptr) == 0)
Z_TYPE_PP         438 Zend/zend_execute.c 		|| (Z_TYPE_PP(object_ptr) == IS_STRING && Z_STRLEN_PP(object_ptr) == 0)
Z_TYPE_PP        1350 Zend/zend_execute.c 	if (Z_TYPE_PP(pz) > 9) {
Z_TYPE_PP        1352 Zend/zend_execute.c 	} else if (Z_TYPE_PP(pz) == IS_ARRAY) {
Z_TYPE_PP        1354 Zend/zend_execute.c 	} else if (Z_TYPE_PP(pz) == IS_OBJECT) {
Z_TYPE_PP         199 Zend/zend_execute_API.c 	if (Z_TYPE_PP(zv) == IS_OBJECT && (*zv)->refcount == 1) {
Z_TYPE_PP         463 Zend/zend_execute_API.c 	Z_TYPE_P(value) = Z_TYPE_PP(p);
Z_TYPE_PP         532 Zend/zend_execute_API.c 			if (!(Z_TYPE_PP(element) & IS_CONSTANT_INDEX)) {
Z_TYPE_PP         536 Zend/zend_execute_API.c 			Z_TYPE_PP(element) &= ~IS_CONSTANT_INDEX;
Z_TYPE_PP         565 Zend/zend_execute_API.c 			Z_TYPE_PP(element) |= IS_CONSTANT_INDEX;
Z_TYPE_PP         716 Zend/zend_execute_API.c 			if (Z_TYPE_PP(fci->object_pp) == IS_OBJECT
Z_TYPE_PP         721 Zend/zend_execute_API.c 			if (Z_TYPE_PP(fci->object_pp) == IS_OBJECT) {
Z_TYPE_PP         730 Zend/zend_execute_API.c 			} else if (Z_TYPE_PP(fci->object_pp) == IS_STRING) {
Z_TYPE_PP         884 Zend/zend_execute_API.c 		if (fci->object_pp && *fci->object_pp && Z_TYPE_PP(fci->object_pp) == IS_OBJECT
Z_TYPE_PP        1044 Zend/zend_object_handlers.c 			result = (Z_TYPE_PP(value) != IS_NULL);
Z_TYPE_PP         145 Zend/zend_objects.c 	if (Z_TYPE_PP(p) == IS_OBJECT && !PZVAL_IS_REF(*p)) {
Z_TYPE_PP         355 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv) != str_type) {				\
Z_TYPE_PP         369 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv)!=IS_LONG && Z_TYPE_PP(ppzv)!=IS_DOUBLE) {		\
Z_TYPE_PP         415 Zend/zend_vm_def.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP         455 Zend/zend_vm_def.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP         742 Zend/zend_vm_def.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP         785 Zend/zend_vm_def.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP         829 Zend/zend_vm_def.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP         867 Zend/zend_vm_def.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        1436 Zend/zend_vm_def.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        3004 Zend/zend_vm_def.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        3097 Zend/zend_vm_def.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        3132 Zend/zend_vm_def.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        3145 Zend/zend_vm_def.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        3450 Zend/zend_vm_def.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        3486 Zend/zend_vm_def.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        3525 Zend/zend_vm_def.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        3540 Zend/zend_vm_def.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        2143 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        2156 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        2314 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        4718 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        4731 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        4889 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        6907 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        6950 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        6994 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        7032 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        7865 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        7878 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        8183 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        8622 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        8662 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        9302 Zend/zend_vm_execute.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        9523 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        9616 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        9650 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        9689 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        9704 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        10138 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        10178 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        10819 Zend/zend_vm_execute.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        11043 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        11136 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        11170 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        11209 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        11224 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        11658 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        11698 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        12339 Zend/zend_vm_execute.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        12601 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        12694 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        12728 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        12767 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        12782 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        12982 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        13022 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        13186 Zend/zend_vm_execute.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        13663 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        13703 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        14343 Zend/zend_vm_execute.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        14600 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        14693 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        14727 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        14766 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        14781 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        15061 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        15101 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        15708 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        15800 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        15833 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        15872 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        15887 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        16084 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        16124 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        16688 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        16780 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        16813 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        16852 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        16867 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        17064 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        17104 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        17668 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        17760 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        17793 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        17832 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        17847 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        18044 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        18084 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        18310 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        18350 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        18912 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        19004 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        19037 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        19076 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        19091 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        19201 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        19243 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        19286 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        19323 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        20141 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        20154 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        20312 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        20749 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        20789 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        21427 Zend/zend_vm_execute.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        21647 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        21739 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        21772 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        21811 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        21826 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        22257 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        22297 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        22936 Zend/zend_vm_execute.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        23159 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        23251 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        23284 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        23323 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        23338 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        23769 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        23809 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        24448 Zend/zend_vm_execute.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        24708 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        24800 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        24833 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        24872 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        24887 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        25084 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        25124 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        25288 Zend/zend_vm_execute.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        25764 Zend/zend_vm_execute.h 				if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        25804 Zend/zend_vm_execute.h 	if(Z_TYPE_PP(var_ptr) == IS_OBJECT && Z_OBJ_HANDLER_PP(var_ptr, get)
Z_TYPE_PP        26442 Zend/zend_vm_execute.h 	if (object_ptr && Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        26697 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        26789 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        26822 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
Z_TYPE_PP        26861 Zend/zend_vm_execute.h 					if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        26876 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP         383 ext/bz2/bz2.c  	if (Z_TYPE_PP(file) != IS_RESOURCE) {
Z_TYPE_PP        1449 ext/curl/interface.c 			if (Z_TYPE_PP(zvalue) == IS_ARRAY || Z_TYPE_PP(zvalue) == IS_OBJECT) {
Z_TYPE_PP         127 ext/curl/multi.c 	return (Z_TYPE_P( z1 ) == Z_TYPE_PP( z2 ) && 
Z_TYPE_PP         309 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
Z_TYPE_PP         314 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
Z_TYPE_PP         321 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "user_agent", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_STRING) {
Z_TYPE_PP         324 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "header", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_ARRAY) {
Z_TYPE_PP         332 ext/curl/streams.c 				if (Z_TYPE_PP(header) == IS_STRING) {
Z_TYPE_PP         340 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "method", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_STRING) {
Z_TYPE_PP         350 ext/curl/streams.c 					if (SUCCESS == php_stream_context_get_option(context, "http", "content", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_STRING) {
Z_TYPE_PP         357 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "proxy", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_STRING) {
Z_TYPE_PP         362 ext/curl/streams.c 			if (Z_TYPE_PP(ctx_opt) != IS_STRING || !is_numeric_string(Z_STRVAL_PP(ctx_opt), Z_STRLEN_PP(ctx_opt), &mr, NULL, 1)) {
Z_TYPE_PP         363 ext/curl/streams.c 				if (Z_TYPE_PP(ctx_opt) == IS_LONG) {
Z_TYPE_PP         384 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "ftp", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
Z_TYPE_PP         389 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "ftp", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
Z_TYPE_PP         224 ext/dba/dba.c  	if (Z_TYPE_PP(key) == IS_ARRAY) {
Z_TYPE_PP         277 ext/dbase/dbase.c 	if (Z_TYPE_PP(fields) != IS_ARRAY) {
Z_TYPE_PP         348 ext/dbase/dbase.c 	if (Z_TYPE_PP(fields) != IS_ARRAY) {
Z_TYPE_PP         604 ext/dbase/dbase.c 	if (Z_TYPE_PP(fields) != IS_ARRAY) {
Z_TYPE_PP         670 ext/dbase/dbase.c 		if (Z_TYPE_PP (field) != IS_ARRAY) {
Z_TYPE_PP        1863 ext/dom/node.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1874 ext/dom/node.c 		    Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        1877 ext/dom/node.c 				if (Z_TYPE_PP(tmpns) == IS_STRING) {
Z_TYPE_PP        1913 ext/dom/node.c 				if (Z_TYPE_PP(tmpns) == IS_STRING) {
Z_TYPE_PP        3175 ext/fbsql/php_fbsql.c 		if ((Z_TYPE_PP(field) == IS_STRING) && (result->metaData))
Z_TYPE_PP         665 ext/fdf/fdf.c  	if (Z_TYPE_PP(value) == IS_ARRAY) {
Z_TYPE_PP         326 ext/filter/filter.c 		((flags & FILTER_NULL_ON_FAILURE && Z_TYPE_PP(value) == IS_NULL) || 
Z_TYPE_PP         327 ext/filter/filter.c 		(!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_PP(value) == IS_BOOL && Z_LVAL_PP(value) == 0)) &&
Z_TYPE_PP         446 ext/filter/filter.c 	if (Z_TYPE_PP(value) == IS_ARRAY) {
Z_TYPE_PP         459 ext/filter/filter.c 			if (Z_TYPE_PP(element) == IS_ARRAY) {
Z_TYPE_PP         545 ext/filter/filter.c 	if (filter_args && Z_TYPE_PP(filter_args) != IS_ARRAY) {
Z_TYPE_PP         575 ext/filter/filter.c 				if (Z_TYPE_PP(option) == IS_ARRAY) {
Z_TYPE_PP         585 ext/filter/filter.c 	if (Z_TYPE_PP(filtered) == IS_ARRAY) {
Z_TYPE_PP         645 ext/filter/filter.c 	} else if (Z_TYPE_PP(op) == IS_LONG) {
Z_TYPE_PP         651 ext/filter/filter.c 	} else if (Z_TYPE_PP(op) == IS_ARRAY) {
Z_TYPE_PP         714 ext/filter/filter.c 			if (Z_TYPE_PP(filter_args) == IS_LONG) {
Z_TYPE_PP         716 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         718 ext/filter/filter.c 			} else if (Z_TYPE_PP(filter_args) == IS_ARRAY && 
Z_TYPE_PP         720 ext/filter/filter.c 				Z_TYPE_PP(opt) == IS_ARRAY &&
Z_TYPE_PP         781 ext/filter/filter.c 		&& (Z_TYPE_PP(op) != IS_ARRAY)
Z_TYPE_PP         782 ext/filter/filter.c 		&& (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
Z_TYPE_PP         793 ext/filter/filter.c 			if (Z_TYPE_PP(op) == IS_LONG) {
Z_TYPE_PP         795 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         822 ext/filter/filter.c 		&& (Z_TYPE_PP(op) != IS_ARRAY)
Z_TYPE_PP         823 ext/filter/filter.c 		&& (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
Z_TYPE_PP         114 ext/filter/filter_private.h 	if (Z_TYPE_PP(zv) != IS_LONG) {                                                                      \
Z_TYPE_PP          59 ext/filter/logical_filters.c 			if (Z_TYPE_PP(option_val) == IS_STRING) {                                                                    \
Z_TYPE_PP        3724 ext/gd/gd.c    	if (Z_TYPE_PP(POINTS) != IS_ARRAY) {
Z_TYPE_PP        5338 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        5339 ext/gd/gd.c    			if (Z_TYPE_PP(var) != IS_ARRAY || zend_hash_num_elements(Z_ARRVAL_PP(var)) != 3 ) {
Z_TYPE_PP          78 ext/gd/gd_ctx.c 		if (argc >= 2 && Z_TYPE_PP(file) != IS_NULL) {
Z_TYPE_PP          92 ext/gd/gd_ctx.c 	if (argc > 1 && (Z_TYPE_PP(file) != IS_NULL && ((argc == 2) || (argc > 2 && Z_STRLEN_PP(file))))) {
Z_TYPE_PP         427 ext/gmp/gmp.c  if (Z_TYPE_PP(zval) == IS_RESOURCE) { \
Z_TYPE_PP         449 ext/gmp/gmp.c  	switch (Z_TYPE_PP(val)) {
Z_TYPE_PP         530 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
Z_TYPE_PP         584 ext/gmp/gmp.c  	if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) {
Z_TYPE_PP         784 ext/gmp/gmp.c  	if (Z_TYPE_PP(gmpnumber_arg) == IS_RESOURCE) {
Z_TYPE_PP        1038 ext/gmp/gmp.c  	if (Z_TYPE_PP(a_arg) == IS_RESOURCE) {
Z_TYPE_PP        1068 ext/gmp/gmp.c  	if (Z_TYPE_PP(base_arg) == IS_LONG && Z_LVAL_PP(base_arg) >= 0) {
Z_TYPE_PP        1106 ext/gmp/gmp.c  	if (Z_TYPE_PP(exp_arg) == IS_LONG && Z_LVAL_PP(exp_arg) >= 0) {
Z_TYPE_PP        1336 ext/gmp/gmp.c  	if (Z_TYPE_PP(b_arg) == IS_LONG) {
Z_TYPE_PP        2075 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
Z_TYPE_PP        2094 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
Z_TYPE_PP        2106 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
Z_TYPE_PP        2129 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) != IS_STRING) {
Z_TYPE_PP        2277 ext/iconv/iconv.c 				if (Z_TYPE_PP(elem) != IS_ARRAY) {
Z_TYPE_PP        1929 ext/imap/php_imap.c 	switch (Z_TYPE_PP(out))
Z_TYPE_PP        2971 ext/imap/php_imap.c 	if (Z_TYPE_PP(envelope) != IS_ARRAY) {
Z_TYPE_PP        2976 ext/imap/php_imap.c 	if (Z_TYPE_PP(body) != IS_ARRAY) {
Z_TYPE_PP        3028 ext/imap/php_imap.c 		if (Z_TYPE_PP(pvalue) == IS_ARRAY) {
Z_TYPE_PP        3044 ext/imap/php_imap.c 	if (zend_hash_get_current_data(Z_ARRVAL_PP(body), (void **) &data) != SUCCESS || Z_TYPE_PP(data) != IS_ARRAY) {
Z_TYPE_PP        3049 ext/imap/php_imap.c 	if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP        3070 ext/imap/php_imap.c 			if(Z_TYPE_PP(pvalue) == IS_ARRAY) {
Z_TYPE_PP        3104 ext/imap/php_imap.c 			if (Z_TYPE_PP(pvalue) == IS_ARRAY) {
Z_TYPE_PP        3147 ext/imap/php_imap.c 		if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP        3183 ext/imap/php_imap.c 				if(Z_TYPE_PP(pvalue) == IS_ARRAY) {
Z_TYPE_PP        3217 ext/imap/php_imap.c 				if (Z_TYPE_PP(pvalue) == IS_ARRAY) {
Z_TYPE_PP         146 ext/interbase/ibase_events.c 	if (Z_TYPE_PP(args[0]) == IS_RESOURCE) {
Z_TYPE_PP         282 ext/interbase/ibase_events.c 	if (Z_TYPE_PP(args[0]) != IS_STRING) {
Z_TYPE_PP         895 ext/interbase/interbase.c 			if (Z_TYPE_PP(args[i]) == IS_RESOURCE) {
Z_TYPE_PP         127 ext/json/json.c     if (Z_TYPE_PP(val) == IS_ARRAY) {
Z_TYPE_PP         182 ext/json/json.c                         if (key[0] == '\0' && Z_TYPE_PP(val) == IS_OBJECT) {
Z_TYPE_PP         716 ext/ldap/ldap.c 			if (Z_TYPE_PP(attrs) != IS_ARRAY) {
Z_TYPE_PP         739 ext/ldap/ldap.c 			if (Z_TYPE_PP(link) != IS_ARRAY) {
Z_TYPE_PP         744 ext/ldap/ldap.c 				if (Z_TYPE_PP(base_dn) == IS_STRING) {
Z_TYPE_PP         756 ext/ldap/ldap.c 	if (Z_TYPE_PP(link) == IS_ARRAY) {
Z_TYPE_PP         770 ext/ldap/ldap.c 		if (Z_TYPE_PP(base_dn) == IS_ARRAY) {
Z_TYPE_PP         783 ext/ldap/ldap.c 			if (Z_TYPE_PP(base_dn) == IS_STRING) {
Z_TYPE_PP         790 ext/ldap/ldap.c 		if (Z_TYPE_PP(filter) == IS_ARRAY) {
Z_TYPE_PP         827 ext/ldap/ldap.c 				if (Z_TYPE_PP(entry) == IS_STRING) {
Z_TYPE_PP        1398 ext/ldap/ldap.c 	if (Z_TYPE_PP(entry) != IS_ARRAY) {
Z_TYPE_PP        1439 ext/ldap/ldap.c 		if (Z_TYPE_PP(value) != IS_ARRAY) {
Z_TYPE_PP        1449 ext/ldap/ldap.c 		if ((num_values == 1) && (Z_TYPE_PP(value) != IS_ARRAY)) {
Z_TYPE_PP        1778 ext/ldap/ldap.c 	if (Z_TYPE_PP(link) == IS_NULL) {
Z_TYPE_PP        1851 ext/ldap/ldap.c 			if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval)))) {
Z_TYPE_PP        1860 ext/ldap/ldap.c 				if (Z_TYPE_PP(ctrlval) != IS_ARRAY) {
Z_TYPE_PP        1291 ext/mbstring/mbstring.c 		switch (Z_TYPE_PP(arg1)) {
Z_TYPE_PP        1344 ext/mbstring/mbstring.c 		switch (Z_TYPE_PP(arg1)) {
Z_TYPE_PP        1675 ext/mbstring/mbstring.c 		if (Z_TYPE_PP(zoffset) == IS_STRING) {
Z_TYPE_PP        2471 ext/mbstring/mbstring.c 		switch (Z_TYPE_PP(arg_old)) {
Z_TYPE_PP        2624 ext/mbstring/mbstring.c 		switch (Z_TYPE_PP(arg_list)) {
Z_TYPE_PP        3043 ext/mbstring/mbstring.c 	switch (Z_TYPE_PP(args[1])) {
Z_TYPE_PP        3068 ext/mbstring/mbstring.c 					if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3078 ext/mbstring/mbstring.c 				if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3083 ext/mbstring/mbstring.c 							if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) {
Z_TYPE_PP        3097 ext/mbstring/mbstring.c 							} else if (Z_TYPE_PP(hash_entry) == IS_STRING) {
Z_TYPE_PP        3106 ext/mbstring/mbstring.c 				} else if (Z_TYPE_PP(var) == IS_STRING) {
Z_TYPE_PP        3149 ext/mbstring/mbstring.c 				if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3159 ext/mbstring/mbstring.c 			if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3164 ext/mbstring/mbstring.c 						if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) {
Z_TYPE_PP        3179 ext/mbstring/mbstring.c 						} else if (Z_TYPE_PP(hash_entry) == IS_STRING) {
Z_TYPE_PP        3195 ext/mbstring/mbstring.c 			} else if (Z_TYPE_PP(var) == IS_STRING) {
Z_TYPE_PP        3261 ext/mbstring/mbstring.c 	if (Z_TYPE_PP(arg2) == IS_ARRAY){
Z_TYPE_PP         541 ext/mbstring/php_mbregex.c 	if (Z_TYPE_PP(arg_pattern) != IS_STRING) {
Z_TYPE_PP         543 ext/mbstring/php_mbregex.c 		if (Z_TYPE_PP(arg_pattern) == IS_DOUBLE) {
Z_TYPE_PP         672 ext/mbstring/php_mbregex.c 	if (Z_TYPE_PP(arg_pattern_zval) == IS_STRING) {
Z_TYPE_PP         388 ext/ming/ming.c 	if (Z_TYPE_PP(zfile) != IS_RESOURCE) {
Z_TYPE_PP         398 ext/ming/ming.c 		if (Z_TYPE_PP(zmask) != IS_RESOURCE) {
Z_TYPE_PP        1822 ext/ming/ming.c 	if(Z_TYPE_PP(zfile) != IS_RESOURCE)
Z_TYPE_PP        1962 ext/ming/ming.c 			if(Z_TYPE_PP(zfile) != IS_RESOURCE)
Z_TYPE_PP        2069 ext/ming/ming.c 			if(Z_TYPE_PP(zfile) != IS_RESOURCE)
Z_TYPE_PP        2464 ext/ming/ming.c 	if (Z_TYPE_PP(x) == IS_RESOURCE) {
Z_TYPE_PP        2595 ext/ming/ming.c 	if (Z_TYPE_PP(zfile) != IS_RESOURCE) {
Z_TYPE_PP        1169 ext/mssql/php_mssql.c 	if (Z_TYPE_PP(mssql_result_index)==IS_RESOURCE && Z_LVAL_PP(mssql_result_index)==0) {
Z_TYPE_PP        1298 ext/mssql/php_mssql.c 	if (Z_TYPE_PP(mssql_result_index)==IS_RESOURCE && Z_LVAL_PP(mssql_result_index)==0) {
Z_TYPE_PP        1822 ext/mssql/php_mssql.c 	switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        2242 ext/mssql/php_mssql.c 	if (Z_TYPE_PP(mssql_statement_index)==IS_RESOURCE && Z_LVAL_PP(mssql_statement_index)==0) {
Z_TYPE_PP        1785 ext/mysql/php_mysql.c 		switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        2495 ext/mysql/php_mysql.c 	if (Z_TYPE_PP(result)==IS_RESOURCE && Z_LVAL_PP(result)==0) {
Z_TYPE_PP        1304 ext/mysqli/mysqli_api.c 	switch (Z_TYPE_PP(&mysql_value)) {
Z_TYPE_PP         427 ext/odbc/birdstep.c 	if ( Z_TYPE_PP(col) == IS_STRING ) {
Z_TYPE_PP         957 ext/odbc/php_odbc.c 			if (Z_TYPE_PP(pv_param_arr) != IS_ARRAY) {
Z_TYPE_PP         993 ext/odbc/php_odbc.c 			if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP        1551 ext/odbc/php_odbc.c 	if (Z_TYPE_PP(pv_res_arr) != IS_ARRAY) {
Z_TYPE_PP        1749 ext/odbc/php_odbc.c 	if (Z_TYPE_PP(pv_field) == IS_STRING) {
Z_TYPE_PP         813 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_RESOURCE) {
Z_TYPE_PP         834 ext/openssl/openssl.c 	if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) {
Z_TYPE_PP        1370 ext/openssl/openssl.c 	if (Z_TYPE_PP(zcerts) == IS_ARRAY) {
Z_TYPE_PP        1831 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_RESOURCE) {
Z_TYPE_PP        1843 ext/openssl/openssl.c 	} else if (Z_TYPE_PP(val) != IS_STRING) {
Z_TYPE_PP        2262 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_ARRAY) {
Z_TYPE_PP        2272 ext/openssl/openssl.c 		if (Z_TYPE_PP(zphrase) == IS_STRING) {
Z_TYPE_PP        2288 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_RESOURCE) {
Z_TYPE_PP        2333 ext/openssl/openssl.c 		if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) {
Z_TYPE_PP        2914 ext/openssl/openssl.c 	if (Z_TYPE_PP(zrecipcerts) == IS_ARRAY) {
Z_TYPE_PP        1271 ext/pcre/php_pcre.c 	if (!is_callable_replace && Z_TYPE_PP(replace) == IS_ARRAY && Z_TYPE_PP(regex) != IS_ARRAY) {
Z_TYPE_PP        1277 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(replace) != IS_ARRAY)
Z_TYPE_PP        1302 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(regex) != IS_ARRAY)
Z_TYPE_PP        1306 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(subject) == IS_ARRAY) {
Z_TYPE_PP         283 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         517 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         518 ext/pdo/pdo_dbh.c 			|| Z_TYPE_PP(item) != IS_STRING
Z_TYPE_PP         542 ext/pdo/pdo_dbh.c 			if (Z_TYPE_PP(item) != IS_ARRAY) {
Z_TYPE_PP         722 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         759 ext/pdo/pdo_dbh.c 				|| Z_TYPE_PP(item) != IS_STRING
Z_TYPE_PP         787 ext/pdo/pdo_dbh.c 				if (Z_TYPE_PP(item) != IS_ARRAY) {
Z_TYPE_PP         774 ext/pdo/pdo_stmt.c 		if (Z_TYPE_PP(object) == IS_STRING) { /* static call */
Z_TYPE_PP         782 ext/pdo/pdo_stmt.c 		} else if (Z_TYPE_PP(object) == IS_OBJECT) { /* object call */
Z_TYPE_PP         789 ext/pdo/pdo_stmt.c 		if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        1122 ext/pdo/pdo_stmt.c 							if (Z_TYPE_PP(curr_val) != IS_ARRAY) {
Z_TYPE_PP        1978 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        1980 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        1994 ext/pdo/pdo_stmt.c 			if (Z_TYPE_PP(args[skip+1]) != IS_OBJECT) {
Z_TYPE_PP         639 ext/pgsql/pgsql.c 		if (i == 1 && ZEND_NUM_ARGS() == 2 && Z_TYPE_PP(args[i]) == IS_LONG) {
Z_TYPE_PP        1246 ext/pgsql/pgsql.c 	if (Z_TYPE_PP(pv_param_arr) != IS_ARRAY) {
Z_TYPE_PP        1281 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP        1469 ext/pgsql/pgsql.c 	if (Z_TYPE_PP(pv_param_arr) != IS_ARRAY) {
Z_TYPE_PP        1506 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP        1965 ext/pgsql/pgsql.c 	switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        2328 ext/pgsql/pgsql.c 	switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        4066 ext/pgsql/pgsql.c 	if (Z_TYPE_PP(pv_param_arr) != IS_ARRAY) {
Z_TYPE_PP        4103 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP        4211 ext/pgsql/pgsql.c 	if (Z_TYPE_PP(pv_param_arr) != IS_ARRAY) {
Z_TYPE_PP        4246 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP        4724 ext/pgsql/pgsql.c 		if (!err && (Z_TYPE_PP(val) == IS_ARRAY ||
Z_TYPE_PP        4725 ext/pgsql/pgsql.c 			 Z_TYPE_PP(val) == IS_OBJECT ||
Z_TYPE_PP        4726 ext/pgsql/pgsql.c 			 Z_TYPE_PP(val) == IS_CONSTANT_ARRAY)) {
Z_TYPE_PP        4737 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        4791 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        4833 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        4873 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        4924 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        4965 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        4998 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        5029 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        5060 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        5091 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        5170 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        5218 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        5412 ext/pgsql/pgsql.c 		switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        5424 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        5517 ext/pgsql/pgsql.c 		switch(Z_TYPE_PP(val)) {
Z_TYPE_PP         566 ext/posix/posix.c 	switch (Z_TYPE_PP(z_fd)) {
Z_TYPE_PP         610 ext/posix/posix.c 	switch (Z_TYPE_PP(z_fd)) {
Z_TYPE_PP        1856 ext/reflection/php_reflection.c 				if (Z_TYPE_PP(classref) == IS_OBJECT) {
Z_TYPE_PP        1874 ext/reflection/php_reflection.c 						"Method %s::%s() does not exist", Z_STRVAL_PP(classref), Z_TYPE_PP(method), Z_STRVAL_PP(method));
Z_TYPE_PP        1888 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(parameter) == IS_LONG) {
Z_TYPE_PP        2345 ext/reflection/php_reflection.c 		if ((Z_TYPE_PP(params[0]) != IS_OBJECT)) {
Z_TYPE_PP         333 ext/session/session.c 			if ((Z_TYPE_PP(sym_global) == IS_ARRAY && Z_ARRVAL_PP(sym_global) == &EG(symbol_table)) || *sym_global == PS(http_session_vars)) {
Z_TYPE_PP         367 ext/session/session.c 			if ((Z_TYPE_PP(old_symbol) == IS_ARRAY && Z_ARRVAL_PP(old_symbol) == &EG(symbol_table)) || *old_symbol == PS(http_session_vars)) {
Z_TYPE_PP         422 ext/session/session.c 				&& Z_TYPE_PP(*state_var) == IS_NULL) {
Z_TYPE_PP         493 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         581 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         729 ext/session/session.c 			Z_TYPE_PP(array) == IS_ARRAY &&
Z_TYPE_PP         870 ext/session/session.c 					&& val && Z_TYPE_PP(val) != IS_NULL) {
Z_TYPE_PP         901 ext/session/session.c 				if (Z_TYPE_PP(val) == IS_NULL) {
Z_TYPE_PP        1257 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
Z_TYPE_PP        1269 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
Z_TYPE_PP        1279 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
Z_TYPE_PP        1294 ext/session/session.c 			Z_TYPE_PP(data) == IS_STRING &&
Z_TYPE_PP        1315 ext/session/session.c 			Z_TYPE_PP(data) == IS_STRING &&
Z_TYPE_PP        1659 ext/session/session.c 	if (Z_TYPE_PP(entry) == IS_ARRAY) {
Z_TYPE_PP        1712 ext/session/session.c 		if (Z_TYPE_PP(args[i]) == IS_ARRAY)
Z_TYPE_PP        1017 ext/simplexml/simplexml.c 		if (Z_TYPE_PP(data_ptr) == IS_ARRAY) {
Z_TYPE_PP         444 ext/soap/php_encoding.c 				if (Z_TYPE_PP(tmp) == IS_STRING &&
Z_TYPE_PP        1419 ext/soap/php_encoding.c 		    Z_TYPE_PP(classname) == IS_STRING &&
Z_TYPE_PP        1628 ext/soap/php_encoding.c 						if (Z_TYPE_PP(val) == IS_NULL && model->u.element->nillable) {
Z_TYPE_PP        1892 ext/soap/php_encoding.c 					if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) {
Z_TYPE_PP        2259 ext/soap/php_encoding.c 				if (el != NULL && Z_TYPE_PP(el) == IS_ARRAY &&
Z_TYPE_PP        2263 ext/soap/php_encoding.c 					if (Z_TYPE_PP(el) == IS_ARRAY) {
Z_TYPE_PP        2641 ext/soap/php_encoding.c 			if (Z_TYPE_PP(temp_data) != IS_NULL) {
Z_TYPE_PP        3450 ext/soap/php_encoding.c 		if (Z_TYPE_PP(tmp) == IS_OBJECT &&
Z_TYPE_PP        3471 ext/soap/php_encoding.c 		} else if (Z_TYPE_PP(tmp) == IS_ARRAY && is_map(*tmp)) {
Z_TYPE_PP        3476 ext/soap/php_encoding.c 			cur_type = Z_TYPE_PP(tmp);
Z_TYPE_PP         123 ext/soap/php_http.c 	    Z_TYPE_PP(proxy_host) == IS_STRING &&
Z_TYPE_PP         125 ext/soap/php_http.c 	    Z_TYPE_PP(proxy_port) == IS_LONG) {
Z_TYPE_PP         134 ext/soap/php_http.c 	    Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) {
Z_TYPE_PP         251 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         299 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 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         469 ext/soap/php_http.c 		    Z_TYPE_PP(login) == IS_STRING) {
Z_TYPE_PP         473 ext/soap/php_http.c 				if (Z_TYPE_PP(digest) == IS_ARRAY) {
Z_TYPE_PP         485 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         497 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         502 ext/soap/php_http.c 					    Z_TYPE_PP(password) == IS_STRING) {
Z_TYPE_PP         508 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING &&
Z_TYPE_PP         515 ext/soap/php_http.c 						    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         553 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         558 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         574 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         579 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         598 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         609 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         623 ext/soap/php_http.c 				    Z_TYPE_PP(password) == IS_STRING) {
Z_TYPE_PP         655 ext/soap/php_http.c 					if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP         659 ext/soap/php_http.c 						    Z_TYPE_PP(value) == IS_STRING) {
Z_TYPE_PP         950 ext/soap/php_http.c 		     Z_TYPE_PP(digest) != IS_ARRAY) &&
Z_TYPE_PP         952 ext/soap/php_http.c 		    Z_TYPE_PP(login) == IS_STRING &&
Z_TYPE_PP         954 ext/soap/php_http.c 		    Z_TYPE_PP(password) == IS_STRING) {
Z_TYPE_PP        3144 ext/soap/php_sdl.c 	    Z_TYPE_PP(proxy_host) == IS_STRING &&
Z_TYPE_PP        3146 ext/soap/php_sdl.c 	    Z_TYPE_PP(proxy_port) == IS_LONG) {
Z_TYPE_PP         788 ext/soap/soap.c 		if (Z_TYPE_PP(t_ns) == IS_STRING && Z_TYPE_PP(t_code) == IS_STRING) {
Z_TYPE_PP         918 ext/soap/soap.c 		if (Z_TYPE_PP(tmp) != IS_ARRAY) {
Z_TYPE_PP         933 ext/soap/soap.c 					if (Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         935 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP         939 ext/soap/soap.c 					if (Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         941 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        1054 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG ||
Z_TYPE_PP        1061 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1069 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1074 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1086 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        1095 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY &&
Z_TYPE_PP        1101 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        1106 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        1111 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG)) {
Z_TYPE_PP        1203 ext/soap/soap.c 	if (Z_TYPE_PP(argv[0]) == IS_STRING) {
Z_TYPE_PP        1349 ext/soap/soap.c 				if (Z_TYPE_PP(tmp_function) != IS_STRING) {
Z_TYPE_PP        1499 ext/soap/soap.c 			    Z_TYPE_PP(server_vars) == IS_ARRAY &&
Z_TYPE_PP        1501 ext/soap/soap.c 			    Z_TYPE_PP(encoding) == IS_STRING) {
Z_TYPE_PP        1600 ext/soap/soap.c 			    Z_TYPE_PP(tmp_soap) == IS_OBJECT &&
Z_TYPE_PP        1733 ext/soap/soap.c 					    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        1749 ext/soap/soap.c 						    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        2023 ext/soap/soap.c 		Z_TYPE_PP(agent_name) == IS_STRING) {
Z_TYPE_PP        2122 ext/soap/soap.c 		     Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0)) {
Z_TYPE_PP        2328 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2336 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2342 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2349 ext/soap/soap.c 				Z_TYPE_PP(tmp) == IS_RESOURCE) {
Z_TYPE_PP        2354 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2362 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG ||
Z_TYPE_PP        2368 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2371 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2375 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2381 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2384 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2388 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2391 ext/soap/soap.c 				    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2397 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2403 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2408 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
Z_TYPE_PP        2414 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
Z_TYPE_PP        2420 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2429 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2441 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        2455 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY &&
Z_TYPE_PP        2461 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2466 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) {
Z_TYPE_PP        2475 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2480 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2630 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2649 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2656 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        2665 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2773 ext/soap/soap.c 		   Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0)) {
Z_TYPE_PP        2800 ext/soap/soap.c 		if (Z_TYPE_PP(tmp) != IS_OBJECT ||
Z_TYPE_PP        2837 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2842 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2847 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3161 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3829 ext/soap/soap.c 			      Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3835 ext/soap/soap.c 				    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3872 ext/soap/soap.c 		if (zend_hash_find(prop, "faultcodens", sizeof("faultcodens"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3876 ext/soap/soap.c 		if (zend_hash_find(prop, "_name", sizeof("_name"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3978 ext/soap/soap.c 			    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        4023 ext/soap/soap.c 		    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        4050 ext/soap/soap.c 					      Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4056 ext/soap/soap.c 						    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4251 ext/soap/soap.c 			    Z_TYPE_PP(name) == IS_STRING &&
Z_TYPE_PP        4253 ext/soap/soap.c 			    Z_TYPE_PP(ns) == IS_STRING) {
Z_TYPE_PP        4288 ext/soap/soap.c 				    Z_TYPE_PP(tmp) == IS_BOOL && Z_LVAL_PP(tmp)) {
Z_TYPE_PP        4296 ext/soap/soap.c 					if (Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4302 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         912 ext/spl/spl_array.c 	if (Z_TYPE_PP(array) == IS_ARRAY) {
Z_TYPE_PP         927 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         937 ext/spl/spl_array.c 		if (Z_TYPE_PP(array) != IS_OBJECT && Z_TYPE_PP(array) != IS_ARRAY) {
Z_TYPE_PP         953 ext/spl/spl_array.c 	if (Z_TYPE_PP(array) == IS_OBJECT) {
Z_TYPE_PP        1044 ext/spl/spl_array.c 	if (Z_TYPE_PP(array) == IS_OBJECT && intern == (spl_array_object*)zend_object_store_get_object(object TSRMLS_CC)) {
Z_TYPE_PP        1048 ext/spl/spl_array.c 	} else 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        1053 ext/spl/spl_array.c 		if (Z_TYPE_PP(array) != IS_OBJECT && !HASH_OF(*array)) {
Z_TYPE_PP        1360 ext/spl/spl_array.c 	RETURN_BOOL(Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT);
Z_TYPE_PP        1386 ext/spl/spl_array.c 	if (Z_TYPE_PP(entry) == IS_OBJECT && instanceof_function(Z_OBJCE_PP(entry), Z_OBJCE_P(getThis()) TSRMLS_CC)) {
Z_TYPE_PP        1676 ext/spl/spl_directory.c 				return Z_TYPE_PP(first) == IS_STRING && Z_STRLEN_PP(first) == 0;
Z_TYPE_PP         632 ext/sqlite/sqlite.c 		Z_TYPE_PP(context_p) = IS_NULL;
Z_TYPE_PP         981 ext/standard/array.c 		if (zend_get_parameters_ex(1, &arr) == FAILURE || Z_TYPE_PP(arr) != IS_ARRAY) {
Z_TYPE_PP        1031 ext/standard/array.c 		if (zend_get_parameters_ex(1, &arr) == FAILURE || Z_TYPE_PP(arr) != IS_ARRAY) {
Z_TYPE_PP        1084 ext/standard/array.c 		if (recursive && Z_TYPE_PP(args[0]) == IS_ARRAY) {
Z_TYPE_PP        1239 ext/standard/array.c 	if (Z_TYPE_PP(array) != IS_ARRAY) {
Z_TYPE_PP        1386 ext/standard/array.c 	if (Z_TYPE_PP(var_array) != IS_ARRAY) {
Z_TYPE_PP        1572 ext/standard/array.c 	switch (Z_TYPE_PP(start_key)) {
Z_TYPE_PP        1625 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
Z_TYPE_PP        1631 ext/standard/array.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        2012 ext/standard/array.c 	if (Z_TYPE_PP(stack) != IS_ARRAY) {
Z_TYPE_PP        2233 ext/standard/array.c 	if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) {
Z_TYPE_PP        2315 ext/standard/array.c 					if (Z_TYPE_PP(dest_entry) == IS_NULL) {
Z_TYPE_PP        2321 ext/standard/array.c 					if (Z_TYPE_PP(src_entry) == IS_NULL) {
Z_TYPE_PP        2379 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        2443 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
Z_TYPE_PP        2505 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
Z_TYPE_PP        2541 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
Z_TYPE_PP        2553 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
Z_TYPE_PP        2564 ext/standard/array.c 		} else if (Z_TYPE_PP(entry) == IS_STRING) {
Z_TYPE_PP        2600 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
Z_TYPE_PP        2657 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
Z_TYPE_PP        2751 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
Z_TYPE_PP        2753 ext/standard/array.c 		} else if (Z_TYPE_PP(entry) == IS_STRING) {
Z_TYPE_PP        2788 ext/standard/array.c 	if (Z_TYPE_PP(array) != IS_ARRAY) {
Z_TYPE_PP        2995 ext/standard/array.c 	if (Z_TYPE_PP(args[0]) != IS_ARRAY) {
Z_TYPE_PP        3007 ext/standard/array.c 				if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3026 ext/standard/array.c 				if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3207 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3473 ext/standard/array.c 	if (Z_TYPE_PP(args[0]) != IS_ARRAY) {
Z_TYPE_PP        3485 ext/standard/array.c 				if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3504 ext/standard/array.c 				if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3685 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3991 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) == IS_ARRAY) {
Z_TYPE_PP        4006 ext/standard/array.c 		} else if (Z_TYPE_PP(args[i]) == IS_LONG) {
Z_TYPE_PP        4147 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
Z_TYPE_PP        4217 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
Z_TYPE_PP        4228 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT)
Z_TYPE_PP        4264 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
Z_TYPE_PP        4278 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT)
Z_TYPE_PP        4318 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
Z_TYPE_PP        4410 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
Z_TYPE_PP        4523 ext/standard/array.c 		if (Z_TYPE_PP(pargs[i]) != IS_ARRAY) {
Z_TYPE_PP        4655 ext/standard/array.c 	if (Z_TYPE_PP(array) != IS_ARRAY && Z_TYPE_PP(array) != IS_OBJECT) {
Z_TYPE_PP        4660 ext/standard/array.c 	switch (Z_TYPE_PP(key)) {
Z_TYPE_PP        4781 ext/standard/array.c 		if (Z_TYPE_PP(entry_keys) == IS_STRING) {
Z_TYPE_PP        4784 ext/standard/array.c 		} else if (Z_TYPE_PP(entry_keys) == IS_LONG) {
Z_TYPE_PP         153 ext/standard/assert.c 	if (Z_TYPE_PP(assertion) == IS_STRING) {
Z_TYPE_PP        4572 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        4593 ext/standard/basic_functions.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        4639 ext/standard/basic_functions.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        4722 ext/standard/basic_functions.c 				if(Z_TYPE_PP(args) != IS_ARRAY) {
Z_TYPE_PP        4732 ext/standard/basic_functions.c 				if(Z_TYPE_PP(args) != IS_ARRAY) {
Z_TYPE_PP        5094 ext/standard/basic_functions.c 	if (Z_TYPE_PP(params[0]) != IS_STRING && Z_TYPE_PP(params[0]) != IS_ARRAY) {
Z_TYPE_PP        5154 ext/standard/basic_functions.c 	if (Z_TYPE_PP(func) != IS_STRING && Z_TYPE_PP(func) != IS_ARRAY) {
Z_TYPE_PP        5213 ext/standard/basic_functions.c 	if (Z_TYPE_PP(params[1]) != IS_OBJECT && Z_TYPE_PP(params[1]) != IS_STRING) {
Z_TYPE_PP        5245 ext/standard/basic_functions.c 	if (Z_TYPE_PP(obj) != IS_OBJECT && Z_TYPE_PP(obj) != IS_STRING) {
Z_TYPE_PP        5348 ext/standard/basic_functions.c 						&& Z_TYPE_PP(obj) == IS_OBJECT
Z_TYPE_PP        5349 ext/standard/basic_functions.c 						&& Z_TYPE_PP(method) == IS_STRING ) {
Z_TYPE_PP        6072 ext/standard/basic_functions.c 	if (Z_TYPE_PP(function) != IS_ARRAY) {
Z_TYPE_PP          38 ext/standard/browscap.c 	if (Z_TYPE_PP(zvalue) == IS_ARRAY) {
Z_TYPE_PP          41 ext/standard/browscap.c 	} else if (Z_TYPE_PP(zvalue) == IS_STRING) {
Z_TYPE_PP         301 ext/standard/browscap.c 	if (agent_name == NULL || Z_TYPE_PP(agent_name) == IS_NULL) {
Z_TYPE_PP        1969 ext/standard/file.c  		if (Z_TYPE_PP(field) != IS_STRING) {
Z_TYPE_PP        2078 ext/standard/file.c 		if (len_zv != NULL && Z_TYPE_PP(len_zv) != IS_NULL) {
Z_TYPE_PP         400 ext/standard/filestat.c 	if (Z_TYPE_PP(group) == IS_STRING) {
Z_TYPE_PP         497 ext/standard/filestat.c 	if (Z_TYPE_PP(user) == IS_STRING) {
Z_TYPE_PP        1194 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_STRING) {
Z_TYPE_PP        1229 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_LONG) {
Z_TYPE_PP        1252 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_LONG) {
Z_TYPE_PP        1278 ext/standard/filters.c 		if (Z_TYPE_PP(tmpval) != IS_BOOL) {
Z_TYPE_PP         513 ext/standard/ftp_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) == IS_LONG &&
Z_TYPE_PP          82 ext/standard/http.c 		if (Z_TYPE_PP(zdata) == IS_ARRAY || Z_TYPE_PP(zdata) == IS_OBJECT) {
Z_TYPE_PP         135 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 TSRMLS_CC);
Z_TYPE_PP         138 ext/standard/http.c 		} else if (Z_TYPE_PP(zdata) == IS_NULL || Z_TYPE_PP(zdata) == IS_RESOURCE) {
Z_TYPE_PP         162 ext/standard/http.c 			switch (Z_TYPE_PP(zdata)) {
Z_TYPE_PP         125 ext/standard/http_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) != IS_STRING ||
Z_TYPE_PP         155 ext/standard/http_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) == IS_STRING &&
Z_TYPE_PP         253 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0) {
Z_TYPE_PP         322 ext/standard/http_fopen_wrapper.c 		Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval)) {
Z_TYPE_PP         425 ext/standard/http_fopen_wrapper.c 		Z_TYPE_PP(ua_zval) == IS_STRING) {
Z_TYPE_PP         463 ext/standard/http_fopen_wrapper.c 				Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0
Z_TYPE_PP         478 ext/standard/http_fopen_wrapper.c 		Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0) {
Z_TYPE_PP         134 ext/standard/info.c 		&& (Z_TYPE_PP(data)==IS_ARRAY)) {
Z_TYPE_PP         164 ext/standard/info.c 			if (Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP         172 ext/standard/info.c 			} else if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP          64 ext/standard/math.c 	if (Z_TYPE_PP(value) == IS_DOUBLE) {
Z_TYPE_PP          66 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
Z_TYPE_PP          89 ext/standard/math.c 	if (Z_TYPE_PP(value) == IS_DOUBLE) {
Z_TYPE_PP          91 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
Z_TYPE_PP         112 ext/standard/math.c 	if (Z_TYPE_PP(value) == IS_DOUBLE) {
Z_TYPE_PP         114 ext/standard/math.c 	} else if (Z_TYPE_PP(value) == IS_LONG) {
Z_TYPE_PP         143 ext/standard/math.c 	switch (Z_TYPE_PP(value)) {
Z_TYPE_PP         152 ext/standard/math.c 			return_val = (Z_TYPE_PP(value) == IS_LONG) ?
Z_TYPE_PP        1094 ext/standard/math.c 		if (Z_TYPE_PP(d_p) != IS_NULL) { 
Z_TYPE_PP        1102 ext/standard/math.c 		if (Z_TYPE_PP(t_s) != IS_NULL) {
Z_TYPE_PP         522 ext/standard/proc_open.c 			if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) &&
Z_TYPE_PP         528 ext/standard/proc_open.c 			if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) &&
Z_TYPE_PP         571 ext/standard/proc_open.c 		if (Z_TYPE_PP(descitem) == IS_RESOURCE) {
Z_TYPE_PP         597 ext/standard/proc_open.c 		} else if (Z_TYPE_PP(descitem) != IS_ARRAY) {
Z_TYPE_PP         212 ext/standard/reg.c 	if (Z_TYPE_PP(regex) == IS_STRING) {
Z_TYPE_PP         216 ext/standard/reg.c 		if (Z_TYPE_PP(regex) == IS_DOUBLE)
Z_TYPE_PP         458 ext/standard/reg.c 	if (Z_TYPE_PP(arg_pattern) == IS_STRING) {
Z_TYPE_PP         470 ext/standard/reg.c 	if (Z_TYPE_PP(arg_replace) == IS_STRING) {
Z_TYPE_PP        1216 ext/standard/scanf.c 		Z_TYPE_PP(return_value) = IS_LONG;
Z_TYPE_PP         862 ext/standard/streamsfuncs.c 				&& Z_TYPE_PP(wval) == IS_ARRAY) {
Z_TYPE_PP        1157 ext/standard/string.c 		if (Z_TYPE_PP(arg1) != IS_ARRAY) {
Z_TYPE_PP        1169 ext/standard/string.c 		if (Z_TYPE_PP(arg1) == IS_ARRAY) {
Z_TYPE_PP        1173 ext/standard/string.c 		} else if (Z_TYPE_PP(arg2) == IS_ARRAY) {
Z_TYPE_PP        1712 ext/standard/string.c 	if (Z_TYPE_PP(needle) == IS_STRING) {
Z_TYPE_PP        1760 ext/standard/string.c 	if (Z_TYPE_PP(needle) == IS_STRING) {
Z_TYPE_PP        1819 ext/standard/string.c 	if (Z_TYPE_PP(needle) == IS_STRING) {
Z_TYPE_PP        1935 ext/standard/string.c 	if (Z_TYPE_PP(zneedle) == IS_STRING) {
Z_TYPE_PP        2008 ext/standard/string.c 	if (Z_TYPE_PP(zneedle) == IS_STRING) {
Z_TYPE_PP        2110 ext/standard/string.c 	if (Z_TYPE_PP(needle) == IS_STRING) {
Z_TYPE_PP        2327 ext/standard/string.c 	if (Z_TYPE_PP(str) != IS_ARRAY) {
Z_TYPE_PP        2330 ext/standard/string.c 	if (Z_TYPE_PP(repl) != IS_ARRAY) {
Z_TYPE_PP        2333 ext/standard/string.c 	if (Z_TYPE_PP(from) != IS_ARRAY) {
Z_TYPE_PP        2339 ext/standard/string.c 		if (Z_TYPE_PP(len) != IS_ARRAY) {
Z_TYPE_PP        2344 ext/standard/string.c 		if (Z_TYPE_PP(str) != IS_ARRAY) {
Z_TYPE_PP        2349 ext/standard/string.c 	if (Z_TYPE_PP(str) == IS_STRING) {
Z_TYPE_PP        2351 ext/standard/string.c 			(argc == 3 && Z_TYPE_PP(from) == IS_ARRAY) || 
Z_TYPE_PP        2352 ext/standard/string.c 			(argc == 4 && Z_TYPE_PP(from) != Z_TYPE_PP(len))
Z_TYPE_PP        2357 ext/standard/string.c 		if (argc == 4 && Z_TYPE_PP(from) == IS_ARRAY) {
Z_TYPE_PP        2365 ext/standard/string.c 	if (Z_TYPE_PP(str) != IS_ARRAY) {
Z_TYPE_PP        2366 ext/standard/string.c 		if (Z_TYPE_PP(from) != IS_ARRAY) {
Z_TYPE_PP        2401 ext/standard/string.c 			if (Z_TYPE_PP(repl) == IS_ARRAY) {
Z_TYPE_PP        2415 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        2427 ext/standard/string.c 		if (Z_TYPE_PP(from) == IS_ARRAY) {
Z_TYPE_PP        2431 ext/standard/string.c 		if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
Z_TYPE_PP        2435 ext/standard/string.c 		if (Z_TYPE_PP(repl) == IS_ARRAY) {
Z_TYPE_PP        2443 ext/standard/string.c 			if (Z_TYPE_PP(from) == IS_ARRAY) {
Z_TYPE_PP        2472 ext/standard/string.c 			if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
Z_TYPE_PP        2500 ext/standard/string.c 			if (Z_TYPE_PP(repl) == IS_ARRAY) {
Z_TYPE_PP        2768 ext/standard/string.c 				if (Z_TYPE_PP(trans) != IS_STRING) {
Z_TYPE_PP        2783 ext/standard/string.c 				if (Z_TYPE_PP(trans) != IS_STRING) {
Z_TYPE_PP        2813 ext/standard/string.c 	if (ac == 2 && Z_TYPE_PP(from) != IS_ARRAY) {
Z_TYPE_PP        3719 ext/standard/string.c 	if (Z_TYPE_PP(search) != IS_ARRAY) {
Z_TYPE_PP        3722 ext/standard/string.c 	} else if (Z_TYPE_PP(replace) != IS_ARRAY) {
Z_TYPE_PP        3727 ext/standard/string.c 	if (Z_TYPE_PP(subject) == IS_ARRAY) {
Z_TYPE_PP        3734 ext/standard/string.c 			if (Z_TYPE_PP(subject_entry) != IS_ARRAY && Z_TYPE_PP(subject_entry) != IS_OBJECT) {
Z_TYPE_PP        4114 ext/standard/string.c 	if (Z_TYPE_PP(pcategory) == IS_LONG) {
Z_TYPE_PP        4146 ext/standard/string.c 	if (Z_TYPE_PP(args[1]) == IS_ARRAY) {
Z_TYPE_PP        4153 ext/standard/string.c 		if (Z_TYPE_PP(args[1]) == IS_ARRAY) {
Z_TYPE_PP        4189 ext/standard/string.c 		if (Z_TYPE_PP(args[1]) == IS_ARRAY) {
Z_TYPE_PP          34 ext/standard/type.c 	switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         212 ext/standard/type.c 	if (Z_TYPE_PP(arg) == type) {
Z_TYPE_PP         312 ext/standard/type.c 	switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         343 ext/standard/type.c 	switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         686 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         699 ext/standard/url.c 		if (!hdr || Z_TYPE_PP(hdr) != IS_STRING) {
Z_TYPE_PP         107 ext/standard/var.c 	switch (Z_TYPE_PP(struc)) {
Z_TYPE_PP         261 ext/standard/var.c 	switch (Z_TYPE_PP(struc)) {
Z_TYPE_PP         301 ext/standard/var.c 			zend_hash_apply_with_arguments(myht, (apply_func_args_t) zval_element_dump_func, 1, level, (Z_TYPE_PP(struc) == IS_ARRAY ? 0 : 1));
Z_TYPE_PP         399 ext/standard/var.c 	switch (Z_TYPE_PP(struc)) {
Z_TYPE_PP         427 ext/standard/var.c 		zend_hash_apply_with_arguments(myht, (apply_func_args_t) php_array_element_export, 1, level, (Z_TYPE_PP(struc) == IS_ARRAY ? 0 : 1));
Z_TYPE_PP         593 ext/standard/var.c 			if (Z_TYPE_PP(name) != IS_STRING) {
Z_TYPE_PP         815 ext/standard/var.c 						|| (Z_TYPE_PP(data) == IS_ARRAY && Z_ARRVAL_PP(data)->nApplyCount > 1)
Z_TYPE_PP         819 ext/standard/var.c 						if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP         823 ext/standard/var.c 						if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP         708 ext/standard/var_unserializer.c 	Z_TYPE_PP(rval) = IS_ARRAY;
Z_TYPE_PP        1321 ext/sybase/php_sybase_db.c 	switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        1661 ext/sybase_ct/php_sybase_ct.c 	if (Z_TYPE_PP(sybase_result_index) == IS_RESOURCE && Z_LVAL_PP(sybase_result_index) == 0) {
Z_TYPE_PP        1830 ext/sybase_ct/php_sybase_ct.c 		switch (Z_TYPE_PP(object)) {
Z_TYPE_PP        2061 ext/sybase_ct/php_sybase_ct.c 	switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        2226 ext/sybase_ct/php_sybase_ct.c 	switch (Z_TYPE_PP(param)) {
Z_TYPE_PP          73 ext/tidy/tidy.c         if(Z_TYPE_PP(_val) == IS_ARRAY) { \
Z_TYPE_PP         463 ext/wddx/wddx.c 				if (Z_TYPE_PP(varname) != IS_STRING) {
Z_TYPE_PP        1173 ext/wddx/wddx.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT)
Z_TYPE_PP        1286 ext/wddx/wddx.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT)
Z_TYPE_PP         382 ext/xml/xml.c  	if (Z_TYPE_PP(data) != IS_ARRAY) {
Z_TYPE_PP         434 ext/xml/xml.c  					   Z_TYPE_PP(obj) == IS_OBJECT &&
Z_TYPE_PP         435 ext/xml/xml.c  					   Z_TYPE_PP(method) == IS_STRING) {
Z_TYPE_PP        1155 ext/xml/xml.c  	if (Z_TYPE_PP(mythis) != IS_OBJECT) {
Z_TYPE_PP         321 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
Z_TYPE_PP         332 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
Z_TYPE_PP         345 ext/xmlrpc/xmlrpc-epi-php.c 				if (Z_TYPE_PP(val) == IS_STRING) {
Z_TYPE_PP         363 ext/xmlrpc/xmlrpc-epi-php.c 		     if(Z_TYPE_PP(val) == IS_STRING) {
Z_TYPE_PP         373 ext/xmlrpc/xmlrpc-epi-php.c 		     if(Z_TYPE_PP(val) == IS_ARRAY) {
Z_TYPE_PP         379 ext/xmlrpc/xmlrpc-epi-php.c 		              if(Z_TYPE_PP(iter_val) == IS_STRING && Z_STRVAL_PP(iter_val)) {
Z_TYPE_PP         402 ext/xmlrpc/xmlrpc-epi-php.c 		     else if(Z_TYPE_PP(val) == IS_STRING) {
Z_TYPE_PP         648 ext/xmlrpc/xmlrpc-epi-php.c 			if (Z_TYPE_PP(method) == IS_NULL) {
Z_TYPE_PP         655 ext/xmlrpc/xmlrpc-epi-php.c 			if (Z_TYPE_PP(vals) != IS_NULL) {
Z_TYPE_PP         834 ext/xmlrpc/xmlrpc-epi-php.c 	if(Z_TYPE_PP(arg1) == IS_RESOURCE) {
Z_TYPE_PP        1388 ext/xmlrpc/xmlrpc-epi-php.c                if (Z_TYPE_PP(attr) == IS_STRING) {
Z_TYPE_PP        1452 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        1469 ext/xmlrpc/xmlrpc-epi-php.c 	if (Z_TYPE_PP(arg) != IS_ARRAY) {
Z_TYPE_PP         152 ext/xsl/xsltprocessor.c 			if (Z_TYPE_PP(value) != IS_STRING) {
Z_TYPE_PP        1824 ext/zip/php_zip.c 						switch (Z_TYPE_PP(zval_file)) {
Z_TYPE_PP         526 main/php_streams.h 		if (Z_TYPE_PP((zstream)) == IS_RESOURCE) { \
Z_TYPE_PP         528 main/php_streams.h 		} else (stream) = Z_TYPE_PP((zstream)) == IS_STRING ?  \
Z_TYPE_PP         183 main/php_variables.c 					|| Z_TYPE_PP(gpc_element_p) != IS_ARRAY) {
Z_TYPE_PP         610 main/php_variables.c 		if (Z_TYPE_PP(src_entry) != IS_ARRAY
Z_TYPE_PP         613 main/php_variables.c 			|| Z_TYPE_PP(dest_entry) != IS_ARRAY
Z_TYPE_PP         642 main/streams/xp_socket.c 		if (Z_TYPE_PP(tmpzval) != IS_STRING) {