Z_TYPE_PP 331 Zend/zend_API.c *p = (Z_TYPE_PP(arg) == IS_NULL); Z_TYPE_PP 334 Zend/zend_API.c switch (Z_TYPE_PP(arg)) { Z_TYPE_PP 390 Zend/zend_API.c *p = (Z_TYPE_PP(arg) == IS_NULL); Z_TYPE_PP 393 Zend/zend_API.c switch (Z_TYPE_PP(arg)) { Z_TYPE_PP 429 Zend/zend_API.c switch (Z_TYPE_PP(arg)) { Z_TYPE_PP 478 Zend/zend_API.c *p = (Z_TYPE_PP(arg) == IS_NULL); Z_TYPE_PP 481 Zend/zend_API.c switch (Z_TYPE_PP(arg)) { Z_TYPE_PP 503 Zend/zend_API.c if (check_null && Z_TYPE_PP(arg) == IS_NULL) { Z_TYPE_PP 507 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_RESOURCE) { Z_TYPE_PP 518 Zend/zend_API.c if (check_null && Z_TYPE_PP(arg) == IS_NULL) { Z_TYPE_PP 522 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_ARRAY || (c == 'A' && Z_TYPE_PP(arg) == IS_OBJECT)) { Z_TYPE_PP 533 Zend/zend_API.c if (check_null && Z_TYPE_PP(arg) == IS_NULL) { Z_TYPE_PP 537 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_ARRAY) { Z_TYPE_PP 539 Zend/zend_API.c } else if(c == 'H' && Z_TYPE_PP(arg) == IS_OBJECT) { Z_TYPE_PP 553 Zend/zend_API.c if (check_null && Z_TYPE_PP(arg) == IS_NULL) { Z_TYPE_PP 557 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_OBJECT) { Z_TYPE_PP 570 Zend/zend_API.c if (check_null && Z_TYPE_PP(arg) == IS_NULL) { Z_TYPE_PP 574 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_OBJECT && Z_TYPE_PP 592 Zend/zend_API.c if (check_null && Z_TYPE_PP(arg) == IS_NULL) { Z_TYPE_PP 626 Zend/zend_API.c if (check_null && Z_TYPE_PP(arg) == IS_NULL) { Z_TYPE_PP 656 Zend/zend_API.c if (check_null && Z_TYPE_PP(arg) == IS_NULL) { Z_TYPE_PP 667 Zend/zend_API.c if (check_null && Z_TYPE_PP(arg) == IS_NULL) { Z_TYPE_PP 1056 Zend/zend_API.c if ((Z_TYPE_PP(pp) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || Z_TYPE_PP 1057 Zend/zend_API.c (Z_TYPE_PP(pp) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT_ARRAY) { Z_TYPE_PP 3089 Zend/zend_API.c (Z_TYPE_PP(obj) == IS_OBJECT || Z_TYPE_PP 3090 Zend/zend_API.c Z_TYPE_PP(obj) == IS_STRING) && Z_TYPE_PP 3091 Zend/zend_API.c Z_TYPE_PP(method) == IS_STRING) { Z_TYPE_PP 3093 Zend/zend_API.c if (Z_TYPE_PP(obj) == IS_STRING) { Z_TYPE_PP 3158 Zend/zend_API.c if (!obj || (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT)) { Z_TYPE_PP 3810 Zend/zend_API.c Z_TYPE_PP(property) = Z_TYPE_P(value); Z_TYPE_PP 2030 Zend/zend_builtin_functions.c if (Z_TYPE_PP(arg) != IS_OBJECT) { Z_TYPE_PP 382 Zend/zend_exceptions.c if (Z_TYPE_PP(tmp) != IS_STRING) { \ Z_TYPE_PP 411 Zend/zend_exceptions.c switch (Z_TYPE_PP(arg)) { Z_TYPE_PP 551 Zend/zend_exceptions.c if (Z_TYPE_PP(frame) != IS_ARRAY) { Z_TYPE_PP 565 Zend/zend_exceptions.c if (Z_TYPE_PP(file) != IS_STRING) { Z_TYPE_PP 570 Zend/zend_exceptions.c if (Z_TYPE_PP(tmp) == IS_LONG) { Z_TYPE_PP 592 Zend/zend_exceptions.c if (Z_TYPE_PP(tmp) == IS_ARRAY) { Z_TYPE_PP 555 Zend/zend_execute.c if (Z_TYPE_PP(object_ptr) == IS_NULL Z_TYPE_PP 556 Zend/zend_execute.c || (Z_TYPE_PP(object_ptr) == IS_BOOL && Z_LVAL_PP(object_ptr) == 0) Z_TYPE_PP 557 Zend/zend_execute.c || (Z_TYPE_PP(object_ptr) == IS_STRING && Z_STRLEN_PP(object_ptr) == 0) Z_TYPE_PP 1452 Zend/zend_execute.c if (Z_TYPE_PP(pz) > 9) { Z_TYPE_PP 1458 Zend/zend_execute.c } else if (Z_TYPE_PP(pz) == IS_ARRAY) { Z_TYPE_PP 1460 Zend/zend_execute.c } else if (Z_TYPE_PP(pz) == IS_OBJECT) { Z_TYPE_PP 200 Zend/zend_execute_API.c if (Z_TYPE_PP(zv) == IS_OBJECT && Z_REFCOUNT_PP(zv) == 1) { Z_TYPE_PP 461 Zend/zend_execute_API.c Z_TYPE_P(value) = Z_TYPE_PP(p); Z_TYPE_PP 580 Zend/zend_execute_API.c if (!(Z_TYPE_PP(element) & IS_CONSTANT_INDEX)) { Z_TYPE_PP 584 Zend/zend_execute_API.c Z_TYPE_PP(element) &= ~IS_CONSTANT_INDEX; Z_TYPE_PP 627 Zend/zend_execute_API.c Z_TYPE_PP(element) |= IS_CONSTANT_INDEX; Z_TYPE_PP 560 Zend/zend_object_handlers.c Z_TYPE_PP(variable_ptr) = Z_TYPE_P(value); Z_TYPE_PP 1479 Zend/zend_object_handlers.c result = (Z_TYPE_PP(value) != IS_NULL); Z_TYPE_PP 382 Zend/zend_operators.h if (Z_TYPE_PP(ppzv)!=IS_##upper_type) { \ Z_TYPE_PP 418 Zend/zend_operators.h if (Z_TYPE_PP(ppzv) != str_type) { \ Z_TYPE_PP 432 Zend/zend_operators.h if (Z_TYPE_PP(ppzv)!=IS_LONG && Z_TYPE_PP(ppzv)!=IS_DOUBLE) { \ Z_TYPE_PP 199 Zend/zend_variables.c if (Z_TYPE_PP(p) & (IS_LEXICAL_VAR|IS_LEXICAL_REF)) { Z_TYPE_PP 200 Zend/zend_variables.c is_ref = Z_TYPE_PP(p) & IS_LEXICAL_REF; Z_TYPE_PP 461 Zend/zend_vm_def.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 502 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 825 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 872 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 920 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 963 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 1649 Zend/zend_vm_def.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 2708 Zend/zend_vm_def.h if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) { Z_TYPE_PP 2712 Zend/zend_vm_def.h if (Z_TYPE_PP(method) != IS_STRING) { Z_TYPE_PP 2716 Zend/zend_vm_def.h if (Z_TYPE_PP(obj) == IS_STRING) { Z_TYPE_PP 3557 Zend/zend_vm_def.h if (Z_TYPE_PP(value) == IS_CONSTANT_ARRAY || Z_TYPE_PP 3558 Zend/zend_vm_def.h (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_PP 3971 Zend/zend_vm_def.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 4070 Zend/zend_vm_def.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 4114 Zend/zend_vm_def.h } else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) { Z_TYPE_PP 4127 Zend/zend_vm_def.h if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) { Z_TYPE_PP 4438 Zend/zend_vm_def.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 4515 Zend/zend_vm_def.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 1305 Zend/zend_vm_execute.h if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) { Z_TYPE_PP 1309 Zend/zend_vm_execute.h if (Z_TYPE_PP(method) != IS_STRING) { Z_TYPE_PP 1313 Zend/zend_vm_execute.h if (Z_TYPE_PP(obj) == IS_STRING) { Z_TYPE_PP 1630 Zend/zend_vm_execute.h if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) { Z_TYPE_PP 1634 Zend/zend_vm_execute.h if (Z_TYPE_PP(method) != IS_STRING) { Z_TYPE_PP 1638 Zend/zend_vm_execute.h if (Z_TYPE_PP(obj) == IS_STRING) { Z_TYPE_PP 1817 Zend/zend_vm_execute.h if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) { Z_TYPE_PP 1821 Zend/zend_vm_execute.h if (Z_TYPE_PP(method) != IS_STRING) { Z_TYPE_PP 1825 Zend/zend_vm_execute.h if (Z_TYPE_PP(obj) == IS_STRING) { Z_TYPE_PP 2042 Zend/zend_vm_execute.h if (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT) { Z_TYPE_PP 2046 Zend/zend_vm_execute.h if (Z_TYPE_PP(method) != IS_STRING) { Z_TYPE_PP 2050 Zend/zend_vm_execute.h if (Z_TYPE_PP(obj) == IS_STRING) { Z_TYPE_PP 2799 Zend/zend_vm_execute.h } else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) { Z_TYPE_PP 2812 Zend/zend_vm_execute.h if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) { Z_TYPE_PP 3742 Zend/zend_vm_execute.h if (Z_TYPE_PP(value) == IS_CONSTANT_ARRAY || Z_TYPE_PP 3743 Zend/zend_vm_execute.h (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_PP 4015 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 5768 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 6476 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 8110 Zend/zend_vm_execute.h } else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) { Z_TYPE_PP 8123 Zend/zend_vm_execute.h if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) { Z_TYPE_PP 9283 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 11000 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 11585 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 12501 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 12548 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 12596 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 12639 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 13427 Zend/zend_vm_execute.h } else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) { Z_TYPE_PP 13440 Zend/zend_vm_execute.h if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) { Z_TYPE_PP 14240 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 14281 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 15195 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 15610 Zend/zend_vm_execute.h if (Z_TYPE_PP(value) == IS_CONSTANT_ARRAY || Z_TYPE_PP 15611 Zend/zend_vm_execute.h (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_PP 15831 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 15930 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 16024 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 16101 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 16759 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 16800 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 17551 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 18015 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 18114 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 18200 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 18858 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 18899 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 19814 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 20411 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 20510 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 20604 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 20681 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 21064 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 21105 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 21457 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 21894 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 22498 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 22539 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 23289 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 23803 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 23902 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 23988 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 24457 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 24498 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 25262 Zend/zend_vm_execute.h if (Z_TYPE_PP(value) == IS_CONSTANT_ARRAY || Z_TYPE_PP 25263 Zend/zend_vm_execute.h (Z_TYPE_PP(value) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { Z_TYPE_PP 25319 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 25417 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 25502 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 25879 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 25920 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 26645 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 26743 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 26828 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 27205 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 27246 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 27971 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 28069 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 28154 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 28532 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 28573 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 28960 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 29001 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 29723 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 29821 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 29906 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 30203 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 30249 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 30296 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 30338 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 31097 Zend/zend_vm_execute.h } else if (Z_TYPE_PP(array_ptr_ptr) == IS_OBJECT) { Z_TYPE_PP 31110 Zend/zend_vm_execute.h if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) { Z_TYPE_PP 31774 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 31815 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 32724 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 33139 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 33237 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 33330 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 33407 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 34060 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 34101 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 34847 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 35187 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 35285 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 35370 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 36023 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 36064 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 36974 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 37446 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 37544 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 37637 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 37714 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 38092 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 38133 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 38484 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 38798 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) != IS_NULL) { Z_TYPE_PP 39378 Zend/zend_vm_execute.h } else if (UNEXPECTED(Z_TYPE_PP(container) == IS_OBJECT)) { Z_TYPE_PP 39419 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_PP(var_ptr) == IS_OBJECT) Z_TYPE_PP 40164 Zend/zend_vm_execute.h if (Z_TYPE_PP(object_ptr) == IS_OBJECT) { Z_TYPE_PP 40553 Zend/zend_vm_execute.h switch (Z_TYPE_PP(container)) { Z_TYPE_PP 40651 Zend/zend_vm_execute.h if (Z_TYPE_PP(container) == IS_OBJECT) { Z_TYPE_PP 40736 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { Z_TYPE_PP 386 ext/bz2/bz2.c if (Z_TYPE_PP(file) == IS_STRING) { Z_TYPE_PP 401 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 2355 ext/curl/interface.c if (Z_TYPE_PP(zvalue) == IS_NULL) { Z_TYPE_PP 2383 ext/curl/interface.c if (Z_TYPE_PP(zvalue) != IS_NULL) { Z_TYPE_PP 2585 ext/curl/interface.c if (Z_TYPE_PP(zvalue) == IS_ARRAY || Z_TYPE_PP(zvalue) == IS_OBJECT) { Z_TYPE_PP 2618 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 2788 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 2789 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 2790 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 3721 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 3722 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 4164 ext/date/php_date.c if (zend_hash_find(myht, element, strlen(element) + 1, (void**) &z_arg) == SUCCESS && Z_TYPE_PP(z_arg) == IS_LONG) { \ Z_TYPE_PP 4175 ext/date/php_date.c if (Z_TYPE_PP(z_arg) == IS_STRING) { \ Z_TYPE_PP 4177 ext/date/php_date.c } else if (Z_TYPE_PP(z_arg) == IS_LONG || Z_TYPE_PP(z_arg) == IS_BOOL) { \ Z_TYPE_PP 4179 ext/date/php_date.c } else if (Z_TYPE_PP(z_arg) == IS_DOUBLE) { \ Z_TYPE_PP 4895 ext/date/php_date.c if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { Z_TYPE_PP 4900 ext/date/php_date.c } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { Z_TYPE_PP 4908 ext/date/php_date.c if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { Z_TYPE_PP 4912 ext/date/php_date.c } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { Z_TYPE_PP 4920 ext/date/php_date.c if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { Z_TYPE_PP 4924 ext/date/php_date.c } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { Z_TYPE_PP 4932 ext/date/php_date.c if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_interval) { Z_TYPE_PP 4944 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 4951 ext/date/php_date.c Z_TYPE_PP(ht_entry) == IS_BOOL) { Z_TYPE_PP 1811 ext/dom/node.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 1822 ext/dom/node.c Z_TYPE_PP(tmp) == IS_ARRAY) { Z_TYPE_PP 1825 ext/dom/node.c if (Z_TYPE_PP(tmpns) == IS_STRING) { Z_TYPE_PP 1861 ext/dom/node.c if (Z_TYPE_PP(tmpns) == IS_STRING) { Z_TYPE_PP 318 ext/ereg/ereg.c if (Z_TYPE_PP(regex) == IS_STRING) { Z_TYPE_PP 322 ext/ereg/ereg.c if (Z_TYPE_PP(regex) == IS_DOUBLE) { Z_TYPE_PP 564 ext/ereg/ereg.c if (Z_TYPE_PP(arg_pattern) == IS_STRING) { Z_TYPE_PP 577 ext/ereg/ereg.c if (Z_TYPE_PP(arg_replace) == IS_STRING) { Z_TYPE_PP 378 ext/filter/filter.c if (Z_TYPE_PP(value) == IS_OBJECT) { Z_TYPE_PP 395 ext/filter/filter.c ((flags & FILTER_NULL_ON_FAILURE && Z_TYPE_PP(value) == IS_NULL) || Z_TYPE_PP 396 ext/filter/filter.c (!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_PP(value) == IS_BOOL && Z_LVAL_PP(value) == 0)) && Z_TYPE_PP 499 ext/filter/filter.c if (Z_TYPE_PP(value) == IS_ARRAY) { Z_TYPE_PP 512 ext/filter/filter.c if (Z_TYPE_PP(element) == IS_ARRAY) { Z_TYPE_PP 597 ext/filter/filter.c if (filter_args && Z_TYPE_PP(filter_args) != IS_ARRAY) { Z_TYPE_PP 627 ext/filter/filter.c if (Z_TYPE_PP(option) == IS_ARRAY) { Z_TYPE_PP 637 ext/filter/filter.c if (Z_TYPE_PP(filtered) == IS_ARRAY) { Z_TYPE_PP 693 ext/filter/filter.c } else if (Z_TYPE_PP(op) == IS_LONG) { Z_TYPE_PP 697 ext/filter/filter.c } else if (Z_TYPE_PP(op) == IS_ARRAY) { Z_TYPE_PP 760 ext/filter/filter.c if (Z_TYPE_PP(filter_args) == IS_LONG) { Z_TYPE_PP 762 ext/filter/filter.c } else if (Z_TYPE_PP(filter_args) == IS_ARRAY && zend_hash_find(HASH_OF(*filter_args), "flags", sizeof("flags"), (void **)&option) == SUCCESS) { Z_TYPE_PP 765 ext/filter/filter.c if (Z_TYPE_PP(filter_args) == IS_ARRAY && Z_TYPE_PP 767 ext/filter/filter.c Z_TYPE_PP(opt) == IS_ARRAY && Z_TYPE_PP 829 ext/filter/filter.c && (Z_TYPE_PP(op) != IS_ARRAY) Z_TYPE_PP 830 ext/filter/filter.c && (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op))) Z_TYPE_PP 841 ext/filter/filter.c if (Z_TYPE_PP(op) == IS_LONG) { Z_TYPE_PP 843 ext/filter/filter.c } else if (Z_TYPE_PP(op) == IS_ARRAY && zend_hash_find(HASH_OF(*op), "flags", sizeof("flags"), (void **)&option) == SUCCESS) { Z_TYPE_PP 877 ext/filter/filter.c && (Z_TYPE_PP(op) != IS_ARRAY) Z_TYPE_PP 878 ext/filter/filter.c && (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op))) Z_TYPE_PP 121 ext/filter/filter_private.h if (Z_TYPE_PP(zv) != IS_LONG) { \ Z_TYPE_PP 57 ext/filter/logical_filters.c if (Z_TYPE_PP(option_val) == IS_STRING) { \ Z_TYPE_PP 1541 ext/gd/gd.c if (Z_TYPE_PP(item) != IS_LONG) { Z_TYPE_PP 3356 ext/gd/gd.c if (Z_TYPE_PP(var) != IS_LONG) { Z_TYPE_PP 3367 ext/gd/gd.c if (Z_TYPE_PP(var) != IS_LONG) { Z_TYPE_PP 4873 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 4874 ext/gd/gd.c if (Z_TYPE_PP(var) != IS_ARRAY || zend_hash_num_elements(Z_ARRVAL_PP(var)) != 3 ) { Z_TYPE_PP 4881 ext/gd/gd.c if (Z_TYPE_PP(var2) != IS_DOUBLE) { Z_TYPE_PP 4982 ext/gd/gd.c if (Z_TYPE_PP(tmp) != IS_LONG) { 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 5172 ext/gd/gd.c switch (Z_TYPE_PP(zval_affine_elem)) { Z_TYPE_PP 5197 ext/gd/gd.c if (Z_TYPE_PP(tmp) != IS_LONG) { 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 5301 ext/gd/gd.c if (Z_TYPE_PP(tmp) != IS_DOUBLE) { Z_TYPE_PP 5316 ext/gd/gd.c if (Z_TYPE_PP(tmp) != IS_DOUBLE) { Z_TYPE_PP 5400 ext/gd/gd.c switch (Z_TYPE_PP(tmp)) { Z_TYPE_PP 5422 ext/gd/gd.c switch (Z_TYPE_PP(tmp)) { Z_TYPE_PP 383 ext/gmp/gmp.c if (Z_TYPE_PP(zval) == IS_RESOURCE) { \ Z_TYPE_PP 412 ext/gmp/gmp.c switch (Z_TYPE_PP(val)) { Z_TYPE_PP 494 ext/gmp/gmp.c if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) { Z_TYPE_PP 557 ext/gmp/gmp.c if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) { Z_TYPE_PP 763 ext/gmp/gmp.c if (Z_TYPE_PP(gmpnumber_arg) == IS_RESOURCE) { Z_TYPE_PP 985 ext/gmp/gmp.c if (Z_TYPE_PP(a_arg) == IS_RESOURCE) { Z_TYPE_PP 1017 ext/gmp/gmp.c if (Z_TYPE_PP(base_arg) == IS_LONG && Z_LVAL_PP(base_arg) >= 0) { Z_TYPE_PP 1054 ext/gmp/gmp.c if (Z_TYPE_PP(exp_arg) == IS_LONG && Z_LVAL_PP(exp_arg) >= 0) { Z_TYPE_PP 1300 ext/gmp/gmp.c if (Z_TYPE_PP(b_arg) == IS_LONG) { Z_TYPE_PP 2179 ext/iconv/iconv.c if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) { Z_TYPE_PP 2198 ext/iconv/iconv.c if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) { Z_TYPE_PP 2210 ext/iconv/iconv.c if (Z_TYPE_PP(ppval) == IS_STRING && Z_STRLEN_PP(ppval) > 0) { Z_TYPE_PP 2233 ext/iconv/iconv.c if (Z_TYPE_PP(ppval) != IS_STRING) { Z_TYPE_PP 2377 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 236 ext/json/json.c if (Z_TYPE_PP(val) == IS_ARRAY) { Z_TYPE_PP 293 ext/json/json.c if (key[0] == '\0' && Z_TYPE_PP(val) == IS_OBJECT) { Z_TYPE_PP 703 ext/ldap/ldap.c if (Z_TYPE_PP(filter) == IS_ARRAY) { Z_TYPE_PP 734 ext/ldap/ldap.c if (Z_TYPE_PP(entry) == IS_STRING) { Z_TYPE_PP 1350 ext/ldap/ldap.c if (Z_TYPE_PP(value) != IS_ARRAY) { Z_TYPE_PP 1360 ext/ldap/ldap.c if ((num_values == 1) && (Z_TYPE_PP(value) != IS_ARRAY)) { Z_TYPE_PP 2149 ext/ldap/ldap.c if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval)))) { Z_TYPE_PP 2158 ext/ldap/ldap.c if (Z_TYPE_PP(ctrlval) != IS_ARRAY) { Z_TYPE_PP 1912 ext/mbstring/mbstring.c switch (Z_TYPE_PP(arg1)) { Z_TYPE_PP 1969 ext/mbstring/mbstring.c switch (Z_TYPE_PP(arg1)) { Z_TYPE_PP 2310 ext/mbstring/mbstring.c if (Z_TYPE_PP(zoffset) == IS_STRING) { Z_TYPE_PP 2740 ext/mbstring/mbstring.c if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) { Z_TYPE_PP 2814 ext/mbstring/mbstring.c if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) { Z_TYPE_PP 3526 ext/mbstring/mbstring.c switch (Z_TYPE_PP(zfrom_enc)) { Z_TYPE_PP 3551 ext/mbstring/mbstring.c if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) { Z_TYPE_PP 3561 ext/mbstring/mbstring.c if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) { Z_TYPE_PP 3566 ext/mbstring/mbstring.c if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) { Z_TYPE_PP 3580 ext/mbstring/mbstring.c } else if (Z_TYPE_PP(hash_entry) == IS_STRING) { Z_TYPE_PP 3589 ext/mbstring/mbstring.c } else if (Z_TYPE_PP(var) == IS_STRING) { Z_TYPE_PP 3632 ext/mbstring/mbstring.c if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) { Z_TYPE_PP 3642 ext/mbstring/mbstring.c if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) { Z_TYPE_PP 3647 ext/mbstring/mbstring.c if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) { Z_TYPE_PP 3662 ext/mbstring/mbstring.c } else if (Z_TYPE_PP(hash_entry) == IS_STRING) { Z_TYPE_PP 3678 ext/mbstring/mbstring.c } else if (Z_TYPE_PP(var) == IS_STRING) { Z_TYPE_PP 713 ext/mbstring/php_mbregex.c if (Z_TYPE_PP(arg_pattern) != IS_STRING) { Z_TYPE_PP 715 ext/mbstring/php_mbregex.c if (Z_TYPE_PP(arg_pattern) == IS_DOUBLE) { Z_TYPE_PP 857 ext/mbstring/php_mbregex.c if (Z_TYPE_PP(arg_pattern_zval) == IS_STRING) { Z_TYPE_PP 178 ext/mcrypt/mcrypt_filter.c if (Z_TYPE_PP(tmpzval) == IS_STRING) { Z_TYPE_PP 186 ext/mcrypt/mcrypt_filter.c if (Z_TYPE_PP(tmpzval) == IS_STRING) { Z_TYPE_PP 194 ext/mcrypt/mcrypt_filter.c if (Z_TYPE_PP(tmpzval) == IS_STRING) { Z_TYPE_PP 202 ext/mcrypt/mcrypt_filter.c Z_TYPE_PP(tmpzval) == IS_STRING) { Z_TYPE_PP 222 ext/mcrypt/mcrypt_filter.c Z_TYPE_PP(tmpzval) != IS_STRING) { Z_TYPE_PP 1863 ext/mssql/php_mssql.c switch(Z_TYPE_PP(field)) { Z_TYPE_PP 1829 ext/mysqli/mysqli_api.c if (expected_type != Z_TYPE_PP(mysql_value)) { Z_TYPE_PP 654 ext/mysqli/mysqli_nonapi.c if (Z_TYPE_PP(elem) != IS_OBJECT || Z_TYPE_PP 694 ext/mysqli/mysqli_nonapi.c if (Z_TYPE_PP(elem) != IS_OBJECT || !instanceof_function(Z_OBJCE_PP(elem), mysqli_link_class_entry TSRMLS_CC)) { Z_TYPE_PP 67 ext/mysqlnd/mysqlnd_bt.c switch (Z_TYPE_PP(arg)) { Z_TYPE_PP 109 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_PP(zv) == IS_STRING) { Z_TYPE_PP 120 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE_PP(zv) == IS_STRING) { Z_TYPE_PP 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 344 ext/opcache/zend_accelerator_module.c Z_TYPE_PP(zfilename) != IS_STRING || Z_TYPE_PP 622 ext/openssl/openssl.c if (Z_TYPE_PP(data) == IS_ARRAY) { Z_TYPE_PP 625 ext/openssl/openssl.c } else if (Z_TYPE_PP(data) == IS_STRING) { Z_TYPE_PP 797 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 803 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 863 ext/openssl/openssl.c && Z_TYPE_PP(item) == IS_LONG) { Z_TYPE_PP 1247 ext/openssl/openssl.c if (Z_TYPE_PP(val) == IS_RESOURCE) { Z_TYPE_PP 1268 ext/openssl/openssl.c if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) { Z_TYPE_PP 1896 ext/openssl/openssl.c if (Z_TYPE_PP(zcerts) == IS_ARRAY) { Z_TYPE_PP 1981 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 2059 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 2367 ext/openssl/openssl.c if (Z_TYPE_PP(val) == IS_RESOURCE) { Z_TYPE_PP 2379 ext/openssl/openssl.c } else if (Z_TYPE_PP(val) != IS_STRING) { Z_TYPE_PP 2798 ext/openssl/openssl.c if (Z_TYPE_PP(val) == IS_ARRAY) { Z_TYPE_PP 2808 ext/openssl/openssl.c if (Z_TYPE_PP(zphrase) == IS_STRING) { Z_TYPE_PP 2824 ext/openssl/openssl.c if (Z_TYPE_PP(val) == IS_RESOURCE) { Z_TYPE_PP 2869 ext/openssl/openssl.c if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) { Z_TYPE_PP 3079 ext/openssl/openssl.c Z_TYPE_PP(bn) == IS_STRING) { \ Z_TYPE_PP 3104 ext/openssl/openssl.c Z_TYPE_PP(data) == IS_ARRAY) { Z_TYPE_PP 3128 ext/openssl/openssl.c Z_TYPE_PP(data) == IS_ARRAY) { Z_TYPE_PP 3152 ext/openssl/openssl.c Z_TYPE_PP(data) == IS_ARRAY) { Z_TYPE_PP 3681 ext/openssl/openssl.c if (Z_TYPE_PP(zrecipcerts) == 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 1386 ext/pcre/php_pcre.c if (!is_callable_replace && Z_TYPE_PP(replace) == IS_ARRAY && Z_TYPE_PP(regex) != IS_ARRAY) { Z_TYPE_PP 1392 ext/pcre/php_pcre.c if (Z_TYPE_PP(replace) != IS_ARRAY && (Z_TYPE_PP(replace) != IS_OBJECT || !is_callable_replace)) { Z_TYPE_PP 1412 ext/pcre/php_pcre.c if (Z_TYPE_PP(regex) != IS_ARRAY) Z_TYPE_PP 1416 ext/pcre/php_pcre.c if (Z_TYPE_PP(subject) == IS_ARRAY) { Z_TYPE_PP 1841 ext/pcre/php_pcre.c if (Z_TYPE_PP(entry) != IS_STRING) { Z_TYPE_PP 1880 ext/pcre/php_pcre.c if (Z_TYPE_PP(entry) != IS_STRING) { Z_TYPE_PP 284 ext/pdo/pdo_dbh.c if (Z_TYPE_PP(v) == IS_STRING && !is_numeric_string(Z_STRVAL_PP(v), Z_STRLEN_PP(v), NULL, NULL, 0) && Z_STRLEN_PP(v) > 0) { Z_TYPE_PP 529 ext/pdo/pdo_dbh.c if (Z_TYPE_PP(opt) != IS_ARRAY || zend_hash_index_find(Z_ARRVAL_PP(opt), 0, (void**)&item) == FAILURE Z_TYPE_PP 530 ext/pdo/pdo_dbh.c || Z_TYPE_PP(item) != IS_STRING Z_TYPE_PP 554 ext/pdo/pdo_dbh.c if (Z_TYPE_PP(item) != IS_ARRAY) { Z_TYPE_PP 762 ext/pdo/pdo_dbh.c if (zend_hash_index_find(Z_ARRVAL_P(value), 0, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) { Z_TYPE_PP 799 ext/pdo/pdo_dbh.c || Z_TYPE_PP(item) != IS_STRING Z_TYPE_PP 827 ext/pdo/pdo_dbh.c if (Z_TYPE_PP(item) != IS_ARRAY) { Z_TYPE_PP 1085 ext/pdo/pdo_stmt.c if (Z_TYPE_PP(curr_val) != IS_ARRAY) { Z_TYPE_PP 1899 ext/pdo/pdo_stmt.c if (Z_TYPE_PP(args[skip]) != IS_LONG) { Z_TYPE_PP 1937 ext/pdo/pdo_stmt.c } else if (Z_TYPE_PP(args[skip+1]) != IS_LONG) { Z_TYPE_PP 1959 ext/pdo/pdo_stmt.c } else if (Z_TYPE_PP(args[skip+1]) != IS_STRING) { Z_TYPE_PP 1979 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 1982 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 1999 ext/pdo/pdo_stmt.c } else if (Z_TYPE_PP(args[skip+1]) != IS_OBJECT) { Z_TYPE_PP 1245 ext/pgsql/pgsql.c if (i == 1 && ZEND_NUM_ARGS() == 2 && Z_TYPE_PP(args[i]) == IS_LONG) { Z_TYPE_PP 1866 ext/pgsql/pgsql.c if (Z_TYPE_PP(tmp) == IS_NULL) { Z_TYPE_PP 2073 ext/pgsql/pgsql.c if (Z_TYPE_PP(tmp) == IS_NULL) { Z_TYPE_PP 2541 ext/pgsql/pgsql.c switch(Z_TYPE_PP(field)) { Z_TYPE_PP 2908 ext/pgsql/pgsql.c switch(Z_TYPE_PP(field)) { Z_TYPE_PP 4762 ext/pgsql/pgsql.c if (Z_TYPE_PP(tmp) == IS_NULL) { Z_TYPE_PP 4917 ext/pgsql/pgsql.c if (Z_TYPE_PP(tmp) == IS_NULL) { Z_TYPE_PP 5486 ext/pgsql/pgsql.c if (!err && (Z_TYPE_PP(val) == IS_ARRAY || Z_TYPE_PP 5487 ext/pgsql/pgsql.c Z_TYPE_PP(val) == IS_OBJECT || Z_TYPE_PP 5488 ext/pgsql/pgsql.c Z_TYPE_PP(val) == IS_CONSTANT_ARRAY)) { Z_TYPE_PP 5508 ext/pgsql/pgsql.c switch (Z_TYPE_PP(val)) { Z_TYPE_PP 5562 ext/pgsql/pgsql.c switch (Z_TYPE_PP(val)) { Z_TYPE_PP 5604 ext/pgsql/pgsql.c switch (Z_TYPE_PP(val)) { Z_TYPE_PP 5649 ext/pgsql/pgsql.c switch (Z_TYPE_PP(val)) { Z_TYPE_PP 5694 ext/pgsql/pgsql.c switch (Z_TYPE_PP(val)) { Z_TYPE_PP 5735 ext/pgsql/pgsql.c switch (Z_TYPE_PP(val)) { Z_TYPE_PP 5768 ext/pgsql/pgsql.c switch(Z_TYPE_PP(val)) { Z_TYPE_PP 5799 ext/pgsql/pgsql.c switch(Z_TYPE_PP(val)) { Z_TYPE_PP 5830 ext/pgsql/pgsql.c switch(Z_TYPE_PP(val)) { Z_TYPE_PP 5861 ext/pgsql/pgsql.c switch(Z_TYPE_PP(val)) { Z_TYPE_PP 5940 ext/pgsql/pgsql.c switch (Z_TYPE_PP(val)) { Z_TYPE_PP 5993 ext/pgsql/pgsql.c switch(Z_TYPE_PP(val)) { Z_TYPE_PP 6230 ext/pgsql/pgsql.c switch(Z_TYPE_PP(val)) { Z_TYPE_PP 6242 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 6333 ext/pgsql/pgsql.c if (where_cond && Z_TYPE_PP(val) == IS_STRING && !strcmp(Z_STRVAL_PP(val), "NULL")) { Z_TYPE_PP 6339 ext/pgsql/pgsql.c switch(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 4374 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 2195 ext/reflection/php_reflection.c if (Z_TYPE_PP(classref) == IS_OBJECT) { Z_TYPE_PP 2210 ext/reflection/php_reflection.c if (ce == zend_ce_closure && Z_TYPE_PP(classref) == IS_OBJECT Z_TYPE_PP 2249 ext/reflection/php_reflection.c if (Z_TYPE_PP(parameter) == IS_LONG) { Z_TYPE_PP 2866 ext/reflection/php_reflection.c if (Z_TYPE_PP(params[0]) != IS_OBJECT) { Z_TYPE_PP 3111 ext/reflection/php_reflection.c if (Z_TYPE_PP(name) == IS_STRING Z_TYPE_PP 3134 ext/reflection/php_reflection.c if (Z_TYPE_PP(name) == IS_STRING Z_TYPE_PP 3157 ext/reflection/php_reflection.c if (Z_TYPE_PP(name) == IS_STRING Z_TYPE_PP 4688 ext/reflection/php_reflection.c if (Z_TYPE_PP(name) == IS_STRING Z_TYPE_PP 4711 ext/reflection/php_reflection.c if (Z_TYPE_PP(name) == IS_STRING Z_TYPE_PP 4734 ext/reflection/php_reflection.c if (Z_TYPE_PP(name) == IS_STRING Z_TYPE_PP 5055 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 939 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 1032 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 1428 ext/session/session.c if (Z_TYPE_PP(ppid) != IS_STRING) { Z_TYPE_PP 1527 ext/session/session.c Z_TYPE_PP(data) == IS_ARRAY && Z_TYPE_PP 1537 ext/session/session.c Z_TYPE_PP(data) == IS_ARRAY && Z_TYPE_PP 1545 ext/session/session.c Z_TYPE_PP(data) == IS_ARRAY && Z_TYPE_PP 1558 ext/session/session.c Z_TYPE_PP(data) == IS_STRING && Z_TYPE_PP 1578 ext/session/session.c Z_TYPE_PP(data) == IS_STRING && Z_TYPE_PP 2521 ext/session/session.c && Z_TYPE_PP(ppid) == IS_STRING) { Z_TYPE_PP 2554 ext/session/session.c if (Z_TYPE_PP(progress_ary) != IS_ARRAY) { Z_TYPE_PP 2560 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 408 ext/soap/php_encoding.c Z_TYPE_PP(ztype) != IS_LONG) { Z_TYPE_PP 413 ext/soap/php_encoding.c Z_TYPE_PP(zstype) == IS_STRING) { Z_TYPE_PP 415 ext/soap/php_encoding.c Z_TYPE_PP(zns) == IS_STRING) { Z_TYPE_PP 452 ext/soap/php_encoding.c Z_TYPE_PP(zstype) == IS_STRING) { Z_TYPE_PP 454 ext/soap/php_encoding.c Z_TYPE_PP(zns) == IS_STRING) { Z_TYPE_PP 463 ext/soap/php_encoding.c Z_TYPE_PP(zname) == IS_STRING) { Z_TYPE_PP 467 ext/soap/php_encoding.c Z_TYPE_PP(znamens) == IS_STRING) { Z_TYPE_PP 485 ext/soap/php_encoding.c if (Z_TYPE_PP(tmp) == IS_STRING && Z_TYPE_PP 1351 ext/soap/php_encoding.c if (Z_TYPE_PP(el) != IS_ARRAY) { Z_TYPE_PP 1495 ext/soap/php_encoding.c Z_TYPE_PP(classname) == IS_STRING && Z_TYPE_PP 1724 ext/soap/php_encoding.c if (Z_TYPE_PP(val) == IS_NULL && model->u.element->nillable) { Z_TYPE_PP 1988 ext/soap/php_encoding.c if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) { Z_TYPE_PP 2415 ext/soap/php_encoding.c if (el != NULL && Z_TYPE_PP(el) == IS_ARRAY && Z_TYPE_PP 2419 ext/soap/php_encoding.c if (Z_TYPE_PP(el) == IS_ARRAY) { Z_TYPE_PP 3646 ext/soap/php_encoding.c if (Z_TYPE_PP(tmp) == IS_OBJECT && Z_TYPE_PP 3651 ext/soap/php_encoding.c Z_TYPE_PP(ztype) != IS_LONG) { Z_TYPE_PP 3657 ext/soap/php_encoding.c Z_TYPE_PP(ztype) == IS_STRING) { Z_TYPE_PP 3664 ext/soap/php_encoding.c Z_TYPE_PP(ztype) == IS_STRING) { Z_TYPE_PP 3670 ext/soap/php_encoding.c } else if (Z_TYPE_PP(tmp) == IS_ARRAY && is_map(*tmp)) { Z_TYPE_PP 3675 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 (res == HASH_KEY_IS_STRING && Z_TYPE_PP(data) == IS_ARRAY) { Z_TYPE_PP 832 ext/soap/php_http.c Z_TYPE_PP(value) == IS_STRING) { Z_TYPE_PP 835 ext/soap/php_http.c Z_TYPE_PP(tmp) != IS_STRING || Z_TYPE_PP 838 ext/soap/php_http.c Z_TYPE_PP(tmp) != IS_STRING || Z_TYPE_PP 859 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 904 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 954 ext/soap/php_http.c Z_TYPE_PP(cookies) != IS_ARRAY) { Z_TYPE_PP 1145 ext/soap/php_http.c Z_TYPE_PP(digest) != IS_ARRAY) && Z_TYPE_PP 1147 ext/soap/php_http.c Z_TYPE_PP(login) == IS_STRING && Z_TYPE_PP 1149 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 872 ext/soap/soap.c if (Z_TYPE_PP(t_ns) == IS_STRING && Z_TYPE_PP(t_code) == IS_STRING) { Z_TYPE_PP 1007 ext/soap/soap.c if (Z_TYPE_PP(tmp) != IS_ARRAY) { Z_TYPE_PP 1023 ext/soap/soap.c if (Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 1025 ext/soap/soap.c } else if (Z_TYPE_PP(tmp) != IS_NULL) { Z_TYPE_PP 1029 ext/soap/soap.c if (Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 1031 ext/soap/soap.c } else if (Z_TYPE_PP(tmp) != IS_NULL) { Z_TYPE_PP 1141 ext/soap/soap.c if (Z_TYPE_PP(tmp) == IS_LONG && Z_TYPE_PP 1150 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 1157 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 1162 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 1174 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_ARRAY) { Z_TYPE_PP 1183 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_ARRAY && Z_TYPE_PP 1189 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG) { Z_TYPE_PP 1194 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG) { Z_TYPE_PP 1199 ext/soap/soap.c (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG)) { Z_TYPE_PP 1425 ext/soap/soap.c if (Z_TYPE_PP(tmp_function) != IS_STRING) { Z_TYPE_PP 1581 ext/soap/soap.c Z_TYPE_PP(server_vars) == IS_ARRAY && Z_TYPE_PP 1583 ext/soap/soap.c Z_TYPE_PP(encoding) == IS_STRING) { Z_TYPE_PP 1683 ext/soap/soap.c Z_TYPE_PP(tmp_soap) == IS_OBJECT && Z_TYPE_PP 1814 ext/soap/soap.c Z_TYPE_PP(tmp) != IS_NULL) { Z_TYPE_PP 1829 ext/soap/soap.c Z_TYPE_PP(tmp) != IS_NULL) { Z_TYPE_PP 2082 ext/soap/soap.c Z_TYPE_PP(agent_name) == IS_STRING) { Z_TYPE_PP 2151 ext/soap/soap.c Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0) { Z_TYPE_PP 2358 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2365 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG && Z_TYPE_PP 2371 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG && Z_TYPE_PP 2378 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_RESOURCE) { Z_TYPE_PP 2384 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2391 ext/soap/soap.c if (Z_TYPE_PP(tmp) == IS_LONG || Z_TYPE_PP 2397 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2400 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2404 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG && Z_TYPE_PP 2410 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2417 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2420 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2426 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2432 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2437 ext/soap/soap.c (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) && Z_TYPE_PP 2443 ext/soap/soap.c (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) && Z_TYPE_PP 2449 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG && Z_TYPE_PP 2458 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2470 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_ARRAY) { Z_TYPE_PP 2481 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_ARRAY && Z_TYPE_PP 2487 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG) { Z_TYPE_PP 2503 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG) { Z_TYPE_PP 2508 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2513 ext/soap/soap.c (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) && Z_LVAL_PP(tmp) == 0) { Z_TYPE_PP 2518 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG) { Z_TYPE_PP 2573 ext/soap/soap.c (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) { Z_TYPE_PP 2608 ext/soap/soap.c (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) { Z_TYPE_PP 2653 ext/soap/soap.c (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) { Z_TYPE_PP 2658 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) == SOAP_1_2) { Z_TYPE_PP 2666 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2685 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2692 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_ARRAY) { Z_TYPE_PP 2701 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_LONG) { Z_TYPE_PP 2755 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 2810 ext/soap/soap.c Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0)) { Z_TYPE_PP 2844 ext/soap/soap.c if (Z_TYPE_PP(tmp) != IS_OBJECT || Z_TYPE_PP 2880 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2885 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2890 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 2913 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 3035 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 3054 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 3073 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 3092 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 3149 ext/soap/soap.c Z_TYPE_PP(cookies) == IS_ARRAY) { Z_TYPE_PP 3156 ext/soap/soap.c Z_TYPE_PP(cookies) != IS_ARRAY) { Z_TYPE_PP 3185 ext/soap/soap.c Z_TYPE_PP(cookies) == IS_ARRAY) { Z_TYPE_PP 3246 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 3722 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_BOOL && Z_LVAL_PP(tmp)) { Z_TYPE_PP 3730 ext/soap/soap.c if (Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 3736 ext/soap/soap.c } else if (Z_TYPE_PP(tmp) == IS_LONG) { Z_TYPE_PP 3913 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 3919 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 3956 ext/soap/soap.c if (zend_hash_find(prop, "faultcodens", sizeof("faultcodens"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 3960 ext/soap/soap.c if (zend_hash_find(prop, "_name", sizeof("_name"), (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 4008 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 4034 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 4064 ext/soap/soap.c Z_TYPE_PP(tmp) != IS_NULL) { Z_TYPE_PP 4109 ext/soap/soap.c Z_TYPE_PP(tmp) != IS_NULL) { Z_TYPE_PP 4136 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 4142 ext/soap/soap.c Z_TYPE_PP(tmp) == IS_STRING) { Z_TYPE_PP 4275 ext/soap/soap.c Z_TYPE_PP(zstyle) == IS_LONG) { Z_TYPE_PP 4298 ext/soap/soap.c Z_TYPE_PP(zuse) == IS_LONG && Z_LVAL_PP(zuse) == SOAP_LITERAL) { Z_TYPE_PP 4356 ext/soap/soap.c Z_TYPE_PP(name) == IS_STRING && Z_TYPE_PP 4358 ext/soap/soap.c Z_TYPE_PP(ns) == IS_STRING) { Z_TYPE_PP 4428 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 619 ext/spl/spl_array.c return Z_TYPE_PP(tmp) != IS_NULL; Z_TYPE_PP 642 ext/spl/spl_array.c return Z_TYPE_PP(tmp) != IS_NULL; Z_TYPE_PP 1109 ext/spl/spl_array.c if (Z_TYPE_PP(array) == IS_ARRAY) { Z_TYPE_PP 1113 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 1122 ext/spl/spl_array.c if (Z_TYPE_PP(array) != IS_OBJECT && Z_TYPE_PP(array) != IS_ARRAY) { Z_TYPE_PP 1137 ext/spl/spl_array.c if (Z_TYPE_PP(array) == IS_OBJECT) { Z_TYPE_PP 1627 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 1651 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 956 ext/standard/array.c if (Z_TYPE_PP(args[0]) != IS_ARRAY) { Z_TYPE_PP 1007 ext/standard/array.c if (Z_TYPE_PP(args[0]) != IS_ARRAY) { Z_TYPE_PP 1062 ext/standard/array.c if (recursive && Z_TYPE_PP(args[0]) == IS_ARRAY) { Z_TYPE_PP 1493 ext/standard/array.c if (ZEND_NUM_ARGS() == 1 && Z_TYPE_PP(args[0]) == IS_ARRAY) { Z_TYPE_PP 1561 ext/standard/array.c if (Z_TYPE_PP(entry) == IS_LONG) { Z_TYPE_PP 1567 ext/standard/array.c if (Z_TYPE_PP(entry) != IS_STRING) { Z_TYPE_PP 2150 ext/standard/array.c if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) { Z_TYPE_PP 2224 ext/standard/array.c HashTable *thash = Z_TYPE_PP(dest_entry) == IS_ARRAY ? Z_ARRVAL_PP(dest_entry) : NULL; Z_TYPE_PP 2234 ext/standard/array.c if (Z_TYPE_PP(dest_entry) == IS_NULL) { Z_TYPE_PP 2240 ext/standard/array.c if (Z_TYPE_PP(src_entry) == IS_OBJECT) { Z_TYPE_PP 2299 ext/standard/array.c if (Z_TYPE_PP(src_entry) != IS_ARRAY || Z_TYPE_PP 2301 ext/standard/array.c Z_TYPE_PP(dest_entry) != IS_ARRAY) { Z_TYPE_PP 2311 ext/standard/array.c if (Z_TYPE_PP(src_entry) != IS_ARRAY || Z_TYPE_PP 2313 ext/standard/array.c Z_TYPE_PP(dest_entry) != IS_ARRAY) { Z_TYPE_PP 2355 ext/standard/array.c if (Z_TYPE_PP(args[i]) != IS_ARRAY) { Z_TYPE_PP 2511 ext/standard/array.c if (Z_TYPE_PP(entry) == IS_LONG) { Z_TYPE_PP 2520 ext/standard/array.c } else if (Z_TYPE_PP(entry) == IS_STRING) { Z_TYPE_PP 2544 ext/standard/array.c switch (Z_TYPE_PP(param)) { Z_TYPE_PP 2588 ext/standard/array.c if (Z_TYPE_PP(data) != IS_ARRAY) { Z_TYPE_PP 2599 ext/standard/array.c } else if ((Z_TYPE_PP(zcolumn) == IS_STRING) && Z_TYPE_PP 2602 ext/standard/array.c } else if ((Z_TYPE_PP(zcolumn) == IS_LONG) && Z_TYPE_PP 2610 ext/standard/array.c if (zkey && (Z_TYPE_PP(zkey) == IS_STRING)) { Z_TYPE_PP 2612 ext/standard/array.c } else if (zkey && (Z_TYPE_PP(zkey) == IS_LONG)) { Z_TYPE_PP 2617 ext/standard/array.c if (zkeyval && Z_TYPE_PP(zkeyval) == IS_STRING) { Z_TYPE_PP 2619 ext/standard/array.c } else if (zkeyval && Z_TYPE_PP(zkeyval) == IS_LONG) { Z_TYPE_PP 2621 ext/standard/array.c } else if (zkeyval && Z_TYPE_PP(zkeyval) == IS_OBJECT) { Z_TYPE_PP 2763 ext/standard/array.c if (Z_TYPE_PP(entry) == IS_LONG) { Z_TYPE_PP 2765 ext/standard/array.c } else if (Z_TYPE_PP(entry) == IS_STRING) { Z_TYPE_PP 2987 ext/standard/array.c if (Z_TYPE_PP(args[i]) != IS_ARRAY) { Z_TYPE_PP 3152 ext/standard/array.c if (Z_TYPE_PP(args[i]) != IS_ARRAY) { Z_TYPE_PP 3405 ext/standard/array.c if (Z_TYPE_PP(args[i]) != IS_ARRAY) { Z_TYPE_PP 3569 ext/standard/array.c if (Z_TYPE_PP(args[i]) != IS_ARRAY) { Z_TYPE_PP 3853 ext/standard/array.c if (Z_TYPE_PP(args[i]) == IS_ARRAY) { Z_TYPE_PP 3868 ext/standard/array.c } else if (Z_TYPE_PP(args[i]) == IS_LONG) { Z_TYPE_PP 4078 ext/standard/array.c if (Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT) { Z_TYPE_PP 4112 ext/standard/array.c if (Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT) { Z_TYPE_PP 4296 ext/standard/array.c if (Z_TYPE_PP(arrays[i]) != IS_ARRAY) { Z_TYPE_PP 4543 ext/standard/array.c if (Z_TYPE_PP(entry_keys) == IS_LONG) { Z_TYPE_PP 4549 ext/standard/array.c if (Z_TYPE_PP(entry_keys) != IS_STRING) { Z_TYPE_PP 156 ext/standard/assert.c if (Z_TYPE_PP(assertion) == IS_STRING) { Z_TYPE_PP 4267 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 4285 ext/standard/basic_functions.c if (Z_TYPE_PP(entry) != IS_STRING) { Z_TYPE_PP 4332 ext/standard/basic_functions.c if (Z_TYPE_PP(entry) != IS_STRING) { Z_TYPE_PP 4407 ext/standard/basic_functions.c if (Z_TYPE_PP(args) != IS_ARRAY) { Z_TYPE_PP 4417 ext/standard/basic_functions.c if (Z_TYPE_PP(args) != IS_ARRAY) { Z_TYPE_PP 5040 ext/standard/basic_functions.c && Z_TYPE_PP(obj) == IS_OBJECT Z_TYPE_PP 5041 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 662 ext/standard/file.c if (Z_TYPE_PP(tmp) != IS_STRING) { Z_TYPE_PP 1885 ext/standard/file.c if (Z_TYPE_PP(field_tmp) != IS_STRING) { Z_TYPE_PP 1925 ext/standard/file.c if (Z_TYPE_PP(field_tmp) != IS_STRING) { Z_TYPE_PP 2009 ext/standard/file.c if (len_zv != NULL && Z_TYPE_PP(len_zv) != IS_NULL) { Z_TYPE_PP 1229 ext/standard/filters.c if (Z_TYPE_PP(tmpval) != IS_STRING) { Z_TYPE_PP 1264 ext/standard/filters.c if (Z_TYPE_PP(tmpval) != IS_LONG) { Z_TYPE_PP 1287 ext/standard/filters.c if (Z_TYPE_PP(tmpval) != IS_LONG) { Z_TYPE_PP 1313 ext/standard/filters.c if (Z_TYPE_PP(tmpval) != IS_BOOL) { Z_TYPE_PP 530 ext/standard/ftp_fopen_wrapper.c Z_TYPE_PP(tmpzval) == IS_LONG && Z_TYPE_PP 83 ext/standard/http.c if (Z_TYPE_PP(zdata) == IS_ARRAY || Z_TYPE_PP(zdata) == IS_OBJECT) { Z_TYPE_PP 140 ext/standard/http.c php_url_encode_hash_ex(HASH_OF(*zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_PP(zdata) == IS_OBJECT ? *zdata : NULL), arg_sep, enc_type TSRMLS_CC); Z_TYPE_PP 143 ext/standard/http.c } else if (Z_TYPE_PP(zdata) == IS_NULL || Z_TYPE_PP(zdata) == IS_RESOURCE) { Z_TYPE_PP 171 ext/standard/http.c switch (Z_TYPE_PP(zdata)) { Z_TYPE_PP 157 ext/standard/http_fopen_wrapper.c Z_TYPE_PP(tmpzval) != IS_STRING || Z_TYPE_PP 187 ext/standard/http_fopen_wrapper.c Z_TYPE_PP(tmpzval) == IS_STRING && Z_TYPE_PP 236 ext/standard/http_fopen_wrapper.c if (Z_TYPE_PP(tmpzval) == IS_ARRAY) { Z_TYPE_PP 243 ext/standard/http_fopen_wrapper.c if (Z_TYPE_PP(tmpheader) == IS_STRING) { Z_TYPE_PP 267 ext/standard/http_fopen_wrapper.c } else if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval)) { Z_TYPE_PP 348 ext/standard/http_fopen_wrapper.c if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0) { Z_TYPE_PP 424 ext/standard/http_fopen_wrapper.c if (Z_TYPE_PP(tmpzval) == IS_ARRAY) { Z_TYPE_PP 433 ext/standard/http_fopen_wrapper.c if (Z_TYPE_PP(tmpheader) == IS_STRING) { Z_TYPE_PP 445 ext/standard/http_fopen_wrapper.c if (Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval)) { Z_TYPE_PP 568 ext/standard/http_fopen_wrapper.c Z_TYPE_PP(ua_zval) == IS_STRING) { Z_TYPE_PP 606 ext/standard/http_fopen_wrapper.c Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0 Z_TYPE_PP 621 ext/standard/http_fopen_wrapper.c Z_TYPE_PP(tmpzval) == IS_STRING && Z_STRLEN_PP(tmpzval) > 0) { Z_TYPE_PP 652 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 115 ext/standard/proc_open.c if (Z_TYPE_PP(element) != IS_STRING) { Z_TYPE_PP 152 ext/standard/proc_open.c if (Z_TYPE_PP(element) != IS_STRING) { Z_TYPE_PP 196 ext/standard/proc_open.c if (Z_TYPE_PP(element) != IS_STRING) { Z_TYPE_PP 507 ext/standard/proc_open.c if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) && Z_TYPE_PP 513 ext/standard/proc_open.c if ((Z_TYPE_PP(item) == IS_BOOL || Z_TYPE_PP(item) == IS_LONG) && Z_TYPE_PP 556 ext/standard/proc_open.c if (Z_TYPE_PP(descitem) == IS_RESOURCE) { Z_TYPE_PP 582 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 937 ext/standard/streamsfuncs.c && Z_TYPE_PP(wval) == IS_ARRAY) { Z_TYPE_PP 976 ext/standard/streamsfuncs.c if (Z_TYPE_PP(tmp) == IS_ARRAY) { Z_TYPE_PP 1577 ext/standard/streamsfuncs.c if (Z_TYPE_PP(zstream) == IS_RESOURCE) { Z_TYPE_PP 1235 ext/standard/string.c if (Z_TYPE_PP(arg1) != IS_ARRAY) { Z_TYPE_PP 1247 ext/standard/string.c if (Z_TYPE_PP(arg1) == IS_ARRAY) { Z_TYPE_PP 1251 ext/standard/string.c } else if (Z_TYPE_PP(arg2) == IS_ARRAY) { Z_TYPE_PP 2329 ext/standard/string.c if (Z_TYPE_PP(str) != IS_ARRAY) { Z_TYPE_PP 2335 ext/standard/string.c if (Z_TYPE_PP(repl) != IS_ARRAY) { Z_TYPE_PP 2341 ext/standard/string.c if (Z_TYPE_PP(from) != IS_ARRAY) { Z_TYPE_PP 2350 ext/standard/string.c if (Z_TYPE_PP(len) != IS_ARRAY) { Z_TYPE_PP 2355 ext/standard/string.c if (Z_TYPE_PP(str) != IS_ARRAY) { Z_TYPE_PP 2360 ext/standard/string.c if (Z_TYPE_PP(str) == IS_STRING) { Z_TYPE_PP 2362 ext/standard/string.c (argc == 3 && Z_TYPE_PP(from) == IS_ARRAY) || Z_TYPE_PP 2363 ext/standard/string.c (argc == 4 && Z_TYPE_PP(from) != Z_TYPE_PP(len)) Z_TYPE_PP 2368 ext/standard/string.c if (argc == 4 && Z_TYPE_PP(from) == IS_ARRAY) { Z_TYPE_PP 2376 ext/standard/string.c if (Z_TYPE_PP(str) != IS_ARRAY) { Z_TYPE_PP 2377 ext/standard/string.c if (Z_TYPE_PP(from) != IS_ARRAY) { Z_TYPE_PP 2412 ext/standard/string.c if (Z_TYPE_PP(repl) == IS_ARRAY) { Z_TYPE_PP 2426 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 2442 ext/standard/string.c if (Z_TYPE_PP(from) == IS_ARRAY) { Z_TYPE_PP 2446 ext/standard/string.c if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) { Z_TYPE_PP 2450 ext/standard/string.c if (Z_TYPE_PP(repl) == IS_ARRAY) { Z_TYPE_PP 2461 ext/standard/string.c if(Z_TYPE_PP(tmp_str) != IS_STRING) { Z_TYPE_PP 2473 ext/standard/string.c if (Z_TYPE_PP(from) == IS_ARRAY) { Z_TYPE_PP 2475 ext/standard/string.c if(Z_TYPE_PP(tmp_from) != IS_LONG) { Z_TYPE_PP 2508 ext/standard/string.c if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) { Z_TYPE_PP 2510 ext/standard/string.c if(Z_TYPE_PP(tmp_len) != IS_LONG) { Z_TYPE_PP 2541 ext/standard/string.c if (Z_TYPE_PP(repl) == IS_ARRAY) { Z_TYPE_PP 2545 ext/standard/string.c if(Z_TYPE_PP(tmp_repl) != IS_STRING) { Z_TYPE_PP 2556 ext/standard/string.c if(Z_TYPE_PP(tmp_repl) != IS_STRING) { Z_TYPE_PP 2569 ext/standard/string.c if(Z_TYPE_PP(tmp_repl) != IS_STRING) { Z_TYPE_PP 2596 ext/standard/string.c if(Z_TYPE_PP(tmp_str) != IS_STRING) { Z_TYPE_PP 2953 ext/standard/string.c if (Z_TYPE_PP(entry) != IS_STRING) { Z_TYPE_PP 3155 ext/standard/string.c if (ac == 2 && Z_TYPE_PP(from) != IS_ARRAY) { Z_TYPE_PP 3995 ext/standard/string.c if (Z_TYPE_PP(search) != IS_ARRAY) { Z_TYPE_PP 3998 ext/standard/string.c } else if (Z_TYPE_PP(replace) != IS_ARRAY) { Z_TYPE_PP 4003 ext/standard/string.c if (Z_TYPE_PP(subject) == IS_ARRAY) { Z_TYPE_PP 4010 ext/standard/string.c if (Z_TYPE_PP(subject_entry) != IS_ARRAY && Z_TYPE_PP(subject_entry) != IS_OBJECT) { Z_TYPE_PP 4371 ext/standard/string.c if (Z_TYPE_PP(pcategory) == IS_LONG) { Z_TYPE_PP 4409 ext/standard/string.c if (Z_TYPE_PP(args[0]) == IS_ARRAY) { Z_TYPE_PP 4414 ext/standard/string.c if (Z_TYPE_PP(args[0]) == IS_ARRAY) { Z_TYPE_PP 4450 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 882 ext/standard/var.c || (Z_TYPE_PP(data) == IS_ARRAY && Z_ARRVAL_PP(data)->nApplyCount > 1) Z_TYPE_PP 886 ext/standard/var.c if (Z_TYPE_PP(data) == IS_ARRAY) { Z_TYPE_PP 890 ext/standard/var.c if (Z_TYPE_PP(data) == IS_ARRAY) { Z_TYPE_PP 41 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 71 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 96 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 121 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 431 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 494 ext/wddx/wddx.c if (Z_TYPE_PP(varname) != IS_STRING) { Z_TYPE_PP 1200 ext/wddx/wddx.c if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT) { Z_TYPE_PP 1309 ext/wddx/wddx.c if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT) { Z_TYPE_PP 488 ext/xml/xml.c if (Z_TYPE_PP(data) != IS_ARRAY && Z_TYPE_PP(data) != IS_OBJECT) { Z_TYPE_PP 540 ext/xml/xml.c Z_TYPE_PP(obj) == IS_OBJECT && Z_TYPE_PP 541 ext/xml/xml.c Z_TYPE_PP(method) == IS_STRING) { Z_TYPE_PP 386 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_PP(val) == IS_STRING) { Z_TYPE_PP 397 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_PP(val) == IS_STRING) { Z_TYPE_PP 410 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_PP(val) == IS_STRING) { Z_TYPE_PP 426 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_PP(val) == IS_STRING) { Z_TYPE_PP 434 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_PP(val) == IS_ARRAY) { Z_TYPE_PP 442 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_PP(iter_val) == IS_STRING && Z_STRVAL_PP(iter_val)) { Z_TYPE_PP 459 ext/xmlrpc/xmlrpc-epi-php.c } else if (Z_TYPE_PP(val) == IS_STRING) { Z_TYPE_PP 1443 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_PP(attr) == IS_STRING) { Z_TYPE_PP 1508 ext/xmlrpc/xmlrpc-epi-php.c vtype = determine_vector_type((Z_TYPE_PP(arg) == IS_OBJECT) ? Z_OBJPROP_PP(arg) : Z_ARRVAL_PP(arg)); Z_TYPE_PP 157 ext/xsl/xsltprocessor.c if (Z_TYPE_PP(value) != IS_STRING) { Z_TYPE_PP 354 ext/zip/php_zip.c if (Z_TYPE_PP(option) != IS_LONG) { Z_TYPE_PP 367 ext/zip/php_zip.c if (Z_TYPE_PP(option) != IS_STRING) { Z_TYPE_PP 387 ext/zip/php_zip.c if (Z_TYPE_PP(option) != IS_STRING) { Z_TYPE_PP 2464 ext/zip/php_zip.c switch (Z_TYPE_PP(zval_file)) { Z_TYPE_PP 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 184 main/php_variables.c || Z_TYPE_PP(gpc_element_p) != IS_ARRAY) { Z_TYPE_PP 592 main/php_variables.c if (Z_TYPE_PP(src_entry) != IS_ARRAY Z_TYPE_PP 595 main/php_variables.c || Z_TYPE_PP(dest_entry) != IS_ARRAY Z_TYPE_PP 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) {