IS_ARRAY 278 Zend/zend.c case IS_ARRAY: IS_ARRAY 332 Zend/zend.c case IS_ARRAY: IS_ARRAY 625 Zend/zend.c Z_TYPE_INFO_P(&globals) = IS_ARRAY | (IS_TYPE_SYMBOLTABLE << Z_TYPE_FLAGS_SHIFT); IS_ARRAY 185 Zend/zend_API.c case IS_ARRAY: IS_ARRAY 3247 Zend/zend_API.c case IS_ARRAY: IS_ARRAY 3480 Zend/zend_API.c if (Z_TYPE_P(args) != IS_ARRAY) { IS_ARRAY 3655 Zend/zend_API.c case IS_ARRAY: IS_ARRAY 4075 Zend/zend_API.c case IS_ARRAY: IS_ARRAY 105 Zend/zend_API.h #define ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) { #name, NULL, IS_ARRAY, pass_by_ref, allow_null, 0 }, IS_ARRAY 647 Zend/zend_API.h #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p)->get_properties((p)) : NULL))) IS_ARRAY 1165 Zend/zend_API.h if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY) || IS_ARRAY 1178 Zend/zend_API.h if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY)) { IS_ARRAY 894 Zend/zend_ast.c case IS_ARRAY: IS_ARRAY 1147 Zend/zend_ast.c case IS_ARRAY: APPEND_STR("array"); IS_ARRAY 1174 Zend/zend_ast.c case IS_ARRAY: PREFIX_OP("(array)", 240, 241); IS_ARRAY 252 Zend/zend_builtin_functions.c ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(arginfo_zend_test_func, IS_ARRAY, NULL, 0) IS_ARRAY 254 Zend/zend_builtin_functions.c ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(arginfo_zend_test_func2, IS_ARRAY, NULL, 1) IS_ARRAY 755 Zend/zend_builtin_functions.c if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 793 Zend/zend_builtin_functions.c if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 857 Zend/zend_builtin_functions.c case IS_ARRAY: IS_ARRAY 3177 Zend/zend_compile.c return zend_compile_func_typecheck(result, args, IS_ARRAY); IS_ARRAY 4531 Zend/zend_compile.c if (arg_info->type_hint == IS_ARRAY) { IS_ARRAY 4533 Zend/zend_compile.c && Z_TYPE(default_node.u.constant) != IS_ARRAY IS_ARRAY 7416 Zend/zend_compile.c if (Z_TYPE_P(container) == IS_ARRAY) { IS_ARRAY 312 Zend/zend_exceptions.c CHECK_EXC_TYPE("trace", IS_ARRAY); IS_ARRAY 563 Zend/zend_exceptions.c case IS_ARRAY: IS_ARRAY 615 Zend/zend_exceptions.c if (Z_TYPE_P(tmp) == IS_ARRAY) { IS_ARRAY 651 Zend/zend_exceptions.c if (Z_TYPE_P(trace) != IS_ARRAY) { IS_ARRAY 655 Zend/zend_exceptions.c if (Z_TYPE_P(frame) != IS_ARRAY) { IS_ARRAY 1699 Zend/zend_execute.c if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 1716 Zend/zend_execute.c if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 1814 Zend/zend_execute.c if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 1821 Zend/zend_execute.c if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 2019 Zend/zend_execute.c } else if (Z_TYPE_P(pz) == IS_ARRAY) { IS_ARRAY 2577 Zend/zend_execute.c if (Z_TYPE_P(var) != IS_ARRAY && Z_FE_ITER_P(var) != (uint32_t)-1) { IS_ARRAY 102 Zend/zend_gc.c } else if (GC_TYPE(ref) == IS_ARRAY) { IS_ARRAY 226 Zend/zend_gc.c ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); IS_ARRAY 351 Zend/zend_gc.c } else if (GC_TYPE(ref) == IS_ARRAY) { IS_ARRAY 456 Zend/zend_gc.c } else if (GC_TYPE(ref) == IS_ARRAY) { IS_ARRAY 582 Zend/zend_gc.c } else if (GC_TYPE(ref) == IS_ARRAY) { IS_ARRAY 769 Zend/zend_gc.c } else if (GC_TYPE(ref) == IS_ARRAY) { IS_ARRAY 934 Zend/zend_gc.c } else if (GC_TYPE(ref) == IS_ARRAY) { IS_ARRAY 1113 Zend/zend_gc.c } else if ((GC_TYPE(p) & GC_TYPE_MASK) == IS_ARRAY) { IS_ARRAY 547 Zend/zend_generators.c if (Z_TYPE(generator->values) == IS_ARRAY) { IS_ARRAY 176 Zend/zend_hash.c GC_TYPE_INFO(ht) = IS_ARRAY; IS_ARRAY 1708 Zend/zend_hash.c (Z_TYPE_P(Z_REFVAL_P(data)) != IS_ARRAY || IS_ARRAY 1791 Zend/zend_hash.c GC_TYPE_INFO(target) = IS_ARRAY; IS_ARRAY 473 Zend/zend_inheritance.c } else if (Z_TYPE_P(zv) == IS_ARRAY) { IS_ARRAY 644 Zend/zend_language_parser.y T_ARRAY { $$ = zend_ast_create_ex(ZEND_AST_TYPE, IS_ARRAY); } IS_ARRAY 949 Zend/zend_language_parser.y | T_ARRAY_CAST expr { $$ = zend_ast_create_cast(IS_ARRAY, $2); } IS_ARRAY 165 Zend/zend_object_handlers.c if (Z_TYPE(retval) == IS_ARRAY) { IS_ARRAY 321 Zend/zend_operators.c case IS_ARRAY: IS_ARRAY 381 Zend/zend_operators.c case IS_ARRAY: IS_ARRAY 466 Zend/zend_operators.c case IS_ARRAY: IS_ARRAY 546 Zend/zend_operators.c case IS_ARRAY: IS_ARRAY 588 Zend/zend_operators.c case IS_ARRAY: IS_ARRAY 621 Zend/zend_operators.c convert_object_to_type(op, &dst, IS_ARRAY, convert_to_array); IS_ARRAY 623 Zend/zend_operators.c if (Z_TYPE(dst) == IS_ARRAY) { IS_ARRAY 652 Zend/zend_operators.c case IS_ARRAY: IS_ARRAY 746 Zend/zend_operators.c case IS_ARRAY: IS_ARRAY 784 Zend/zend_operators.c case IS_ARRAY: IS_ARRAY 833 Zend/zend_operators.c case IS_ARRAY: IS_ARRAY 898 Zend/zend_operators.c case TYPE_PAIR(IS_ARRAY, IS_ARRAY): IS_ARRAY 1095 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_ARRAY) { IS_ARRAY 1101 Zend/zend_operators.c if (Z_TYPE_P(op2) == IS_ARRAY) { IS_ARRAY 1812 Zend/zend_operators.c case TYPE_PAIR(IS_ARRAY, IS_ARRAY): IS_ARRAY 1949 Zend/zend_operators.c } else if (Z_TYPE_P(op1)==IS_ARRAY) { IS_ARRAY 1952 Zend/zend_operators.c } else if (Z_TYPE_P(op2)==IS_ARRAY) { IS_ARRAY 2008 Zend/zend_operators.c case IS_ARRAY: IS_ARRAY 307 Zend/zend_operators.h case IS_ARRAY: IS_ARRAY 387 Zend/zend_operators.h case IS_ARRAY: \ IS_ARRAY 411 Zend/zend_operators.h #define convert_to_array_ex(pzv) convert_to_ex_master(pzv, array, IS_ARRAY) IS_ARRAY 401 Zend/zend_types.h #define IS_ARRAY_EX (IS_ARRAY | (( IS_TYPE_REFCOUNTED | IS_TYPE_COLLECTABLE | IS_TYPE_COPYABLE) << Z_TYPE_FLAGS_SHIFT)) IS_ARRAY 41 Zend/zend_variables.c case IS_ARRAY: { IS_ARRAY 93 Zend/zend_variables.c case IS_ARRAY: { IS_ARRAY 139 Zend/zend_variables.c case IS_ARRAY: IS_ARRAY 170 Zend/zend_variables.c case IS_ARRAY: IS_ARRAY 221 Zend/zend_variables.c if (EXPECTED(Z_TYPE_P(zvalue) == IS_ARRAY)) { IS_ARRAY 792 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 2086 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 2170 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 2200 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 2656 Zend/zend_vm_def.h if (Z_TYPE_P(var) != IS_ARRAY && Z_FE_ITER_P(var) != (uint32_t)-1) { IS_ARRAY 3288 Zend/zend_vm_def.h } else if (EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && IS_ARRAY 4409 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(args) == IS_ARRAY)) { IS_ARRAY 4568 Zend/zend_vm_def.h if (UNEXPECTED(Z_TYPE_P(args) != IS_ARRAY)) { IS_ARRAY 4571 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(args) == IS_ARRAY)) { IS_ARRAY 5342 Zend/zend_vm_def.h if (opline->extended_value == IS_ARRAY) { IS_ARRAY 5362 Zend/zend_vm_def.h if (Z_TYPE_P(expr) != IS_ARRAY) { IS_ARRAY 5619 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 5671 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 5748 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) { IS_ARRAY 5863 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) { IS_ARRAY 6020 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(array) == IS_ARRAY)) { IS_ARRAY 6199 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(array) == IS_ARRAY)) { IS_ARRAY 6506 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 6564 Zend/zend_vm_def.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 7454 Zend/zend_vm_def.h if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 950 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(args) == IS_ARRAY)) { IS_ARRAY 1109 Zend/zend_vm_execute.h if (UNEXPECTED(Z_TYPE_P(args) != IS_ARRAY)) { IS_ARRAY 1112 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(args) == IS_ARRAY)) { IS_ARRAY 2034 Zend/zend_vm_execute.h } else if (EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && IS_ARRAY 2457 Zend/zend_vm_execute.h } else if (EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && IS_ARRAY 2713 Zend/zend_vm_execute.h } else if (EXPECTED(Z_TYPE_P(function_name) == IS_ARRAY) && IS_ARRAY 3534 Zend/zend_vm_execute.h if (opline->extended_value == IS_ARRAY) { IS_ARRAY 3554 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) != IS_ARRAY) { IS_ARRAY 3715 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) { IS_ARRAY 3827 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) { IS_ARRAY 4122 Zend/zend_vm_execute.h if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 5387 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 6317 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 6375 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 9826 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 9884 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 11600 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 11658 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 12066 Zend/zend_vm_execute.h if (opline->extended_value == IS_ARRAY) { IS_ARRAY 12086 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) != IS_ARRAY) { IS_ARRAY 12119 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) { IS_ARRAY 12232 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) { IS_ARRAY 12510 Zend/zend_vm_execute.h if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 15513 Zend/zend_vm_execute.h if (opline->extended_value == IS_ARRAY) { IS_ARRAY 15533 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) != IS_ARRAY) { IS_ARRAY 15566 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) { IS_ARRAY 15681 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) { IS_ARRAY 15838 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(array) == IS_ARRAY)) { IS_ARRAY 16017 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(array) == IS_ARRAY)) { IS_ARRAY 16329 Zend/zend_vm_execute.h if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 16572 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 17414 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 17444 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 17930 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 17982 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 18686 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 19077 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 19107 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 19776 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 20618 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 20648 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 21086 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 21138 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 21435 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 22282 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 22312 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 22663 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 22715 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 22982 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 24045 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 24097 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 24182 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 24240 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 24793 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 25397 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 26353 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 26405 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 26490 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 26548 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 26884 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 27846 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 27898 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 27985 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 28043 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 29105 Zend/zend_vm_execute.h if (opline->extended_value == IS_ARRAY) { IS_ARRAY 29125 Zend/zend_vm_execute.h if (Z_TYPE_P(expr) != IS_ARRAY) { IS_ARRAY 29286 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) { IS_ARRAY 29398 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(array_ptr) == IS_ARRAY)) { IS_ARRAY 29693 Zend/zend_vm_execute.h if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 30577 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 31664 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 31748 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 31778 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 32357 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 32409 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 32593 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 32651 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 33935 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 34511 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 34541 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 35832 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 36774 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 36804 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 37360 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 37412 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 37497 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 37555 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 38492 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_ARRAY 39440 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 39470 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(object_ptr) == IS_ARRAY)) { IS_ARRAY 39941 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 39993 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 40080 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 40138 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 40516 Zend/zend_vm_execute.h if (Z_TYPE_P(var) != IS_ARRAY && Z_FE_ITER_P(var) != (uint32_t)-1) { IS_ARRAY 41727 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 42223 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 42281 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 44190 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 44248 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 45337 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 45395 Zend/zend_vm_execute.h if (EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_ARRAY 352 ext/bz2/bz2_filter.c if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { IS_ARRAY 377 ext/bz2/bz2_filter.c if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { IS_ARRAY 707 ext/com_dotnet/com_com.c if (sink && Z_TYPE_P(sink) == IS_ARRAY) { IS_ARRAY 142 ext/com_dotnet/com_variant.c case IS_ARRAY: IS_ARRAY 2520 ext/curl/interface.c if (Z_TYPE_P(zvalue) == IS_ARRAY || Z_TYPE_P(zvalue) == IS_OBJECT) { IS_ARRAY 205 ext/dba/dba.c if (Z_TYPE_P(key) == IS_ARRAY) { IS_ARRAY 1741 ext/dom/node.c if (tmp && Z_TYPE_P(tmp) == IS_ARRAY) { IS_ARRAY 186 ext/enchant/enchant.c if (Z_TYPE_P(zdesc)!=IS_ARRAY) { IS_ARRAY 223 ext/enchant/enchant.c if (Z_TYPE_P(zdesc) != IS_ARRAY) { IS_ARRAY 2039 ext/fileinfo/libmagic/softmagic.c } else if ((Z_LVAL(retval) > 0) && (Z_TYPE(subpats) == IS_ARRAY)) { IS_ARRAY 2043 ext/fileinfo/libmagic/softmagic.c if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) { IS_ARRAY 407 ext/filter/filter.c if (options && (Z_TYPE_P(options) == IS_ARRAY || Z_TYPE_P(options) == IS_OBJECT) && IS_ARRAY 500 ext/filter/filter.c if (Z_TYPE_P(value) == IS_ARRAY) { IS_ARRAY 510 ext/filter/filter.c if (Z_TYPE_P(element) == IS_ARRAY) { IS_ARRAY 594 ext/filter/filter.c if (filter_args && Z_TYPE_P(filter_args) != IS_ARRAY) { IS_ARRAY 622 ext/filter/filter.c if (Z_TYPE_P(option) == IS_ARRAY) { IS_ARRAY 632 ext/filter/filter.c if (Z_TYPE_P(filtered) == IS_ARRAY) { IS_ARRAY 684 ext/filter/filter.c } else if (Z_TYPE_P(op) == IS_ARRAY) { IS_ARRAY 742 ext/filter/filter.c } else if (Z_TYPE_P(filter_args) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) { IS_ARRAY 745 ext/filter/filter.c if (Z_TYPE_P(filter_args) == IS_ARRAY && IS_ARRAY 747 ext/filter/filter.c Z_TYPE_P(opt) == IS_ARRAY && IS_ARRAY 807 ext/filter/filter.c if (op && (Z_TYPE_P(op) != IS_ARRAY) && !(Z_TYPE_P(op) == IS_LONG && PHP_FILTER_ID_EXISTS(Z_LVAL_P(op)))) { IS_ARRAY 819 ext/filter/filter.c } else if (Z_TYPE_P(op) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(op), "flags", sizeof("flags") - 1)) != NULL) { IS_ARRAY 852 ext/filter/filter.c if (op && (Z_TYPE_P(op) != IS_ARRAY) && !(Z_TYPE_P(op) == IS_LONG && PHP_FILTER_ID_EXISTS(Z_LVAL_P(op)))) { IS_ARRAY 4445 ext/gd/gd.c if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRAY) { IS_ARRAY 4800 ext/gd/gd.c if (!options || Z_TYPE_P(options) != IS_ARRAY) { IS_ARRAY 609 ext/gmp/gmp.c || Z_TYPE_P(zv) != IS_ARRAY IS_ARRAY 2415 ext/iconv/iconv.c if (Z_TYPE_P(elem) != IS_ARRAY) { IS_ARRAY 1177 ext/imap/php_imap.c case IS_ARRAY: IS_ARRAY 3587 ext/imap/php_imap.c if (Z_TYPE_P(pvalue) == IS_ARRAY) { IS_ARRAY 3606 ext/imap/php_imap.c if (Z_TYPE_P(data) != IS_ARRAY) { IS_ARRAY 3631 ext/imap/php_imap.c if(Z_TYPE_P(pvalue) == IS_ARRAY) { IS_ARRAY 3663 ext/imap/php_imap.c if (Z_TYPE_P(pvalue) == IS_ARRAY) { IS_ARRAY 3699 ext/imap/php_imap.c } else if (Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 3735 ext/imap/php_imap.c if (Z_TYPE_P(pvalue) == IS_ARRAY) { IS_ARRAY 3767 ext/imap/php_imap.c if (Z_TYPE_P(pvalue) == IS_ARRAY) { IS_ARRAY 448 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 454 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY && IS_ARRAY 466 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 471 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 766 ext/interbase/ibase_query.c if (Z_TYPE_P(b_var) != IS_ARRAY) { IS_ARRAY 1677 ext/interbase/ibase_query.c if (Z_TYPE_P(return_value) == IS_ARRAY) { IS_ARRAY 204 ext/intl/converter/converter.c case IS_ARRAY: IS_ARRAY 281 ext/intl/converter/converter.c case IS_ARRAY: IS_ARRAY 170 ext/intl/dateformat/dateformat_format.c if (Z_TYPE_P(zarg) == IS_ARRAY) { IS_ARRAY 828 ext/intl/locale/locale_methods.c } else if(Z_TYPE_P(ele_value) == IS_ARRAY ) { IS_ARRAY 123 ext/json/json_encoder.c if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 452 ext/json/json_encoder.c if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 534 ext/json/json_encoder.c case IS_ARRAY: IS_ARRAY 256 ext/json/json_parser.y if (Z_TYPE_P(object) == IS_ARRAY) { IS_ARRAY 752 ext/ldap/ldap.c if (Z_TYPE_P(link) == IS_ARRAY) { IS_ARRAY 764 ext/ldap/ldap.c if (Z_TYPE_P(base_dn) == IS_ARRAY) { IS_ARRAY 782 ext/ldap/ldap.c if (Z_TYPE_P(filter) == IS_ARRAY) { IS_ARRAY 1474 ext/ldap/ldap.c if (Z_TYPE_P(value) != IS_ARRAY) { IS_ARRAY 1484 ext/ldap/ldap.c if ((num_values == 1) && (Z_TYPE_P(value) != IS_ARRAY)) { IS_ARRAY 1722 ext/ldap/ldap.c if (Z_TYPE_P(mod) != IS_ARRAY) { IS_ARRAY 1796 ext/ldap/ldap.c if (Z_TYPE_P(modinfo) != IS_ARRAY) { IS_ARRAY 2323 ext/ldap/ldap.c if ((Z_TYPE_P(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_P(newval)))) { IS_ARRAY 2331 ext/ldap/ldap.c if (Z_TYPE_P(ctrlval) != IS_ARRAY) { IS_ARRAY 815 ext/mbstring/mbstring.c if (Z_TYPE_P(array) == IS_ARRAY) { IS_ARRAY 1942 ext/mbstring/mbstring.c case IS_ARRAY: IS_ARRAY 3216 ext/mbstring/mbstring.c case IS_ARRAY: IS_ARRAY 3368 ext/mbstring/mbstring.c case IS_ARRAY: IS_ARRAY 3720 ext/mbstring/mbstring.c case IS_ARRAY: IS_ARRAY 3747 ext/mbstring/mbstring.c if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) { IS_ARRAY 3757 ext/mbstring/mbstring.c if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) { IS_ARRAY 3766 ext/mbstring/mbstring.c if (Z_TYPE_P(hash_entry) == IS_ARRAY || Z_TYPE_P(hash_entry) == IS_OBJECT) { IS_ARRAY 3834 ext/mbstring/mbstring.c if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) { IS_ARRAY 3844 ext/mbstring/mbstring.c if (Z_TYPE_P(var) == IS_ARRAY || Z_TYPE_P(var) == IS_OBJECT) { IS_ARRAY 3854 ext/mbstring/mbstring.c if (Z_TYPE_P(hash_entry) == IS_ARRAY || Z_TYPE_P(hash_entry) == IS_OBJECT) { IS_ARRAY 3949 ext/mbstring/mbstring.c if (Z_TYPE_P(zconvmap) == IS_ARRAY) { IS_ARRAY 172 ext/mcrypt/mcrypt_filter.c if (!filterparams || Z_TYPE_P(filterparams) != IS_ARRAY) { IS_ARRAY 1277 ext/mysqli/mysqli.c if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { IS_ARRAY 644 ext/mysqli/mysqli_nonapi.c if (Z_TYPE_P(in_array) != IS_ARRAY) { IS_ARRAY 82 ext/mysqli/mysqli_result_iterator.c return Z_TYPE(iterator->current_row) == IS_ARRAY ? SUCCESS : FAILURE; IS_ARRAY 107 ext/mysqli/mysqli_result_iterator.c if (Z_TYPE(iterator->current_row) == IS_ARRAY) { IS_ARRAY 137 ext/mysqli/mysqli_warning.c if (Z_TYPE(row) != IS_ARRAY) { IS_ARRAY 1798 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE(row) != IS_ARRAY) { IS_ARRAY 1825 ext/mysqlnd/mysqlnd_result.c if (Z_TYPE(row) != IS_ARRAY) { IS_ARRAY 1520 ext/oci8/oci8_interface.c if (Z_TYPE_P(return_value) == IS_ARRAY) { IS_ARRAY 912 ext/oci8/oci8_statement.c if (Z_TYPE_P(bind->zval) == IS_ARRAY) { IS_ARRAY 989 ext/oci8/oci8_statement.c } else if (Z_TYPE_P(bind->zval) == IS_ARRAY) { IS_ARRAY 1843 ext/odbc/php_odbc.c if (Z_TYPE_P(return_value) == IS_ARRAY) { IS_ARRAY 1896 ext/odbc/php_odbc.c if (Z_TYPE_P(pv_res_arr) != IS_ARRAY) { IS_ARRAY 107 ext/opcache/Optimizer/pass1_5.c opline->extended_value != IS_ARRAY && IS_ARRAY 111 ext/opcache/Optimizer/pass3.c && Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_ARRAY)) { IS_ARRAY 152 ext/opcache/Optimizer/zend_optimizer.c if (Z_TYPE_P(val) >= IS_ARRAY) { \ IS_ARRAY 2122 ext/opcache/ZendAccelerator.c case IS_ARRAY: IS_ARRAY 313 ext/opcache/zend_file_cache.c case IS_ARRAY: IS_ARRAY 874 ext/opcache/zend_file_cache.c case IS_ARRAY: IS_ARRAY 282 ext/opcache/zend_persist.c case IS_ARRAY: IS_ARRAY 338 ext/opcache/zend_persist.c case IS_ARRAY: IS_ARRAY 397 ext/opcache/zend_persist.c case IS_ARRAY: IS_ARRAY 479 ext/opcache/zend_persist.c GC_TYPE_INFO(op_array->static_variables) = IS_ARRAY | (IS_ARRAY_IMMUTABLE << 8); IS_ARRAY 136 ext/opcache/zend_persist_calc.c case IS_ARRAY: IS_ARRAY 694 ext/openssl/openssl.c if (Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 2254 ext/openssl/openssl.c if (calist && (Z_TYPE_P(calist) == IS_ARRAY)) { IS_ARRAY 2360 ext/openssl/openssl.c if (Z_TYPE_P(zcerts) == IS_ARRAY) { IS_ARRAY 3249 ext/openssl/openssl.c if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 3579 ext/openssl/openssl.c if (args && Z_TYPE_P(args) == IS_ARRAY) { IS_ARRAY 3583 ext/openssl/openssl.c Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 3607 ext/openssl/openssl.c Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 3631 ext/openssl/openssl.c Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 4233 ext/openssl/openssl.c if (Z_TYPE_P(zrecipcerts) == IS_ARRAY) { IS_ARRAY 168 ext/openssl/xp_ssl.c if (Z_TYPE(stream->wrapperdata) == IS_ARRAY && stream->wrapper && strcasecmp(stream->wrapper->wops->label, "HTTP") == 0) { IS_ARRAY 339 ext/openssl/xp_ssl.c } else if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 531 ext/openssl/xp_ssl.c if (Z_TYPE_P(val) == IS_STRING || Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 1341 ext/openssl/xp_ssl.c if (Z_TYPE_P(val) != IS_ARRAY) { IS_ARRAY 636 ext/pcntl/pcntl.c if (Z_TYPE_P(z_rusage) != IS_ARRAY) { IS_ARRAY 688 ext/pcntl/pcntl.c if (Z_TYPE_P(z_rusage) != IS_ARRAY) { IS_ARRAY 1058 ext/pcntl/pcntl.c if (Z_TYPE_P(user_oldset) != IS_ARRAY) { IS_ARRAY 1133 ext/pcntl/pcntl.c if (Z_TYPE_P(user_siginfo) != IS_ARRAY) { IS_ARRAY 1368 ext/pcre/php_pcre.c if (Z_TYPE_P(regex) == IS_ARRAY) { IS_ARRAY 1380 ext/pcre/php_pcre.c if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) { IS_ARRAY 1450 ext/pcre/php_pcre.c if (Z_TYPE_P(replace) != IS_ARRAY && (Z_TYPE_P(replace) != IS_OBJECT || !is_callable_replace)) { IS_ARRAY 1454 ext/pcre/php_pcre.c if (Z_TYPE_P(regex) != IS_ARRAY) { IS_ARRAY 1459 ext/pcre/php_pcre.c if (Z_TYPE_P(subject) == IS_ARRAY) { IS_ARRAY 1522 ext/pcre/php_pcre.c if (Z_TYPE_P(replace) == IS_ARRAY && Z_TYPE_P(regex) != IS_ARRAY) { IS_ARRAY 1673 ext/pcre/php_pcre.c if (Z_TYPE_P(replace) == IS_ARRAY && Z_TYPE_P(regex) != IS_ARRAY) { IS_ARRAY 405 ext/pdo/pdo_dbh.c if (Z_TYPE_P(ctor_args) != IS_ARRAY) { IS_ARRAY 486 ext/pdo/pdo_dbh.c if (Z_TYPE_P(opt) != IS_ARRAY || (item = zend_hash_index_find(Z_ARRVAL_P(opt), 0)) == NULL IS_ARRAY 511 ext/pdo/pdo_dbh.c if (Z_TYPE_P(item) != IS_ARRAY) { IS_ARRAY 718 ext/pdo/pdo_dbh.c if (Z_TYPE_P(value) == IS_ARRAY) { IS_ARRAY 754 ext/pdo/pdo_dbh.c if (Z_TYPE_P(value) != IS_ARRAY IS_ARRAY 784 ext/pdo/pdo_dbh.c if (Z_TYPE_P(item) != IS_ARRAY) { IS_ARRAY 1060 ext/pdo/pdo_stmt.c if (Z_TYPE_P(curr_val) != IS_ARRAY) { IS_ARRAY 1324 ext/pdo/pdo_stmt.c if (Z_TYPE_P(ctor_args) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { IS_ARRAY 1414 ext/pdo/pdo_stmt.c if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { IS_ARRAY 1419 ext/pdo/pdo_stmt.c if (Z_TYPE_P(ctor_args) != IS_ARRAY || !zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { IS_ARRAY 1532 ext/pdo/pdo_stmt.c if (Z_TYPE_P(return_value) != IS_ARRAY) { IS_ARRAY 1946 ext/pdo/pdo_stmt.c if (Z_TYPE(args[skip+2]) != IS_NULL && Z_TYPE(args[skip+2]) != IS_ARRAY) { IS_ARRAY 1949 ext/pdo/pdo_stmt.c } else if (Z_TYPE(args[skip+2]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL(args[skip+2]))) { IS_ARRAY 5809 ext/pgsql/pgsql.c assert(Z_TYPE_P(values) == IS_ARRAY); IS_ARRAY 5810 ext/pgsql/pgsql.c assert(Z_TYPE_P(result) == IS_ARRAY); IS_ARRAY 5853 ext/pgsql/pgsql.c if (!err && (Z_TYPE_P(val) == IS_ARRAY || Z_TYPE_P(val) == IS_OBJECT)) { IS_ARRAY 6554 ext/pgsql/pgsql.c assert(Z_TYPE_P(var_array) == IS_ARRAY); IS_ARRAY 6815 ext/pgsql/pgsql.c assert(Z_TYPE_P(var_array) == IS_ARRAY); IS_ARRAY 6816 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); IS_ARRAY 6921 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); IS_ARRAY 7012 ext/pgsql/pgsql.c assert(Z_TYPE_P(ret_array) == IS_ARRAY); IS_ARRAY 7050 ext/pgsql/pgsql.c assert(Z_TYPE_P(ids_array) == IS_ARRAY); IS_ARRAY 7051 ext/pgsql/pgsql.c assert(Z_TYPE_P(ret_array) == IS_ARRAY); IS_ARRAY 4316 ext/phar/phar_object.c case IS_ARRAY: IS_ARRAY 984 ext/posix/posix.c if (array_group == NULL || Z_TYPE_P(array_group) != IS_ARRAY) IS_ARRAY 1155 ext/posix/posix.c if (NULL == return_value || Z_TYPE_P(return_value) != IS_ARRAY) IS_ARRAY 491 ext/readline/readline.c if (Z_TYPE(_readline_array) == IS_ARRAY) { IS_ARRAY 713 ext/reflection/php_reflection.c } else if (Z_TYPE(zv) == IS_ARRAY) { IS_ARRAY 2363 ext/reflection/php_reflection.c case IS_ARRAY: { IS_ARRAY 2712 ext/reflection/php_reflection.c RETVAL_BOOL(param->arg_info->type_hint == IS_ARRAY); IS_ARRAY 2982 ext/reflection/php_reflection.c case IS_ARRAY: RETURN_STRINGL("array", sizeof("array") - 1); IS_ARRAY 89 ext/session/session.c if (Z_ISREF_P(&PS(http_session_vars)) && Z_TYPE_P(Z_REFVAL(PS(http_session_vars))) == IS_ARRAY) IS_ARRAY 319 ext/session/session.c Z_TYPE_P(array) == IS_ARRAY && IS_ARRAY 970 ext/session/session.c if ((Z_TYPE_P(tmp) == IS_ARRAY && Z_ARRVAL_P(tmp) == &EG(symbol_table)) || tmp == &PS(http_session_vars)) { IS_ARRAY 1064 ext/session/session.c if ((Z_TYPE_P(tmp) == IS_ARRAY && Z_ARRVAL_P(tmp) == &EG(symbol_table)) || tmp == &PS(http_session_vars)) { IS_ARRAY 1590 ext/session/session.c if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), lensess))) { IS_ARRAY 1598 ext/session/session.c if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), lensess))) { IS_ARRAY 1605 ext/session/session.c if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), lensess))) { IS_ARRAY 2852 ext/session/session.c if (Z_TYPE_P(progress_ary) != IS_ARRAY) { IS_ARRAY 1013 ext/simplexml/simplexml.c if (Z_TYPE_P(data_ptr) == IS_ARRAY) { IS_ARRAY 805 ext/snmp/snmp.c if ((st & SNMP_CMD_WALK) && Z_TYPE_P(return_value) == IS_ARRAY) { IS_ARRAY 816 ext/snmp/snmp.c if (Z_TYPE_P(return_value) == IS_ARRAY) { /* some records are fetched already, shut down further lookup */ IS_ARRAY 968 ext/snmp/snmp.c if (Z_TYPE_P(oid) != IS_ARRAY) { IS_ARRAY 973 ext/snmp/snmp.c if (Z_TYPE_P(type) != IS_ARRAY) { IS_ARRAY 977 ext/snmp/snmp.c if (Z_TYPE_P(value) != IS_ARRAY) { IS_ARRAY 1009 ext/snmp/snmp.c } else if (Z_TYPE_P(oid) == IS_ARRAY) { /* we got objid array */ IS_ARRAY 1028 ext/snmp/snmp.c } else if (Z_TYPE_P(type) == IS_ARRAY) { IS_ARRAY 1055 ext/snmp/snmp.c } else if (Z_TYPE_P(value) == IS_ARRAY) { IS_ARRAY 153 ext/soap/php_encoding.c {{IS_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, guess_array_map}, IS_ARRAY 155 ext/soap/php_encoding.c {{IS_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_array, guess_array_map}, IS_ARRAY 1204 ext/soap/php_encoding.c } else if (Z_TYPE_P(object) == IS_ARRAY) { IS_ARRAY 1226 ext/soap/php_encoding.c } else if (Z_TYPE_P(object) == IS_ARRAY) { IS_ARRAY 1243 ext/soap/php_encoding.c if (any && Z_TYPE_P(any) != IS_ARRAY) { IS_ARRAY 1287 ext/soap/php_encoding.c if (Z_TYPE_P(el) != IS_ARRAY) { IS_ARRAY 1481 ext/soap/php_encoding.c (sdlType->encode->details.sdl_type->encode->details.type != IS_ARRAY && IS_ARRAY 1593 ext/soap/php_encoding.c if (Z_TYPE_P(prop) != IS_ARRAY) { IS_ARRAY 1637 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_ARRAY && IS_ARRAY 1715 ext/soap/php_encoding.c Z_TYPE_P(data) == IS_ARRAY && IS_ARRAY 1823 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 1888 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY && IS_ARRAY 1997 ext/soap/php_encoding.c if (data && Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 2118 ext/soap/php_encoding.c if (data && Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 2287 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 2322 ext/soap/php_encoding.c if (el != NULL && Z_TYPE_P(el) == IS_ARRAY && IS_ARRAY 2327 ext/soap/php_encoding.c if (Z_TYPE_P(el) == IS_ARRAY) { IS_ARRAY 2684 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 2998 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 3122 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 3212 ext/soap/php_encoding.c (type->encode->details.type == IS_ARRAY || IS_ARRAY 3278 ext/soap/php_encoding.c (type->encode->details.type == IS_ARRAY || IS_ARRAY 3504 ext/soap/php_encoding.c if (!array || Z_TYPE_P(array) != IS_ARRAY) { IS_ARRAY 3539 ext/soap/php_encoding.c } else if (Z_TYPE_P(tmp) == IS_ARRAY && is_map(tmp)) { IS_ARRAY 640 ext/soap/php_http.c if (Z_TYPE_P(digest) == IS_ARRAY) { IS_ARRAY 804 ext/soap/php_http.c Z_TYPE_P(cookies) == IS_ARRAY) { IS_ARRAY 819 ext/soap/php_http.c if (res == HASH_KEY_IS_STRING && Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 949 ext/soap/php_http.c Z_TYPE_P(cookies) != IS_ARRAY) { IS_ARRAY 1143 ext/soap/php_http.c Z_TYPE_P(digest) != IS_ARRAY) && IS_ARRAY 374 ext/soap/php_packet_soap.c if (Z_TYPE_P(return_value) == IS_ARRAY) { IS_ARRAY 900 ext/soap/soap.c } else if (Z_TYPE_P(code) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(code)) == 2) { IS_ARRAY 1042 ext/soap/soap.c if (Z_TYPE_P(tmp) != IS_ARRAY) { IS_ARRAY 1197 ext/soap/soap.c Z_TYPE_P(tmp) == IS_ARRAY) { IS_ARRAY 1202 ext/soap/soap.c Z_TYPE_P(tmp) == IS_ARRAY && IS_ARRAY 1420 ext/soap/soap.c if (Z_TYPE_P(function_name) == IS_ARRAY) { IS_ARRAY 1605 ext/soap/soap.c Z_TYPE_P(server_vars) == IS_ARRAY && IS_ARRAY 1706 ext/soap/soap.c if (Z_TYPE_P(session_vars) == IS_ARRAY && IS_ARRAY 1773 ext/soap/soap.c if (Z_TYPE_P(session_vars) == IS_ARRAY && IS_ARRAY 2082 ext/soap/soap.c if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && IS_ARRAY 2463 ext/soap/soap.c Z_TYPE_P(tmp) == IS_ARRAY) { IS_ARRAY 2468 ext/soap/soap.c Z_TYPE_P(tmp) == IS_ARRAY && IS_ARRAY 2699 ext/soap/soap.c Z_TYPE_P(tmp) == IS_ARRAY) { IS_ARRAY 2901 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_ARRAY) { IS_ARRAY 2919 ext/soap/soap.c if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "__default_headers", sizeof("__default_headers")-1)) != NULL && Z_TYPE_P(tmp) == IS_ARRAY) { IS_ARRAY 3148 ext/soap/soap.c Z_TYPE_P(cookies) == IS_ARRAY) { IS_ARRAY 3155 ext/soap/soap.c Z_TYPE_P(cookies) != IS_ARRAY) { IS_ARRAY 3181 ext/soap/soap.c Z_TYPE_P(cookies) == IS_ARRAY) { IS_ARRAY 3204 ext/soap/soap.c } else if (Z_TYPE_P(headers) == IS_ARRAY) { IS_ARRAY 3819 ext/soap/soap.c } else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) { IS_ARRAY 4731 ext/soap/soap.c (type->encode->details.type == IS_ARRAY || IS_ARRAY 254 ext/sockets/conversions.c if (Z_TYPE_P(container) != IS_ARRAY) { IS_ARRAY 285 ext/sockets/conversions.c assert(Z_TYPE_P(zarr) == IS_ARRAY); IS_ARRAY 702 ext/sockets/conversions.c if (Z_TYPE_P(container) != IS_ARRAY) { IS_ARRAY 919 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { IS_ARRAY 1097 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { IS_ARRAY 1334 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { IS_ARRAY 1378 ext/sockets/conversions.c if (Z_TYPE_P(arr) != IS_ARRAY) { IS_ARRAY 333 ext/sockets/sendrecvmsg.c if (Z_TYPE_P(arg4) == IS_ARRAY) { IS_ARRAY 785 ext/sockets/sockets.c if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0; IS_ARRAY 812 ext/sockets/sockets.c if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0; IS_ARRAY 482 ext/spl/php_spl.c if (Z_TYPE_P(zcallable) == IS_ARRAY) { IS_ARRAY 95 ext/spl/spl_array.c } else if (Z_TYPE(intern->array) == IS_ARRAY) { IS_ARRAY 1092 ext/spl/spl_array.c if (Z_TYPE_P(array) != IS_OBJECT && Z_TYPE_P(array) != IS_ARRAY) { IS_ARRAY 1097 ext/spl/spl_array.c if (Z_TYPE_P(array) == IS_ARRAY) { IS_ARRAY 1621 ext/spl/spl_array.c RETURN_BOOL(Z_TYPE_P(entry) == IS_ARRAY || (Z_TYPE_P(entry) == IS_OBJECT && (intern->ar_flags & SPL_ARRAY_CHILD_ARRAYS_ONLY) == 0)); IS_ARRAY 1792 ext/spl/spl_array.c if (!php_var_unserialize(members, &p, s + buf_len, &var_hash) || Z_TYPE_P(members) != IS_ARRAY) { IS_ARRAY 2196 ext/spl/spl_directory.c case IS_ARRAY: IS_ARRAY 1076 ext/spl/spl_iterators.c if (Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 2048 ext/spl/spl_iterators.c } else if (Z_TYPE(intern->current.data) == IS_ARRAY) { IS_ARRAY 2283 ext/spl/spl_iterators.c } else if (Z_TYPE(intern->current.data) == IS_ARRAY) { IS_ARRAY 841 ext/spl/spl_observer.c if (!php_var_unserialize(pmembers, &p, s + buf_len, &var_hash) || Z_TYPE_P(pmembers) != IS_ARRAY) { IS_ARRAY 763 ext/standard/array.c if (Z_TYPE_P(array) == IS_ARRAY) { IS_ARRAY 813 ext/standard/array.c case IS_ARRAY: IS_ARRAY 1343 ext/standard/array.c if (Z_TYPE(args[0]) != IS_ARRAY) { IS_ARRAY 1390 ext/standard/array.c if (Z_TYPE(args[0]) != IS_ARRAY) { IS_ARRAY 1450 ext/standard/array.c (Z_TYPE_P(zv) == IS_ARRAY || IS_ARRAY 1451 ext/standard/array.c (Z_ISREF_P(zv) && Z_TYPE_P(Z_REFVAL_P(zv)) == IS_ARRAY))) { IS_ARRAY 1951 ext/standard/array.c } else if (Z_TYPE_P(entry) == IS_ARRAY) { IS_ARRAY 1991 ext/standard/array.c if (ZEND_NUM_ARGS() == 1 && Z_TYPE(args[0]) == IS_ARRAY) { IS_ARRAY 2992 ext/standard/array.c thash = Z_TYPE_P(dest_zval) == IS_ARRAY ? Z_ARRVAL_P(dest_zval) : NULL; IS_ARRAY 3012 ext/standard/array.c } else if (Z_TYPE_P(dest_zval) == IS_ARRAY) { IS_ARRAY 3025 ext/standard/array.c if (Z_TYPE_P(src_zval) == IS_ARRAY) { IS_ARRAY 3093 ext/standard/array.c if (Z_TYPE_P(src_zval) != IS_ARRAY || IS_ARRAY 3095 ext/standard/array.c (Z_TYPE_P(dest_entry) != IS_ARRAY && IS_ARRAY 3096 ext/standard/array.c (!Z_ISREF_P(dest_entry) || Z_TYPE_P(Z_REFVAL_P(dest_entry)) != IS_ARRAY))) { IS_ARRAY 3106 ext/standard/array.c if (Z_TYPE_P(src_zval) != IS_ARRAY || IS_ARRAY 3108 ext/standard/array.c (Z_TYPE_P(dest_entry) != IS_ARRAY && IS_ARRAY 3109 ext/standard/array.c (!Z_ISREF_P(dest_entry) || Z_TYPE_P(Z_REFVAL_P(dest_entry)) != IS_ARRAY))) { IS_ARRAY 3175 ext/standard/array.c if (Z_TYPE_P(arg) != IS_ARRAY) { IS_ARRAY 3493 ext/standard/array.c } else if (Z_TYPE_P(data) == IS_ARRAY) { IS_ARRAY 3887 ext/standard/array.c if (Z_TYPE(args[i]) != IS_ARRAY) { IS_ARRAY 4063 ext/standard/array.c if (Z_TYPE(args[i]) != IS_ARRAY) { IS_ARRAY 4310 ext/standard/array.c if (Z_TYPE(args[i]) != IS_ARRAY) { IS_ARRAY 4485 ext/standard/array.c if (Z_TYPE(args[i]) != IS_ARRAY) { IS_ARRAY 4669 ext/standard/array.c if (Z_TYPE(args[0]) != IS_ARRAY) { IS_ARRAY 4677 ext/standard/array.c if (Z_TYPE(args[i]) != IS_ARRAY) { IS_ARRAY 4837 ext/standard/array.c if (Z_TYPE_P(arg) == IS_ARRAY) { IS_ARRAY 5015 ext/standard/array.c if (Z_TYPE_P(return_value) != IS_ARRAY) { IS_ARRAY 5051 ext/standard/array.c if (Z_TYPE_P(entry) == IS_ARRAY || Z_TYPE_P(entry) == IS_OBJECT) { IS_ARRAY 5080 ext/standard/array.c if (Z_TYPE_P(entry) == IS_ARRAY || Z_TYPE_P(entry) == IS_OBJECT) { IS_ARRAY 5279 ext/standard/array.c if (Z_TYPE(arrays[0]) != IS_ARRAY) { IS_ARRAY 5318 ext/standard/array.c if (Z_TYPE(arrays[i]) != IS_ARRAY) { IS_ARRAY 4269 ext/standard/basic_functions.c if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && IS_ARRAY 4276 ext/standard/basic_functions.c if (Z_TYPE_P(args) != IS_ARRAY) { IS_ARRAY 4385 ext/standard/basic_functions.c if (Z_TYPE_P(args) != IS_ARRAY) { IS_ARRAY 4395 ext/standard/basic_functions.c if (Z_TYPE_P(args) != IS_ARRAY) { IS_ARRAY 4572 ext/standard/basic_functions.c } else if (Z_TYPE_P(entry) == IS_ARRAY) { IS_ARRAY 4596 ext/standard/basic_functions.c if (Z_TYPE_P(retval) == IS_ARRAY) { IS_ARRAY 4957 ext/standard/basic_functions.c } else if ( Z_TYPE_P(function) == IS_ARRAY IS_ARRAY 4987 ext/standard/basic_functions.c } else if (Z_TYPE_P(func1) == IS_ARRAY && Z_TYPE_P(func2) == IS_ARRAY) { IS_ARRAY 5675 ext/standard/basic_functions.c if (Z_TYPE(tick_fe.arguments[0]) != IS_ARRAY && Z_TYPE(tick_fe.arguments[0]) != IS_OBJECT) { IS_ARRAY 5714 ext/standard/basic_functions.c if (Z_TYPE_P(function) != IS_ARRAY && Z_TYPE_P(function) != IS_OBJECT) { IS_ARRAY 5843 ext/standard/basic_functions.c if (Z_TYPE_P(find_hash) != IS_ARRAY) { IS_ARRAY 55 ext/standard/browscap.c if (Z_TYPE_P(zvalue) == IS_ARRAY) { IS_ARRAY 65 ext/standard/browscap.c if (Z_TYPE_P(zvalue) == IS_ARRAY) { IS_ARRAY 353 ext/standard/browscap.c if (Z_TYPE_P(found_browser_entry) == IS_ARRAY) { IS_ARRAY 375 ext/standard/browscap.c if (Z_TYPE_P(found_browser_entry) == IS_ARRAY) { IS_ARRAY 460 ext/standard/browscap.c if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && IS_ARRAY 233 ext/standard/exec.c if (Z_TYPE_P(ret_array) != IS_ARRAY) { IS_ARRAY 651 ext/standard/file.c case IS_ARRAY: IS_ARRAY 260 ext/standard/filters.c if (Z_TYPE_P(filterparams) == IS_ARRAY) { IS_ARRAY 1735 ext/standard/filters.c if (filterparams != NULL && Z_TYPE_P(filterparams) != IS_ARRAY) { IS_ARRAY 422 ext/standard/formatted_print.c if (Z_TYPE_P(array) != IS_ARRAY) { IS_ARRAY 80 ext/standard/http.c if (Z_TYPE_P(zdata) == IS_ARRAY || Z_TYPE_P(zdata) == IS_OBJECT) { IS_ARRAY 239 ext/standard/http.c if (Z_TYPE_P(formdata) != IS_ARRAY && Z_TYPE_P(formdata) != IS_OBJECT) { IS_ARRAY 259 ext/standard/http_fopen_wrapper.c if (Z_TYPE_P(tmpzval) == IS_ARRAY) { IS_ARRAY 432 ext/standard/http_fopen_wrapper.c if (Z_TYPE_P(tmpzval) == IS_ARRAY) { IS_ARRAY 673 ext/standard/http_fopen_wrapper.c if (!response_header_ptr || Z_TYPE_P(response_header_ptr) != IS_ARRAY) { IS_ARRAY 204 ext/standard/info.c if ((data = zend_hash_find(&EG(symbol_table), key)) != NULL && (Z_TYPE_P(data) == IS_ARRAY)) { IS_ARRAY 230 ext/standard/info.c if (Z_TYPE_P(tmp) == IS_ARRAY) { IS_ARRAY 320 ext/standard/password.c case IS_ARRAY: IS_ARRAY 563 ext/standard/proc_open.c } else if (Z_TYPE_P(descitem) != IS_ARRAY) { IS_ARRAY 606 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { IS_ARRAY 646 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { IS_ARRAY 694 ext/standard/streamsfuncs.c if (Z_TYPE_P(stream_array) != IS_ARRAY) { IS_ARRAY 886 ext/standard/streamsfuncs.c if (Z_TYPE_P(wval) == IS_ARRAY) { IS_ARRAY 919 ext/standard/streamsfuncs.c if (Z_TYPE_P(tmp) == IS_ARRAY) { IS_ARRAY 1305 ext/standard/string.c if (Z_TYPE_P(arg1) != IS_ARRAY) { IS_ARRAY 1313 ext/standard/string.c if (Z_TYPE_P(arg1) == IS_ARRAY) { IS_ARRAY 1316 ext/standard/string.c } else if (Z_TYPE_P(arg2) == IS_ARRAY) { IS_ARRAY 2460 ext/standard/string.c if (Z_TYPE_P(str) != IS_ARRAY) { IS_ARRAY 2463 ext/standard/string.c if (Z_TYPE_P(repl) != IS_ARRAY) { IS_ARRAY 2466 ext/standard/string.c if (Z_TYPE_P(from) != IS_ARRAY) { IS_ARRAY 2471 ext/standard/string.c if (Z_TYPE_P(len) != IS_ARRAY) { IS_ARRAY 2475 ext/standard/string.c if (Z_TYPE_P(str) != IS_ARRAY) { IS_ARRAY 2482 ext/standard/string.c (argc == 3 && Z_TYPE_P(from) == IS_ARRAY) || IS_ARRAY 2488 ext/standard/string.c if (argc == 4 && Z_TYPE_P(from) == IS_ARRAY) { IS_ARRAY 2496 ext/standard/string.c if (Z_TYPE_P(str) != IS_ARRAY) { IS_ARRAY 2497 ext/standard/string.c if (Z_TYPE_P(from) != IS_ARRAY) { IS_ARRAY 2530 ext/standard/string.c if (Z_TYPE_P(repl) == IS_ARRAY) { IS_ARRAY 2577 ext/standard/string.c if (Z_TYPE_P(from) == IS_ARRAY) { IS_ARRAY 2612 ext/standard/string.c if (argc > 3 && Z_TYPE_P(len) == IS_ARRAY) { IS_ARRAY 2645 ext/standard/string.c if (Z_TYPE_P(repl) == IS_ARRAY) { IS_ARRAY 3462 ext/standard/string.c if (ac == 2 && Z_TYPE_P(from) != IS_ARRAY) { IS_ARRAY 3977 ext/standard/string.c if (Z_TYPE_P(search) == IS_ARRAY) { IS_ARRAY 3981 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { IS_ARRAY 3994 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { IS_ARRAY 4002 ext/standard/string.c if (Z_TYPE_P(replace) == IS_ARRAY) { IS_ARRAY 4137 ext/standard/string.c if (Z_TYPE_P(search) != IS_ARRAY) { IS_ARRAY 4142 ext/standard/string.c } else if (Z_TYPE_P(replace) != IS_ARRAY) { IS_ARRAY 4147 ext/standard/string.c if (Z_TYPE_P(subject) == IS_ARRAY) { IS_ARRAY 4153 ext/standard/string.c if (Z_TYPE_P(subject_entry) != IS_ARRAY && Z_TYPE_P(subject_entry) != IS_OBJECT) { IS_ARRAY 4514 ext/standard/string.c if (Z_TYPE(args[0]) == IS_ARRAY) { IS_ARRAY 4573 ext/standard/string.c if (Z_TYPE(args[0]) == IS_ARRAY) { IS_ARRAY 56 ext/standard/type.c case IS_ARRAY: IS_ARRAY 314 ext/standard/type.c php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_ARRAY); IS_ARRAY 732 ext/standard/url.c if (Z_TYPE(stream->wrapperdata) != IS_ARRAY) { IS_ARRAY 740 ext/standard/url.c if ((h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1)) != NULL && Z_TYPE_P(h) == IS_ARRAY) { IS_ARRAY 115 ext/standard/var.c case IS_ARRAY: IS_ARRAY 285 ext/standard/var.c case IS_ARRAY: IS_ARRAY 485 ext/standard/var.c case IS_ARRAY: IS_ARRAY 678 ext/standard/var.c if (Z_TYPE_P(retval_ptr) == IS_ARRAY) { IS_ARRAY 898 ext/standard/var.c case IS_ARRAY: { IS_ARRAY 901 ext/standard/var.c if (Z_TYPE_P(struc) == IS_ARRAY) { IS_ARRAY 936 ext/standard/var.c if ((Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P(struc) == IS_ARRAY && Z_ARR_P(data) == Z_ARR_P(struc)) IS_ARRAY 937 ext/standard/var.c || (Z_TYPE_P(data) == IS_ARRAY && Z_ARRVAL_P(data)->u.v.nApplyCount > 1) IS_ARRAY 941 ext/standard/var.c if (Z_TYPE_P(data) == IS_ARRAY && ZEND_HASH_APPLY_PROTECTION(Z_ARRVAL_P(data))) { IS_ARRAY 945 ext/standard/var.c if (Z_TYPE_P(data) == IS_ARRAY && ZEND_HASH_APPLY_PROTECTION(Z_ARRVAL_P(data))) { IS_ARRAY 1023 ext/standard/var.c if(classes && (Z_TYPE_P(classes) == IS_ARRAY || !zend_is_true(classes))) { IS_ARRAY 1025 ext/standard/var.c zend_hash_init(class_hash, (Z_TYPE_P(classes) == IS_ARRAY)?zend_hash_num_elements(Z_ARRVAL_P(classes)):0, NULL, NULL, 0); IS_ARRAY 1027 ext/standard/var.c if(class_hash && Z_TYPE_P(classes) == IS_ARRAY) { IS_ARRAY 72 ext/tidy/tidy.c if(Z_TYPE_P(_val) == IS_ARRAY) { \ IS_ARRAY 210 ext/tokenizer/tokenizer.c if (token_zv && Z_TYPE_P(token_zv) == IS_ARRAY) { IS_ARRAY 301 ext/wddx/wddx.c if (Z_TYPE(retval) != IS_ARRAY) { IS_ARRAY 626 ext/wddx/wddx.c case IS_ARRAY: IS_ARRAY 674 ext/wddx/wddx.c } else if (Z_TYPE_P(name_var) == IS_ARRAY || Z_TYPE_P(name_var) == IS_OBJECT) { IS_ARRAY 675 ext/wddx/wddx.c int is_array = Z_TYPE_P(name_var) == IS_ARRAY; IS_ARRAY 920 ext/wddx/wddx.c if (Z_TYPE(ent2->data) == IS_ARRAY || Z_TYPE(ent2->data) == IS_OBJECT) { IS_ARRAY 926 ext/wddx/wddx.c ent2->type == ST_STRUCT && Z_TYPE(ent2->data) == IS_ARRAY) { IS_ARRAY 1134 ext/wddx/wddx.c if (Z_TYPE_P(arg) != IS_ARRAY && Z_TYPE_P(arg) != IS_OBJECT) { IS_ARRAY 1243 ext/wddx/wddx.c if (Z_TYPE_P(arg) != IS_ARRAY && Z_TYPE_P(arg) != IS_OBJECT) { IS_ARRAY 463 ext/xml/xml.c if (Z_TYPE_P(data) != IS_ARRAY && Z_TYPE_P(data) != IS_OBJECT) { IS_ARRAY 372 ext/xmlrpc/xmlrpc-epi-php.c if (output_opts && Z_TYPE_P(output_opts) == IS_ARRAY) { IS_ARRAY 426 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_P(val) == IS_ARRAY) { IS_ARRAY 1348 ext/xmlrpc/xmlrpc-epi-php.c case IS_ARRAY: IS_ARRAY 2635 ext/zip/php_zip.c case IS_ARRAY: IS_ARRAY 109 ext/zlib/zlib.c if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && IS_ARRAY 787 ext/zlib/zlib.c case IS_ARRAY: { IS_ARRAY 331 ext/zlib/zlib_filter.c if ((Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) && IS_ARRAY 362 ext/zlib/zlib_filter.c case IS_ARRAY: IS_ARRAY 195 main/php_ini.c if (Z_TYPE_P(zvalue) == IS_ARRAY) { IS_ARRAY 259 main/php_ini.c if ((find_arr = zend_hash_find(active_hash, Z_STR_P(arg1))) == NULL || Z_TYPE_P(find_arr) != IS_ARRAY) { IS_ARRAY 70 main/php_variables.c if (track_vars_array && Z_TYPE_P(track_vars_array) == IS_ARRAY) { IS_ARRAY 192 main/php_variables.c if (Z_TYPE_P(gpc_element_p) != IS_ARRAY) { IS_ARRAY 582 main/php_variables.c if (track_vars_array && Z_TYPE_P(track_vars_array) == IS_ARRAY) { IS_ARRAY 634 main/php_variables.c if (Z_TYPE_P(src_entry) != IS_ARRAY IS_ARRAY 637 main/php_variables.c || Z_TYPE_P(dest_entry) != IS_ARRAY) { IS_ARRAY 776 main/rfc1867.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) != IS_ARRAY) { IS_ARRAY 896 main/streams/userspace.c if (call_result == SUCCESS && Z_TYPE(retval) == IS_ARRAY) { IS_ARRAY 1378 main/streams/userspace.c if (call_result == SUCCESS && Z_TYPE(zretval) == IS_ARRAY) { IS_ARRAY 615 sapi/cgi/cgi_main.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && IS_ARRAY 622 sapi/cgi/cgi_main.c } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && IS_ARRAY 566 sapi/fpm/fpm/fpm_main.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && IS_ARRAY 573 sapi/fpm/fpm/fpm_main.c } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && IS_ARRAY 273 sapi/fpm/fpm/fpm_php.c if (!data || Z_TYPE_P(data) != IS_ARRAY) { IS_ARRAY 248 sapi/litespeed/lsapi_main.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && IS_ARRAY 255 sapi/litespeed/lsapi_main.c } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && IS_ARRAY 266 sapi/litespeed/lsapi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && IS_ARRAY 276 sapi/litespeed/lsapi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && IS_ARRAY 521 sapi/phpdbg/phpdbg.c if (Z_TYPE_P(option_buffer) == IS_ARRAY && zend_hash_num_elements(Z_ARR_P(option_buffer)) > 0) { IS_ARRAY 51 sapi/phpdbg/phpdbg_rinit_hook.c if (Z_TYPE(cookies) == IS_ARRAY || (auth = zend_hash_str_find(Z_ARRVAL(cookies), PHPDBG_NAME "_AUTH_COOKIE", sizeof(PHPDBG_NAME "_AUTH_COOKIE"))) || Z_STRLEN_P(auth) != strlen(PHPDBG_WG(auth)) || strcmp(Z_STRVAL_P(auth), PHPDBG_WG(auth))) { IS_ARRAY 506 sapi/phpdbg/phpdbg_utils.c } else if (Z_TYPE_P(zv) == IS_ARRAY) { IS_ARRAY 558 sapi/phpdbg/phpdbg_utils.c } else if (Z_TYPE_P(zv) == IS_ARRAY) { IS_ARRAY 688 sapi/phpdbg/phpdbg_utils.c case IS_ARRAY: IS_ARRAY 724 sapi/phpdbg/phpdbg_utils.c if (Z_TYPE_P(zv) == IS_ARRAY) { IS_ARRAY 824 sapi/phpdbg/phpdbg_utils.c case IS_ARRAY: IS_ARRAY 142 sapi/phpdbg/phpdbg_wait.c if ((zvp = zend_hash_str_find(ht, ZEND_STRL("GLOBALS"))) && Z_TYPE_P(zvp) == IS_ARRAY) { IS_ARRAY 145 sapi/phpdbg/phpdbg_wait.c if ((srv = zend_hash_str_find(Z_ARRVAL_P(zvp), ZEND_STRL("_SERVER"))) && Z_TYPE_P(srv) == IS_ARRAY) { IS_ARRAY 206 sapi/phpdbg/phpdbg_wait.c if ((zvp = zend_hash_str_find(ht, ZEND_STRL("modules"))) && Z_TYPE_P(zvp) == IS_ARRAY) { IS_ARRAY 242 sapi/phpdbg/phpdbg_wait.c if ((zvp = zend_hash_str_find(ht, ZEND_STRL("extensions"))) && Z_TYPE_P(zvp) == IS_ARRAY) { IS_ARRAY 297 sapi/phpdbg/phpdbg_wait.c if ((zvp = zend_hash_str_find(ht, ZEND_STRL("systemini"))) && Z_TYPE_P(zvp) == IS_ARRAY) { IS_ARRAY 317 sapi/phpdbg/phpdbg_wait.c if ((zvp = zend_hash_str_find(ht, ZEND_STRL("userini"))) && Z_TYPE_P(zvp) == IS_ARRAY) { IS_ARRAY 93 sapi/phpdbg/phpdbg_watch.c #define HT_FROM_ZVP(zvp) (Z_TYPE_P(zvp) == IS_OBJECT ? Z_OBJPROP_P(zvp) : Z_TYPE_P(zvp) == IS_ARRAY ? Z_ARRVAL_P(zvp) : NULL) IS_ARRAY 431 sapi/phpdbg/phpdbg_watch.c if (Z_TYPE_P(zv) == IS_ARRAY) { IS_ARRAY 507 sapi/phpdbg/phpdbg_watch.c if (Z_TYPE_P(zvp) == IS_ARRAY) { IS_ARRAY 938 sapi/phpdbg/phpdbg_watch.c case IS_ARRAY: