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 (IS_CONSTANT_TYPE(Z_TYPE_PP(pp))) {
Z_TYPE_PP        3100 Zend/zend_API.c 					(Z_TYPE_PP(obj) == IS_OBJECT ||
Z_TYPE_PP        3101 Zend/zend_API.c 					Z_TYPE_PP(obj) == IS_STRING) &&
Z_TYPE_PP        3102 Zend/zend_API.c 					Z_TYPE_PP(method) == IS_STRING) {
Z_TYPE_PP        3104 Zend/zend_API.c 					if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        3169 Zend/zend_API.c 						if (!obj || (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT)) {
Z_TYPE_PP        3820 Zend/zend_API.c 				Z_TYPE_PP(property) = Z_TYPE_P(value);
Z_TYPE_PP        2040 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         384 Zend/zend_exceptions.c 	switch (Z_TYPE_PP(arg)) {
Z_TYPE_PP         524 Zend/zend_exceptions.c 	if (Z_TYPE_PP(frame) != IS_ARRAY) {
Z_TYPE_PP         538 Zend/zend_exceptions.c 		if (Z_TYPE_PP(file) != IS_STRING) {
Z_TYPE_PP         543 Zend/zend_exceptions.c 				if (Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         565 Zend/zend_exceptions.c 		if (Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP         565 Zend/zend_execute.c 	if (Z_TYPE_PP(object_ptr) == IS_NULL
Z_TYPE_PP         566 Zend/zend_execute.c 		|| (Z_TYPE_PP(object_ptr) == IS_BOOL && Z_LVAL_PP(object_ptr) == 0)
Z_TYPE_PP         567 Zend/zend_execute.c 		|| (Z_TYPE_PP(object_ptr) == IS_STRING && Z_STRLEN_PP(object_ptr) == 0)
Z_TYPE_PP        1494 Zend/zend_execute.c 	if (Z_TYPE_PP(pz) > 9) {
Z_TYPE_PP        1500 Zend/zend_execute.c 	} else if (Z_TYPE_PP(pz) == IS_ARRAY) {
Z_TYPE_PP        1502 Zend/zend_execute.c 	} else if (Z_TYPE_PP(pz) == IS_OBJECT) {
Z_TYPE_PP         200 Zend/zend_execute_API.c 	if (Z_TYPE_PP(zv) == IS_OBJECT && Z_REFCOUNT_PP(zv) == 1) {
Z_TYPE_PP         592 Zend/zend_object_handlers.c 				Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value);
Z_TYPE_PP        1505 Zend/zend_object_handlers.c 			result = (Z_TYPE_PP(value) != IS_NULL);
Z_TYPE_PP         383 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv)!=IS_##upper_type) {					\
Z_TYPE_PP         419 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv) != str_type) {				\
Z_TYPE_PP         433 Zend/zend_operators.h 	if (Z_TYPE_PP(ppzv)!=IS_LONG && Z_TYPE_PP(ppzv)!=IS_DOUBLE) {	\
Z_TYPE_PP         204 Zend/zend_variables.c 	if (Z_TYPE_PP(p) & (IS_LEXICAL_VAR|IS_LEXICAL_REF)) {
Z_TYPE_PP         205 Zend/zend_variables.c 		is_ref = Z_TYPE_PP(p) & IS_LEXICAL_REF;
Z_TYPE_PP         457 Zend/zend_vm_def.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP         498 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP         821 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP         868 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP         916 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP         959 Zend/zend_vm_def.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        1640 Zend/zend_vm_def.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        2720 Zend/zend_vm_def.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP        2724 Zend/zend_vm_def.h 			if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        2728 Zend/zend_vm_def.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        3763 Zend/zend_vm_def.h 			if (IS_CONSTANT_TYPE(Z_TYPE_PP(value))) {
Z_TYPE_PP        4170 Zend/zend_vm_def.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        4265 Zend/zend_vm_def.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        4309 Zend/zend_vm_def.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        4322 Zend/zend_vm_def.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        4652 Zend/zend_vm_def.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        4724 Zend/zend_vm_def.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        1522 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP        1526 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        1530 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        1866 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP        1870 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        1874 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        2065 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP        2069 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        2073 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        2301 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) {
Z_TYPE_PP        2305 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(method) != IS_STRING) {
Z_TYPE_PP        2309 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(obj) == IS_STRING) {
Z_TYPE_PP        3067 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        3080 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        4021 Zend/zend_vm_execute.h 			if (IS_CONSTANT_TYPE(Z_TYPE_PP(value))) {
Z_TYPE_PP        4288 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        6063 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        6783 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        8433 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        8446 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        9616 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        11349 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        11944 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        12871 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        12918 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        12966 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        13009 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        13802 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        13815 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        14630 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        14671 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        15580 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        15992 Zend/zend_vm_execute.h 			if (IS_CONSTANT_TYPE(Z_TYPE_PP(value))) {
Z_TYPE_PP        16207 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        16302 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        16396 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        16468 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        17143 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        17184 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        17932 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        18392 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        18487 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        18568 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        19243 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        19284 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        20194 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        20787 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        20882 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        20976 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        21048 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        21448 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        21489 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        21838 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        22272 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        22878 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        22919 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        23666 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        24176 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        24271 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        24352 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        24838 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        24879 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        25641 Zend/zend_vm_execute.h 			if (IS_CONSTANT_TYPE(Z_TYPE_PP(value))) {
Z_TYPE_PP        25697 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        25791 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        25871 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        26251 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        26292 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        27019 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        27113 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        27193 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        27573 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        27614 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        28341 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        28435 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        28515 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        28896 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        28937 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        29327 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        29368 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        30092 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        30186 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        30266 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        30570 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        30616 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        30663 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        30705 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        31469 Zend/zend_vm_execute.h 		} else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) {
Z_TYPE_PP        31482 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
Z_TYPE_PP        32162 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        32203 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        33107 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        33516 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        33610 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        33703 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        33775 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        34446 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        34487 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        35230 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        35564 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        35658 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        35738 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        36409 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        36450 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        37355 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        37821 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        37915 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        38008 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        38080 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP        38476 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        38517 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        38865 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        39174 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
Z_TYPE_PP        39757 Zend/zend_vm_execute.h 				} else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) {
Z_TYPE_PP        39798 Zend/zend_vm_execute.h 	if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT)
Z_TYPE_PP        40540 Zend/zend_vm_execute.h 	if (Z_TYPE_PP(object_ptr) == IS_OBJECT) {
Z_TYPE_PP        40923 Zend/zend_vm_execute.h 		switch (Z_TYPE_PP(container)) {
Z_TYPE_PP        41017 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_OBJECT) {
Z_TYPE_PP        41097 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
Z_TYPE_PP         387 ext/bz2/bz2.c  	if (Z_TYPE_PP(file) == IS_STRING) {
Z_TYPE_PP         402 ext/bz2/bz2.c  	} else if (Z_TYPE_PP(file) == IS_RESOURCE) {
Z_TYPE_PP         701 ext/com_dotnet/com_com.c 		if (zend_hash_index_find(Z_ARRVAL_P(sink), 0, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING)
Z_TYPE_PP         703 ext/com_dotnet/com_com.c 		if (zend_hash_index_find(Z_ARRVAL_P(sink), 1, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING)
Z_TYPE_PP        2349 ext/curl/interface.c 			if (Z_TYPE_PP(zvalue) == IS_NULL) {
Z_TYPE_PP        2377 ext/curl/interface.c 			if (Z_TYPE_PP(zvalue) != IS_NULL) {
Z_TYPE_PP        2581 ext/curl/interface.c 			if (Z_TYPE_PP(zvalue) == IS_ARRAY || Z_TYPE_PP(zvalue) == IS_OBJECT) {
Z_TYPE_PP        2614 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        2816 ext/date/php_date.c 	if (zend_hash_find(myht, "date", 5, (void**) &z_date) == SUCCESS && Z_TYPE_PP(z_date) == IS_STRING) {
Z_TYPE_PP        2817 ext/date/php_date.c 		if (zend_hash_find(myht, "timezone_type", 14, (void**) &z_timezone_type) == SUCCESS && Z_TYPE_PP(z_timezone_type) == IS_LONG) {
Z_TYPE_PP        2818 ext/date/php_date.c 			if (zend_hash_find(myht, "timezone", 9, (void**) &z_timezone) == SUCCESS && Z_TYPE_PP(z_timezone) == IS_STRING) {
Z_TYPE_PP        3749 ext/date/php_date.c 	if (zend_hash_find(myht, "timezone_type", 14, (void**) &z_timezone_type) == SUCCESS && Z_TYPE_PP(z_timezone_type) == IS_LONG) {
Z_TYPE_PP        3750 ext/date/php_date.c 		if (zend_hash_find(myht, "timezone", 9, (void**) &z_timezone) == SUCCESS && Z_TYPE_PP(z_timezone) == IS_STRING) {
Z_TYPE_PP        4992 ext/date/php_date.c 		if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) {
Z_TYPE_PP        4997 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL) {
Z_TYPE_PP        5005 ext/date/php_date.c 		if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) {
Z_TYPE_PP        5009 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL) {
Z_TYPE_PP        5017 ext/date/php_date.c 		if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) {
Z_TYPE_PP        5021 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL)  {
Z_TYPE_PP        5029 ext/date/php_date.c 		if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_interval) {
Z_TYPE_PP        5041 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        5048 ext/date/php_date.c 			Z_TYPE_PP(ht_entry) == IS_BOOL) {
Z_TYPE_PP        1814 ext/dom/node.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1825 ext/dom/node.c 		    Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        1828 ext/dom/node.c 				if (Z_TYPE_PP(tmpns) == IS_STRING) {
Z_TYPE_PP        1864 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        1556 ext/gd/gd.c    		if (Z_TYPE_PP(item) != IS_LONG) {
Z_TYPE_PP        3371 ext/gd/gd.c    			if (Z_TYPE_PP(var) != IS_LONG) {
Z_TYPE_PP        3382 ext/gd/gd.c    			if (Z_TYPE_PP(var) != IS_LONG) {
Z_TYPE_PP        4888 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        4889 ext/gd/gd.c    			if (Z_TYPE_PP(var) != IS_ARRAY || zend_hash_num_elements(Z_ARRVAL_PP(var)) != 3 ) {
Z_TYPE_PP        4896 ext/gd/gd.c    					if (Z_TYPE_PP(var2) != IS_DOUBLE) {
Z_TYPE_PP        4997 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
Z_TYPE_PP        5012 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
Z_TYPE_PP        5027 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
Z_TYPE_PP        5042 ext/gd/gd.c    		if (Z_TYPE_PP(tmp) != IS_LONG) {
Z_TYPE_PP        5187 ext/gd/gd.c    			switch (Z_TYPE_PP(zval_affine_elem)) {
Z_TYPE_PP        5212 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
Z_TYPE_PP        5227 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
Z_TYPE_PP        5242 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
Z_TYPE_PP        5257 ext/gd/gd.c    			if (Z_TYPE_PP(tmp) != IS_LONG) {
Z_TYPE_PP        5314 ext/gd/gd.c    				if (Z_TYPE_PP(tmp) != IS_DOUBLE) {
Z_TYPE_PP        5329 ext/gd/gd.c    				if (Z_TYPE_PP(tmp) != IS_DOUBLE) {
Z_TYPE_PP        5413 ext/gd/gd.c    			switch (Z_TYPE_PP(tmp)) {
Z_TYPE_PP        5435 ext/gd/gd.c    			switch (Z_TYPE_PP(tmp)) {
Z_TYPE_PP        2244 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
Z_TYPE_PP        2263 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
Z_TYPE_PP        2275 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) {
Z_TYPE_PP        2298 ext/iconv/iconv.c 			if (Z_TYPE_PP(ppval) != IS_STRING) {
Z_TYPE_PP        2442 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         145 ext/interbase/ibase_events.c 	if (Z_TYPE_PP(args[0]) == IS_RESOURCE) {
Z_TYPE_PP         287 ext/interbase/ibase_events.c 	if (Z_TYPE_PP(args[0]) != IS_STRING) {
Z_TYPE_PP        1160 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         838 ext/intl/converter/converter.c 				Z_TYPE_PP(tmpzval) == IS_STRING) {
Z_TYPE_PP         844 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         766 ext/intl/locale/locale_methods.c 		if(Z_TYPE_PP(ele_value)!= IS_STRING ){
Z_TYPE_PP         811 ext/intl/locale/locale_methods.c 		if( Z_TYPE_PP(ele_value) == IS_STRING ){
Z_TYPE_PP         817 ext/intl/locale/locale_methods.c 		} else if(Z_TYPE_PP(ele_value) == IS_ARRAY ) {
Z_TYPE_PP         824 ext/intl/locale/locale_methods.c 				if(Z_TYPE_PP(data) != IS_STRING) {
Z_TYPE_PP         856 ext/intl/locale/locale_methods.c 				if( Z_TYPE_PP(ele_value)!= IS_STRING ){
Z_TYPE_PP        1435 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         245 ext/json/json.c 	if (Z_TYPE_PP(val) == IS_ARRAY) {
Z_TYPE_PP         302 ext/json/json.c 						if (key[0] == '\0' && Z_TYPE_PP(val) == IS_OBJECT) {
Z_TYPE_PP         757 ext/ldap/ldap.c 		if (Z_TYPE_PP(filter) == IS_ARRAY) {
Z_TYPE_PP         788 ext/ldap/ldap.c 				if (Z_TYPE_PP(entry) == IS_STRING) {
Z_TYPE_PP        1409 ext/ldap/ldap.c 		if (Z_TYPE_PP(value) != IS_ARRAY) {
Z_TYPE_PP        1419 ext/ldap/ldap.c 		if ((num_values == 1) && (Z_TYPE_PP(value) != IS_ARRAY)) {
Z_TYPE_PP        2208 ext/ldap/ldap.c 			if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval)))) {
Z_TYPE_PP        2217 ext/ldap/ldap.c 				if (Z_TYPE_PP(ctrlval) != IS_ARRAY) {
Z_TYPE_PP        1934 ext/mbstring/mbstring.c 		switch (Z_TYPE_PP(arg1)) {
Z_TYPE_PP        1991 ext/mbstring/mbstring.c 		switch (Z_TYPE_PP(arg1)) {
Z_TYPE_PP        2334 ext/mbstring/mbstring.c 		if (Z_TYPE_PP(zoffset) == IS_STRING) {
Z_TYPE_PP        2764 ext/mbstring/mbstring.c 	if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) {
Z_TYPE_PP        2838 ext/mbstring/mbstring.c 	if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) {
Z_TYPE_PP        3550 ext/mbstring/mbstring.c 	switch (Z_TYPE_PP(zfrom_enc)) {
Z_TYPE_PP        3575 ext/mbstring/mbstring.c 					if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3585 ext/mbstring/mbstring.c 				if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3590 ext/mbstring/mbstring.c 							if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) {
Z_TYPE_PP        3604 ext/mbstring/mbstring.c 							} else if (Z_TYPE_PP(hash_entry) == IS_STRING) {
Z_TYPE_PP        3613 ext/mbstring/mbstring.c 				} else if (Z_TYPE_PP(var) == IS_STRING) {
Z_TYPE_PP        3656 ext/mbstring/mbstring.c 				if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3666 ext/mbstring/mbstring.c 			if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
Z_TYPE_PP        3671 ext/mbstring/mbstring.c 						if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) {
Z_TYPE_PP        3686 ext/mbstring/mbstring.c 						} else if (Z_TYPE_PP(hash_entry) == IS_STRING) {
Z_TYPE_PP        3702 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        1837 ext/mysqli/mysqli_api.c 	if (expected_type != Z_TYPE_PP(mysql_value)) {
Z_TYPE_PP         667 ext/mysqli/mysqli_nonapi.c 		if (Z_TYPE_PP(elem) != IS_OBJECT ||
Z_TYPE_PP         707 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         168 ext/mysqlnd/mysqlnd_result.c 		if (Z_TYPE_PP(zv) == IS_STRING) {
Z_TYPE_PP         179 ext/mysqlnd/mysqlnd_result.c 		if (Z_TYPE_PP(zv) == IS_STRING) {
Z_TYPE_PP        1562 ext/mysqlnd/mysqlnd_wireprotocol.c 										(Z_TYPE_PP(current_field) == IS_STRING)?
Z_TYPE_PP        1734 ext/mysqlnd/mysqlnd_wireprotocol.c 				if (Z_TYPE_PP(current_field) == IS_LONG) {
Z_TYPE_PP        1737 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        1316 ext/odbc/php_odbc.c 			if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP        1873 ext/odbc/php_odbc.c 	if (Z_TYPE_PP(pv_res_arr) != IS_ARRAY) {
Z_TYPE_PP        2070 ext/odbc/php_odbc.c 	if (Z_TYPE_PP(pv_field) == IS_STRING) {
Z_TYPE_PP         309 ext/opcache/Optimizer/pass1_5.c 						if (Z_TYPE_PP(c) == IS_CONSTANT_AST) {
Z_TYPE_PP         312 ext/opcache/Optimizer/pass1_5.c 						if (ZEND_IS_CONSTANT_TYPE(Z_TYPE_PP(c))) { 
Z_TYPE_PP         348 ext/opcache/zend_accelerator_module.c 	    Z_TYPE_PP(zfilename) != IS_STRING ||
Z_TYPE_PP         669 ext/openssl/openssl.c 				if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP         672 ext/openssl/openssl.c 				} else if (Z_TYPE_PP(data) == IS_STRING) {
Z_TYPE_PP         844 ext/openssl/openssl.c 	if (optional_args && zend_hash_find(Z_ARRVAL_P(optional_args), key, sizeof(key), (void**)&item) == SUCCESS && Z_TYPE_PP(item) == IS_STRING) \
Z_TYPE_PP         850 ext/openssl/openssl.c 	if (optional_args && zend_hash_find(Z_ARRVAL_P(optional_args), key, sizeof(key), (void**)&item) == SUCCESS && Z_TYPE_PP(item) == IS_LONG) \
Z_TYPE_PP         911 ext/openssl/openssl.c 		&& Z_TYPE_PP(item) == IS_LONG) {
Z_TYPE_PP        1340 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_RESOURCE) {
Z_TYPE_PP        1361 ext/openssl/openssl.c 	if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) {
Z_TYPE_PP        2322 ext/openssl/openssl.c 	if (Z_TYPE_PP(zcerts) == IS_ARRAY) {
Z_TYPE_PP        2407 ext/openssl/openssl.c 	if (args && zend_hash_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name"), (void**)&item) == SUCCESS && Z_TYPE_PP(item) == IS_STRING)
Z_TYPE_PP        2485 ext/openssl/openssl.c 	if (args && zend_hash_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name"), (void**)&item) == SUCCESS && Z_TYPE_PP(item) == IS_STRING)
Z_TYPE_PP        2793 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_RESOURCE) {
Z_TYPE_PP        2805 ext/openssl/openssl.c 	} else if (Z_TYPE_PP(val) != IS_STRING) {
Z_TYPE_PP        3224 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_ARRAY) {
Z_TYPE_PP        3234 ext/openssl/openssl.c 		if (Z_TYPE_PP(zphrase) == IS_STRING) {
Z_TYPE_PP        3250 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_RESOURCE) {
Z_TYPE_PP        3295 ext/openssl/openssl.c 		if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) {
Z_TYPE_PP        3505 ext/openssl/openssl.c 				Z_TYPE_PP(bn) == IS_STRING) {							\
Z_TYPE_PP        3530 ext/openssl/openssl.c 		    Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP        3554 ext/openssl/openssl.c 		           Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP        3578 ext/openssl/openssl.c 		           Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP        4170 ext/openssl/openssl.c 	if (Z_TYPE_PP(zrecipcerts) == IS_ARRAY) {
Z_TYPE_PP         320 ext/openssl/xp_ssl.c 			if (!(key_type == HASH_KEY_IS_STRING && Z_TYPE_PP(current) == IS_STRING)) {
Z_TYPE_PP         504 ext/openssl/xp_ssl.c 		if (Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_ARRAY) {
Z_TYPE_PP        1340 ext/openssl/xp_ssl.c 	if (Z_TYPE_PP(val) != IS_ARRAY) {
Z_TYPE_PP         938 ext/pcntl/pcntl.c 		if (Z_TYPE_PP(user_signo) != IS_LONG) {
Z_TYPE_PP        1007 ext/pcntl/pcntl.c 		if (Z_TYPE_PP(user_signo) != IS_LONG) {
Z_TYPE_PP        1421 ext/pcre/php_pcre.c 	if (!is_callable_replace && Z_TYPE_PP(replace) == IS_ARRAY && Z_TYPE_PP(regex) != IS_ARRAY) {
Z_TYPE_PP        1427 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(replace) != IS_ARRAY && (Z_TYPE_PP(replace) != IS_OBJECT || !is_callable_replace)) {
Z_TYPE_PP        1447 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(regex) != IS_ARRAY)
Z_TYPE_PP        1451 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(subject) == IS_ARRAY) {
Z_TYPE_PP        1883 ext/pcre/php_pcre.c 		if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        1922 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         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         750 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         787 ext/pdo/pdo_dbh.c 				|| Z_TYPE_PP(item) != IS_STRING
Z_TYPE_PP         815 ext/pdo/pdo_dbh.c 				if (Z_TYPE_PP(item) != IS_ARRAY) {
Z_TYPE_PP        1073 ext/pdo/pdo_stmt.c 							if (Z_TYPE_PP(curr_val) != IS_ARRAY) {
Z_TYPE_PP        1887 ext/pdo/pdo_stmt.c 		if (Z_TYPE_PP(args[skip]) != IS_LONG) {
Z_TYPE_PP        1925 ext/pdo/pdo_stmt.c 			} else	if (Z_TYPE_PP(args[skip+1]) != IS_LONG) {
Z_TYPE_PP        1947 ext/pdo/pdo_stmt.c 				} else if (Z_TYPE_PP(args[skip+1]) != IS_STRING) {
Z_TYPE_PP        1967 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        1970 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        1987 ext/pdo/pdo_stmt.c 			} else if (Z_TYPE_PP(args[skip+1]) != IS_OBJECT) {
Z_TYPE_PP        1291 ext/pgsql/pgsql.c 		if (i == 1 && ZEND_NUM_ARGS() == 2 && Z_TYPE_PP(args[i]) == IS_LONG) {
Z_TYPE_PP        1977 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
Z_TYPE_PP        2184 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
Z_TYPE_PP        2652 ext/pgsql/pgsql.c 	switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        3008 ext/pgsql/pgsql.c 	switch(Z_TYPE_PP(field)) {
Z_TYPE_PP        4938 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
Z_TYPE_PP        5125 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
Z_TYPE_PP        5851 ext/pgsql/pgsql.c 		if (!err && (Z_TYPE_PP(val) == IS_ARRAY || Z_TYPE_PP(val) == IS_OBJECT)) {
Z_TYPE_PP        5871 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        5925 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        5967 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        6028 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        6075 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        6116 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        6149 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        6180 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        6211 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        6242 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        6321 ext/pgsql/pgsql.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP        6374 ext/pgsql/pgsql.c 				switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        6602 ext/pgsql/pgsql.c 		switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        6627 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Expects scaler values. type = %d", Z_TYPE_PP(val));
Z_TYPE_PP        6772 ext/pgsql/pgsql.c 		if (where_cond && (Z_TYPE_PP(val) == IS_BOOL || (Z_TYPE_PP(val) == IS_STRING && !strcmp(Z_STRVAL_PP(val), "NULL")))) {
Z_TYPE_PP        6778 ext/pgsql/pgsql.c 		switch(Z_TYPE_PP(val)) {
Z_TYPE_PP        6802 ext/pgsql/pgsql.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Expects scaler values. type=%d", Z_TYPE_PP(val));
Z_TYPE_PP         617 ext/phar/phar_object.c 				IS_STRING != Z_TYPE_PP(z_script_name) ||
Z_TYPE_PP         623 ext/phar/phar_object.c 				IS_STRING == Z_TYPE_PP(z_path_info)) {
Z_TYPE_PP         841 ext/phar/phar_object.c 				switch (Z_TYPE_PP(val)) {
Z_TYPE_PP         910 ext/phar/phar_object.c 		if (Z_TYPE_PP(data) != IS_STRING) {
Z_TYPE_PP        1445 ext/phar/phar_object.c 	switch (Z_TYPE_PP(value)) {
Z_TYPE_PP        4334 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        2203 ext/reflection/php_reflection.c 				if (Z_TYPE_PP(classref) == IS_OBJECT) {
Z_TYPE_PP        2218 ext/reflection/php_reflection.c 				if (ce == zend_ce_closure && Z_TYPE_PP(classref) == IS_OBJECT
Z_TYPE_PP        2257 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(parameter) == IS_LONG) {
Z_TYPE_PP        2893 ext/reflection/php_reflection.c 		if (Z_TYPE_PP(params[0]) != IS_OBJECT) {
Z_TYPE_PP        3146 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        3169 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        3192 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        4723 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        4746 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        4769 ext/reflection/php_reflection.c 	if (Z_TYPE_PP(name) == IS_STRING
Z_TYPE_PP        5090 ext/reflection/php_reflection.c 				Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value);
Z_TYPE_PP         304 ext/session/session.c 		Z_TYPE_PP(array) == IS_ARRAY &&
Z_TYPE_PP         306 ext/session/session.c 		Z_TYPE_PP(token) == IS_STRING
Z_TYPE_PP         940 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        1033 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        1429 ext/session/session.c 	if (Z_TYPE_PP(ppid) != IS_STRING) {
Z_TYPE_PP        1528 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
Z_TYPE_PP        1538 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
Z_TYPE_PP        1546 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
Z_TYPE_PP        1559 ext/session/session.c 			Z_TYPE_PP(data) == IS_STRING &&
Z_TYPE_PP        1579 ext/session/session.c 			Z_TYPE_PP(data) == IS_STRING &&
Z_TYPE_PP        2559 ext/session/session.c 			&& Z_TYPE_PP(ppid) == IS_STRING) {
Z_TYPE_PP        2592 ext/session/session.c 	if (Z_TYPE_PP(progress_ary) != IS_ARRAY) {
Z_TYPE_PP        2598 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         406 ext/soap/php_encoding.c 		    Z_TYPE_PP(ztype) != IS_LONG) {
Z_TYPE_PP         411 ext/soap/php_encoding.c 		    Z_TYPE_PP(zstype) == IS_STRING) {
Z_TYPE_PP         413 ext/soap/php_encoding.c 			    Z_TYPE_PP(zns) == IS_STRING) {
Z_TYPE_PP         450 ext/soap/php_encoding.c 			    Z_TYPE_PP(zstype) == IS_STRING) {
Z_TYPE_PP         452 ext/soap/php_encoding.c 				    Z_TYPE_PP(zns) == IS_STRING) {
Z_TYPE_PP         461 ext/soap/php_encoding.c 		    Z_TYPE_PP(zname) == IS_STRING) {
Z_TYPE_PP         465 ext/soap/php_encoding.c 		    Z_TYPE_PP(znamens) == IS_STRING) {
Z_TYPE_PP         483 ext/soap/php_encoding.c 				if (Z_TYPE_PP(tmp) == IS_STRING &&
Z_TYPE_PP        1349 ext/soap/php_encoding.c 						if (Z_TYPE_PP(el) != IS_ARRAY) {
Z_TYPE_PP        1493 ext/soap/php_encoding.c 		    Z_TYPE_PP(classname) == IS_STRING &&
Z_TYPE_PP        1722 ext/soap/php_encoding.c 						if (Z_TYPE_PP(val) == IS_NULL && model->u.element->nillable) {
Z_TYPE_PP        1986 ext/soap/php_encoding.c 					if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) {
Z_TYPE_PP        2413 ext/soap/php_encoding.c 				if (el != NULL && Z_TYPE_PP(el) == IS_ARRAY &&
Z_TYPE_PP        2417 ext/soap/php_encoding.c 					if (Z_TYPE_PP(el) == IS_ARRAY) {
Z_TYPE_PP        3644 ext/soap/php_encoding.c 		if (Z_TYPE_PP(tmp) == IS_OBJECT &&
Z_TYPE_PP        3649 ext/soap/php_encoding.c 			    Z_TYPE_PP(ztype) != IS_LONG) {
Z_TYPE_PP        3655 ext/soap/php_encoding.c 			    Z_TYPE_PP(ztype) == IS_STRING) {
Z_TYPE_PP        3662 ext/soap/php_encoding.c 			    Z_TYPE_PP(ztype) == IS_STRING) {
Z_TYPE_PP        3668 ext/soap/php_encoding.c 		} else if (Z_TYPE_PP(tmp) == IS_ARRAY && is_map(*tmp)) {
Z_TYPE_PP        3673 ext/soap/php_encoding.c 			cur_type = Z_TYPE_PP(tmp);
Z_TYPE_PP          40 ext/soap/php_http.c 	    Z_TYPE_PP(login) == IS_STRING) {
Z_TYPE_PP          48 ext/soap/php_http.c 		    Z_TYPE_PP(password) == IS_STRING) {
Z_TYPE_PP          69 ext/soap/php_http.c 	    Z_TYPE_PP(login) == IS_STRING &&
Z_TYPE_PP          78 ext/soap/php_http.c 		    Z_TYPE_PP(password) == IS_STRING) {
Z_TYPE_PP         104 ext/soap/php_http.c 		Z_TYPE_PP(tmp) == IS_STRING && Z_STRLEN_PP(tmp)) {
Z_TYPE_PP         177 ext/soap/php_http.c 	    Z_TYPE_PP(proxy_host) == IS_STRING &&
Z_TYPE_PP         179 ext/soap/php_http.c 	    Z_TYPE_PP(proxy_port) == IS_LONG) {
Z_TYPE_PP         188 ext/soap/php_http.c 	    Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) {
Z_TYPE_PP         200 ext/soap/php_http.c 			Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         283 ext/soap/php_http.c 				Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         373 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         421 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         439 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         440 ext/soap/php_http.c 			if (Z_TYPE_PP(tmp) == IS_LONG)
Z_TYPE_PP         537 ext/soap/php_http.c 		    Z_TYPE_PP(tmp) == IS_DOUBLE &&
Z_TYPE_PP         578 ext/soap/php_http.c 			 (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
Z_TYPE_PP         587 ext/soap/php_http.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         595 ext/soap/php_http.c 		           Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         633 ext/soap/php_http.c 		    Z_TYPE_PP(login) == IS_STRING) {
Z_TYPE_PP         638 ext/soap/php_http.c 				if (Z_TYPE_PP(digest) == IS_ARRAY) {
Z_TYPE_PP         650 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP         662 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         667 ext/soap/php_http.c 					    Z_TYPE_PP(password) == IS_STRING) {
Z_TYPE_PP         673 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING &&
Z_TYPE_PP         680 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         723 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         744 ext/soap/php_http.c 					    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         763 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         779 ext/soap/php_http.c 						Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP         793 ext/soap/php_http.c 				    Z_TYPE_PP(password) == IS_STRING) {
Z_TYPE_PP         813 ext/soap/php_http.c 		    Z_TYPE_PP(cookies) == IS_ARRAY) {
Z_TYPE_PP         828 ext/soap/php_http.c 					if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP         832 ext/soap/php_http.c 						    Z_TYPE_PP(value) == IS_STRING) {
Z_TYPE_PP         857 ext/soap/php_http.c 		    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
Z_TYPE_PP         902 ext/soap/php_http.c 		    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
Z_TYPE_PP         952 ext/soap/php_http.c 		    Z_TYPE_PP(cookies) != IS_ARRAY) {
Z_TYPE_PP        1143 ext/soap/php_http.c 		     Z_TYPE_PP(digest) != IS_ARRAY) &&
Z_TYPE_PP        1145 ext/soap/php_http.c 		    Z_TYPE_PP(login) == IS_STRING &&
Z_TYPE_PP        1147 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         874 ext/soap/soap.c 		if (Z_TYPE_PP(t_ns) == IS_STRING && Z_TYPE_PP(t_code) == IS_STRING) {
Z_TYPE_PP        1009 ext/soap/soap.c 		if (Z_TYPE_PP(tmp) != IS_ARRAY) {
Z_TYPE_PP        1025 ext/soap/soap.c 					if (Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1027 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        1031 ext/soap/soap.c 					if (Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1033 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        1143 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        1152 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1159 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1164 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        1176 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        1185 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY &&
Z_TYPE_PP        1191 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        1196 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        1201 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG)) {
Z_TYPE_PP        1427 ext/soap/soap.c 				if (Z_TYPE_PP(tmp_function) != IS_STRING) {
Z_TYPE_PP        1582 ext/soap/soap.c 			    Z_TYPE_PP(server_vars) == IS_ARRAY &&
Z_TYPE_PP        1584 ext/soap/soap.c 			    Z_TYPE_PP(encoding) == IS_STRING) {
Z_TYPE_PP        1682 ext/soap/soap.c 			    Z_TYPE_PP(tmp_soap) == IS_OBJECT &&
Z_TYPE_PP        1813 ext/soap/soap.c 					    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        1828 ext/soap/soap.c 						    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        2081 ext/soap/soap.c 		Z_TYPE_PP(agent_name) == IS_STRING) {
Z_TYPE_PP        2150 ext/soap/soap.c 		     Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0) {
Z_TYPE_PP        2357 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2364 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2370 ext/soap/soap.c 					Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2377 ext/soap/soap.c 				Z_TYPE_PP(tmp) == IS_RESOURCE) {
Z_TYPE_PP        2383 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2390 ext/soap/soap.c 			if (Z_TYPE_PP(tmp) == IS_LONG ||
Z_TYPE_PP        2396 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2399 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2403 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2409 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        2419 ext/soap/soap.c 				    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2425 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2431 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2436 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
Z_TYPE_PP        2442 ext/soap/soap.c 		    (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) &&
Z_TYPE_PP        2448 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG &&
Z_TYPE_PP        2457 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2469 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        2480 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY &&
Z_TYPE_PP        2486 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2502 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2507 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2512 ext/soap/soap.c 				(Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) && Z_LVAL_PP(tmp) == 0) {
Z_TYPE_PP        2517 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2572 ext/soap/soap.c 	    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
Z_TYPE_PP        2607 ext/soap/soap.c 	           (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
Z_TYPE_PP        2652 ext/soap/soap.c 	    (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
Z_TYPE_PP        2657 ext/soap/soap.c 		Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) == SOAP_1_2) {
Z_TYPE_PP        2665 ext/soap/soap.c 		    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2684 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2691 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        2700 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        2754 ext/soap/soap.c 			if (zend_hash_find(Z_OBJPROP_P(this_ptr), "uri", sizeof("uri"), (void *)&uri) == FAILURE || Z_TYPE_PP(uri) != IS_STRING) {
Z_TYPE_PP        2809 ext/soap/soap.c 			   Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0)) {
Z_TYPE_PP        2843 ext/soap/soap.c 		if (Z_TYPE_PP(tmp) != IS_OBJECT ||
Z_TYPE_PP        2879 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2884 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2889 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        2912 ext/soap/soap.c 	if (zend_hash_find(Z_OBJPROP_P(this_ptr), "__default_headers", sizeof("__default_headers"), (void **) &tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        3034 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3053 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3072 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3091 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3148 ext/soap/soap.c 		    Z_TYPE_PP(cookies) == IS_ARRAY) {
Z_TYPE_PP        3155 ext/soap/soap.c 		    Z_TYPE_PP(cookies) != IS_ARRAY) {
Z_TYPE_PP        3184 ext/soap/soap.c 	    Z_TYPE_PP(cookies) == IS_ARRAY) {
Z_TYPE_PP        3245 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        3721 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_BOOL && Z_LVAL_PP(tmp)) {
Z_TYPE_PP        3729 ext/soap/soap.c 		if (Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3735 ext/soap/soap.c 		} else if (Z_TYPE_PP(tmp) == IS_LONG) {
Z_TYPE_PP        3912 ext/soap/soap.c 			      Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3918 ext/soap/soap.c 				    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3955 ext/soap/soap.c 		if (zend_hash_find(prop, "faultcodens", sizeof("faultcodens"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        3959 ext/soap/soap.c 		if (zend_hash_find(prop, "_name", sizeof("_name"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4007 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4033 ext/soap/soap.c 			    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4063 ext/soap/soap.c 			    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        4108 ext/soap/soap.c 		    Z_TYPE_PP(tmp) != IS_NULL) {
Z_TYPE_PP        4135 ext/soap/soap.c 					      Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4141 ext/soap/soap.c 						    Z_TYPE_PP(tmp) == IS_STRING) {
Z_TYPE_PP        4274 ext/soap/soap.c 		    Z_TYPE_PP(zstyle) == IS_LONG) {
Z_TYPE_PP        4297 ext/soap/soap.c 		    Z_TYPE_PP(zuse) == IS_LONG && Z_LVAL_PP(zuse) == SOAP_LITERAL) {
Z_TYPE_PP        4355 ext/soap/soap.c 			    Z_TYPE_PP(name) == IS_STRING &&
Z_TYPE_PP        4357 ext/soap/soap.c 			    Z_TYPE_PP(ns) == IS_STRING) {
Z_TYPE_PP        4427 ext/soap/soap.c 		    Z_TYPE_PP(param_name) == 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        2050 ext/sockets/sockets.c 			if (Z_TYPE_PP(arg4) == IS_STRING) {
Z_TYPE_PP        1118 ext/spl/spl_array.c 	if (Z_TYPE_PP(array) == IS_ARRAY) {
Z_TYPE_PP        1122 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        1131 ext/spl/spl_array.c 		if (Z_TYPE_PP(array) != IS_OBJECT && Z_TYPE_PP(array) != IS_ARRAY) {
Z_TYPE_PP        1146 ext/spl/spl_array.c 	if (Z_TYPE_PP(array) == IS_OBJECT) {
Z_TYPE_PP        1636 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        1660 ext/spl/spl_array.c 	if (Z_TYPE_PP(entry) == IS_OBJECT) {
Z_TYPE_PP        2241 ext/spl/spl_directory.c 				return Z_TYPE_PP(first) == IS_STRING && Z_STRLEN_PP(first) == 0;
Z_TYPE_PP         957 ext/standard/array.c 		if (Z_TYPE_PP(args[0]) != IS_ARRAY) {
Z_TYPE_PP        1008 ext/standard/array.c 		if (Z_TYPE_PP(args[0]) != IS_ARRAY) {
Z_TYPE_PP        1063 ext/standard/array.c 		if (recursive && Z_TYPE_PP(args[0]) == IS_ARRAY) {
Z_TYPE_PP        1494 ext/standard/array.c 	if (ZEND_NUM_ARGS() == 1 && Z_TYPE_PP(args[0]) == IS_ARRAY) {
Z_TYPE_PP        1566 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
Z_TYPE_PP        1572 ext/standard/array.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        2030 ext/standard/array.c 	if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) {
Z_TYPE_PP        2104 ext/standard/array.c 					HashTable *thash = Z_TYPE_PP(dest_entry) == IS_ARRAY ? Z_ARRVAL_PP(dest_entry) : NULL;
Z_TYPE_PP        2114 ext/standard/array.c 					if (Z_TYPE_PP(dest_entry) == IS_NULL) {
Z_TYPE_PP        2120 ext/standard/array.c 					if (Z_TYPE_PP(src_entry) == IS_OBJECT) {
Z_TYPE_PP        2179 ext/standard/array.c 				if (Z_TYPE_PP(src_entry) != IS_ARRAY ||
Z_TYPE_PP        2181 ext/standard/array.c 					Z_TYPE_PP(dest_entry) != IS_ARRAY) {
Z_TYPE_PP        2191 ext/standard/array.c 				if (Z_TYPE_PP(src_entry) != IS_ARRAY ||
Z_TYPE_PP        2193 ext/standard/array.c 					Z_TYPE_PP(dest_entry) != IS_ARRAY) {
Z_TYPE_PP        2235 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        2391 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
Z_TYPE_PP        2400 ext/standard/array.c 		} else if (Z_TYPE_PP(entry) == IS_STRING) {
Z_TYPE_PP        2424 ext/standard/array.c 	switch (Z_TYPE_PP(param)) {
Z_TYPE_PP        2468 ext/standard/array.c 		if (Z_TYPE_PP(data) != IS_ARRAY) {
Z_TYPE_PP        2479 ext/standard/array.c 		} else if ((Z_TYPE_PP(zcolumn) == IS_STRING) &&
Z_TYPE_PP        2482 ext/standard/array.c 		} else if ((Z_TYPE_PP(zcolumn) == IS_LONG) &&
Z_TYPE_PP        2490 ext/standard/array.c 		if (zkey && (Z_TYPE_PP(zkey) == IS_STRING)) {
Z_TYPE_PP        2492 ext/standard/array.c 		} else if (zkey && (Z_TYPE_PP(zkey) == IS_LONG)) {
Z_TYPE_PP        2497 ext/standard/array.c 		if (zkeyval && Z_TYPE_PP(zkeyval) == IS_STRING) {
Z_TYPE_PP        2499 ext/standard/array.c 		} else if (zkeyval && Z_TYPE_PP(zkeyval) == IS_LONG) {
Z_TYPE_PP        2501 ext/standard/array.c 		} else if (zkeyval && Z_TYPE_PP(zkeyval) == IS_OBJECT) {
Z_TYPE_PP        2632 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_LONG) {
Z_TYPE_PP        2634 ext/standard/array.c 		} else if (Z_TYPE_PP(entry) == IS_STRING) {
Z_TYPE_PP        2856 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3021 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3274 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3438 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
Z_TYPE_PP        3722 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) == IS_ARRAY) {
Z_TYPE_PP        3737 ext/standard/array.c 		} else if (Z_TYPE_PP(args[i]) == IS_LONG) {
Z_TYPE_PP        3939 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT) {
Z_TYPE_PP        3973 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT) {
Z_TYPE_PP        4190 ext/standard/array.c 		if (Z_TYPE_PP(arrays[i]) != IS_ARRAY) {
Z_TYPE_PP        4437 ext/standard/array.c 		if (Z_TYPE_PP(entry_keys) == IS_LONG) {
Z_TYPE_PP        4443 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        4239 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        4257 ext/standard/basic_functions.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        4304 ext/standard/basic_functions.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        4379 ext/standard/basic_functions.c 				if (Z_TYPE_PP(args) != IS_ARRAY) {
Z_TYPE_PP        4389 ext/standard/basic_functions.c 				if (Z_TYPE_PP(args) != IS_ARRAY) {
Z_TYPE_PP        5012 ext/standard/basic_functions.c 						&& Z_TYPE_PP(obj) == IS_OBJECT
Z_TYPE_PP        5013 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         670 ext/standard/file.c 					if (Z_TYPE_PP(tmp) != IS_STRING) {
Z_TYPE_PP        1889 ext/standard/file.c 		if (Z_TYPE_PP(field_tmp) != IS_STRING) {
Z_TYPE_PP        1929 ext/standard/file.c 		if (Z_TYPE_PP(field_tmp) != IS_STRING) {
Z_TYPE_PP        2013 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         532 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         160 ext/standard/http_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) != IS_STRING ||
Z_TYPE_PP         190 ext/standard/http_fopen_wrapper.c 			Z_TYPE_PP(tmpzval) == IS_STRING &&
Z_TYPE_PP         246 ext/standard/http_fopen_wrapper.c 			if (Z_TYPE_PP(tmpzval) == IS_ARRAY) {
Z_TYPE_PP         253 ext/standard/http_fopen_wrapper.c 					if (Z_TYPE_PP(tmpheader) == IS_STRING) {
Z_TYPE_PP         277 ext/standard/http_fopen_wrapper.c 			} else if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval)) {
Z_TYPE_PP         358 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0) {
Z_TYPE_PP         432 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_PP(tmpzval) == IS_ARRAY) {
Z_TYPE_PP         441 ext/standard/http_fopen_wrapper.c 				if (Z_TYPE_PP(tmpheader) == IS_STRING) {
Z_TYPE_PP         453 ext/standard/http_fopen_wrapper.c 		if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval)) {
Z_TYPE_PP         591 ext/standard/http_fopen_wrapper.c 		Z_TYPE_PP(ua_zval) == IS_STRING) {
Z_TYPE_PP         629 ext/standard/http_fopen_wrapper.c 				Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0
Z_TYPE_PP         644 ext/standard/http_fopen_wrapper.c 		Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0) {
Z_TYPE_PP         675 ext/standard/http_fopen_wrapper.c 		if(zend_hash_find(EG(active_symbol_table), "http_response_header", sizeof("http_response_header"), (void **) &rh) != SUCCESS || Z_TYPE_PP(rh) != IS_ARRAY) {
Z_TYPE_PP         147 ext/standard/incomplete_class.c 	if (zend_hash_find(object_properties, MAGIC_MEMBER, sizeof(MAGIC_MEMBER), (void **) &val) == SUCCESS && Z_TYPE_PP(val) == IS_STRING) {
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        1109 ext/standard/info.c 		if (zend_hash_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF"), (void **) &data) != FAILURE && Z_TYPE_PP(data) == IS_STRING) {
Z_TYPE_PP        1112 ext/standard/info.c 		if (zend_hash_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE"), (void **) &data) != FAILURE && Z_TYPE_PP(data) == IS_STRING) {
Z_TYPE_PP        1115 ext/standard/info.c 		if (zend_hash_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER"), (void **) &data) != FAILURE && Z_TYPE_PP(data) == IS_STRING) {
Z_TYPE_PP        1118 ext/standard/info.c 		if (zend_hash_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW"), (void **) &data) != FAILURE && Z_TYPE_PP(data) == 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         116 ext/standard/proc_open.c 		if (Z_TYPE_PP(element) != IS_STRING) {
Z_TYPE_PP         153 ext/standard/proc_open.c 		if (Z_TYPE_PP(element) != IS_STRING) {
Z_TYPE_PP         197 ext/standard/proc_open.c 		if (Z_TYPE_PP(element) != IS_STRING) {
Z_TYPE_PP         508 ext/standard/proc_open.c 			if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) &&
Z_TYPE_PP         514 ext/standard/proc_open.c 			if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) &&
Z_TYPE_PP         557 ext/standard/proc_open.c 		if (Z_TYPE_PP(descitem) == IS_RESOURCE) {
Z_TYPE_PP         583 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         928 ext/standard/streamsfuncs.c 				&& Z_TYPE_PP(wval) == IS_ARRAY) {
Z_TYPE_PP         967 ext/standard/streamsfuncs.c 		if (Z_TYPE_PP(tmp) == IS_ARRAY) {
Z_TYPE_PP        1576 ext/standard/streamsfuncs.c 	if (Z_TYPE_PP(zstream) == IS_RESOURCE) {
Z_TYPE_PP        1230 ext/standard/string.c 		if (Z_TYPE_PP(arg1) != IS_ARRAY) {
Z_TYPE_PP        1242 ext/standard/string.c 		if (Z_TYPE_PP(arg1) == IS_ARRAY) {
Z_TYPE_PP        1246 ext/standard/string.c 		} else if (Z_TYPE_PP(arg2) == IS_ARRAY) {
Z_TYPE_PP        2324 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        2336 ext/standard/string.c 	if (Z_TYPE_PP(from) != IS_ARRAY) {
Z_TYPE_PP        2345 ext/standard/string.c 		if (Z_TYPE_PP(len) != IS_ARRAY) {
Z_TYPE_PP        2350 ext/standard/string.c 		if (Z_TYPE_PP(str) != IS_ARRAY) {
Z_TYPE_PP        2355 ext/standard/string.c 	if (Z_TYPE_PP(str) == IS_STRING) {
Z_TYPE_PP        2357 ext/standard/string.c 			(argc == 3 && Z_TYPE_PP(from) == IS_ARRAY) ||
Z_TYPE_PP        2358 ext/standard/string.c 			(argc == 4 && Z_TYPE_PP(from) != Z_TYPE_PP(len))
Z_TYPE_PP        2363 ext/standard/string.c 		if (argc == 4 && Z_TYPE_PP(from) == IS_ARRAY) {
Z_TYPE_PP        2371 ext/standard/string.c 	if (Z_TYPE_PP(str) != IS_ARRAY) {
Z_TYPE_PP        2372 ext/standard/string.c 		if (Z_TYPE_PP(from) != IS_ARRAY) {
Z_TYPE_PP        2407 ext/standard/string.c 			if (Z_TYPE_PP(repl) == IS_ARRAY) {
Z_TYPE_PP        2421 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        2437 ext/standard/string.c 		if (Z_TYPE_PP(from) == IS_ARRAY) {
Z_TYPE_PP        2441 ext/standard/string.c 		if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
Z_TYPE_PP        2445 ext/standard/string.c 		if (Z_TYPE_PP(repl) == IS_ARRAY) {
Z_TYPE_PP        2456 ext/standard/string.c 			if(Z_TYPE_PP(tmp_str) != IS_STRING) {
Z_TYPE_PP        2468 ext/standard/string.c 			if (Z_TYPE_PP(from) == IS_ARRAY) {
Z_TYPE_PP        2470 ext/standard/string.c 					if(Z_TYPE_PP(tmp_from) != IS_LONG) {
Z_TYPE_PP        2503 ext/standard/string.c 			if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
Z_TYPE_PP        2505 ext/standard/string.c 					if(Z_TYPE_PP(tmp_len) != IS_LONG) {
Z_TYPE_PP        2536 ext/standard/string.c 			if (Z_TYPE_PP(repl) == IS_ARRAY) {
Z_TYPE_PP        2540 ext/standard/string.c 					if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
Z_TYPE_PP        2551 ext/standard/string.c 						if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
Z_TYPE_PP        2564 ext/standard/string.c 					if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
Z_TYPE_PP        2591 ext/standard/string.c 			if(Z_TYPE_PP(tmp_str) != IS_STRING) {
Z_TYPE_PP        2948 ext/standard/string.c 			if (Z_TYPE_PP(entry) != IS_STRING) {
Z_TYPE_PP        3150 ext/standard/string.c 	if (ac == 2 && Z_TYPE_PP(from) != IS_ARRAY) {
Z_TYPE_PP        3990 ext/standard/string.c 	if (Z_TYPE_PP(search) != IS_ARRAY) {
Z_TYPE_PP        3993 ext/standard/string.c 	} else if (Z_TYPE_PP(replace) != IS_ARRAY) {
Z_TYPE_PP        3998 ext/standard/string.c 	if (Z_TYPE_PP(subject) == IS_ARRAY) {
Z_TYPE_PP        4005 ext/standard/string.c 			if (Z_TYPE_PP(subject_entry) != IS_ARRAY && Z_TYPE_PP(subject_entry) != IS_OBJECT) {
Z_TYPE_PP        4366 ext/standard/string.c 	if (Z_TYPE_PP(pcategory) == IS_LONG) {
Z_TYPE_PP        4404 ext/standard/string.c 	if (Z_TYPE_PP(args[0]) == IS_ARRAY) {
Z_TYPE_PP        4409 ext/standard/string.c 		if (Z_TYPE_PP(args[0]) == IS_ARRAY) {
Z_TYPE_PP        4445 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         726 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         739 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         879 ext/standard/var.c 						|| (Z_TYPE_PP(data) == IS_ARRAY && Z_ARRVAL_PP(data)->nApplyCount > 1)
Z_TYPE_PP         883 ext/standard/var.c 						if (Z_TYPE_PP(data) == IS_ARRAY) {
Z_TYPE_PP         887 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          70 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          95 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         120 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         426 ext/standard/var_unserializer.c 	if (Z_TYPE_PP(rval) != IS_OBJECT) {
Z_TYPE_PP          74 ext/tidy/tidy.c         if(Z_TYPE_PP(_val) == IS_ARRAY) { \
Z_TYPE_PP         492 ext/wddx/wddx.c 				if (Z_TYPE_PP(varname) != IS_STRING) {
Z_TYPE_PP        1198 ext/wddx/wddx.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT) {
Z_TYPE_PP        1307 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        1442 ext/xmlrpc/xmlrpc-epi-php.c 						if (Z_TYPE_PP(attr) == IS_STRING) {
Z_TYPE_PP        1507 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         365 ext/zip/php_zip.c 		if (Z_TYPE_PP(option) != IS_LONG) {
Z_TYPE_PP         378 ext/zip/php_zip.c 		if (Z_TYPE_PP(option) != IS_STRING) {
Z_TYPE_PP         398 ext/zip/php_zip.c 		if (Z_TYPE_PP(option) != IS_STRING) {
Z_TYPE_PP        2682 ext/zip/php_zip.c 						switch (Z_TYPE_PP(zval_file)) {
Z_TYPE_PP         559 main/php_streams.h 		if (Z_TYPE_PP((zstream)) == IS_RESOURCE) { \
Z_TYPE_PP         561 main/php_streams.h 		} else (stream) = Z_TYPE_PP((zstream)) == IS_STRING ?  \
Z_TYPE_PP         188 main/php_variables.c 					|| Z_TYPE_PP(gpc_element_p) != IS_ARRAY) {
Z_TYPE_PP         675 main/php_variables.c 		if (Z_TYPE_PP(src_entry) != IS_ARRAY
Z_TYPE_PP         678 main/php_variables.c 			|| Z_TYPE_PP(dest_entry) != IS_ARRAY
Z_TYPE_PP         658 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) {
Z_TYPE_PP         160 sapi/phpdbg/phpdbg_info.c 				switch (Z_TYPE_PP(data)) {
Z_TYPE_PP         170 sapi/phpdbg/phpdbg_info.c 				if (Z_TYPE_PP(data) == IS_RESOURCE) {
Z_TYPE_PP         184 sapi/phpdbg/phpdbg_info.c 				} else if (Z_TYPE_PP(data) == IS_OBJECT) {
Z_TYPE_PP         350 sapi/phpdbg/phpdbg_watch.c 				} else if (Z_TYPE_PP(zv) == IS_OBJECT) {
Z_TYPE_PP         352 sapi/phpdbg/phpdbg_watch.c 				} else if (Z_TYPE_PP(zv) == IS_ARRAY) {
Z_TYPE_PP         380 sapi/phpdbg/phpdbg_watch.c 			} else if (Z_TYPE_PP(zv) == IS_OBJECT) {
Z_TYPE_PP         382 sapi/phpdbg/phpdbg_watch.c 			} else if (Z_TYPE_PP(zv) == IS_ARRAY) {
Z_TYPE_PP         607 sapi/phpdbg/phpdbg_watch.c 				switch (Z_TYPE_PP((zval **)curTest)) {