IS_ARRAY          219 Zend/zend.c    		case IS_ARRAY:
IS_ARRAY          304 Zend/zend.c    	case IS_ARRAY:
IS_ARRAY          358 Zend/zend.c    		case IS_ARRAY:
IS_ARRAY         1017 Zend/zend.c    			z_context->type = IS_ARRAY;
IS_ARRAY          242 Zend/zend_API.c 		case IS_ARRAY:
IS_ARRAY          358 Zend/zend_API.c 					case IS_ARRAY:
IS_ARRAY          392 Zend/zend_API.c 					case IS_ARRAY:
IS_ARRAY          428 Zend/zend_API.c 					case IS_ARRAY:
IS_ARRAY          449 Zend/zend_API.c 					case IS_ARRAY:
IS_ARRAY          476 Zend/zend_API.c 				if (Z_TYPE_PP(arg) != IS_ARRAY) {
IS_ARRAY          491 Zend/zend_API.c 				if (Z_TYPE_PP(arg) != IS_ARRAY) {
IS_ARRAY          830 Zend/zend_API.c 	arg->type = IS_ARRAY;
IS_ARRAY         2263 Zend/zend_API.c 		case IS_ARRAY:
IS_ARRAY         2455 Zend/zend_API.c 	if (Z_TYPE_P(args) != IS_ARRAY) {
IS_ARRAY         2531 Zend/zend_API.c 			case IS_ARRAY:
IS_ARRAY          611 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) TSRMLS_CC) : NULL)))
IS_ARRAY         1356 Zend/zend_compile.c 				} else if (Z_TYPE(initialization->u.constant) != IS_ARRAY && Z_TYPE(initialization->u.constant) != IS_CONSTANT_ARRAY) {
IS_ARRAY          353 Zend/zend_exceptions.c 		case IS_ARRAY:
IS_ARRAY          516 Zend/zend_execute.c 		if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) {
IS_ARRAY         1066 Zend/zend_execute.c 		case IS_ARRAY:
IS_ARRAY         1352 Zend/zend_execute.c 	} else if (Z_TYPE_PP(pz) == IS_ARRAY) {
IS_ARRAY          102 Zend/zend_execute.h 		case IS_ARRAY:
IS_ARRAY          158 Zend/zend_execute_API.c 		Z_TYPE_P(globals) = IS_ARRAY;
IS_ARRAY          517 Zend/zend_execute_API.c 		Z_TYPE_P(p) = IS_ARRAY;
IS_ARRAY          696 Zend/zend_execute_API.c 		if (Z_TYPE_P(fci->function_name)==IS_ARRAY) { /* assume array($obj, $name) couple */
IS_ARRAY           90 Zend/zend_iterators.c 		case IS_ARRAY:
IS_ARRAY         4148 Zend/zend_language_parser.c     { zend_do_cast(&(yyval), &(yyvsp[(2) - (2)]), IS_ARRAY TSRMLS_CC); }
IS_ARRAY          611 Zend/zend_language_parser.y 	|	T_ARRAY_CAST expr 	{ zend_do_cast(&$$, &$2, IS_ARRAY TSRMLS_CC); }
IS_ARRAY          219 Zend/zend_operators.c 			case IS_ARRAY:											\
IS_ARRAY          264 Zend/zend_operators.c 			case IS_ARRAY:											\
IS_ARRAY          339 Zend/zend_operators.c 		case IS_ARRAY:
IS_ARRAY          405 Zend/zend_operators.c 		case IS_ARRAY:
IS_ARRAY          501 Zend/zend_operators.c 		case IS_ARRAY:
IS_ARRAY          577 Zend/zend_operators.c 		case IS_ARRAY:
IS_ARRAY          616 Zend/zend_operators.c 		case IS_ARRAY:
IS_ARRAY          620 Zend/zend_operators.c 			op->type = IS_ARRAY;
IS_ARRAY          640 Zend/zend_operators.c 		case IS_ARRAY:
IS_ARRAY          657 Zend/zend_operators.c 					convert_object_to_type(op, IS_ARRAY, convert_to_array);
IS_ARRAY          659 Zend/zend_operators.c 					if (op->type == IS_ARRAY) {
IS_ARRAY          666 Zend/zend_operators.c 				op->type = IS_ARRAY;
IS_ARRAY          673 Zend/zend_operators.c 			op->type = IS_ARRAY;
IS_ARRAY          676 Zend/zend_operators.c 			convert_scalar_to_array(op, IS_ARRAY);
IS_ARRAY          685 Zend/zend_operators.c 		case IS_ARRAY:
IS_ARRAY          759 Zend/zend_operators.c 	if (op1->type == IS_ARRAY && op2->type == IS_ARRAY) {
IS_ARRAY         1427 Zend/zend_operators.c 	if (Z_TYPE_P(op1)==IS_ARRAY && Z_TYPE_P(op2)==IS_ARRAY) {
IS_ARRAY         1432 Zend/zend_operators.c 	if (Z_TYPE_P(op1)==IS_ARRAY) {
IS_ARRAY         1436 Zend/zend_operators.c 	if (Z_TYPE_P(op2)==IS_ARRAY) {
IS_ARRAY         1498 Zend/zend_operators.c 		case IS_ARRAY:
IS_ARRAY          339 Zend/zend_operators.h 			case IS_ARRAY: 						\
IS_ARRAY           38 Zend/zend_variables.c 		case IS_ARRAY:
IS_ARRAY           82 Zend/zend_variables.c 		case IS_ARRAY:
IS_ARRAY          122 Zend/zend_variables.c 		case IS_ARRAY:
IS_ARRAY         1391 Zend/zend_vm_def.h 	if (Z_TYPE_P(container) != IS_ARRAY) {
IS_ARRAY         2796 Zend/zend_vm_def.h 		case IS_ARRAY:
IS_ARRAY         3005 Zend/zend_vm_def.h 			case IS_ARRAY: {
IS_ARRAY         3145 Zend/zend_vm_def.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
IS_ARRAY         3486 Zend/zend_vm_def.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         1933 Zend/zend_vm_execute.h 		case IS_ARRAY:
IS_ARRAY         2156 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
IS_ARRAY         2623 Zend/zend_vm_execute.h 	if (Z_TYPE_P(container) != IS_ARRAY) {
IS_ARRAY         4508 Zend/zend_vm_execute.h 		case IS_ARRAY:
IS_ARRAY         4731 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
IS_ARRAY         5221 Zend/zend_vm_execute.h 	if (Z_TYPE_P(container) != IS_ARRAY) {
IS_ARRAY         7655 Zend/zend_vm_execute.h 		case IS_ARRAY:
IS_ARRAY         7878 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
IS_ARRAY         9524 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         9650 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         11044 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         11170 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         12602 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         12728 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         14601 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         14727 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         15709 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         15833 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         16689 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         16813 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         17669 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         17793 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         18913 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         19037 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         19931 Zend/zend_vm_execute.h 		case IS_ARRAY:
IS_ARRAY         20154 Zend/zend_vm_execute.h 			if (Z_TYPE_PP(array_ptr_ptr) == IS_ARRAY) {
IS_ARRAY         21648 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         21772 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         23160 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         23284 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         24709 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         24833 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY         26698 Zend/zend_vm_execute.h 			case IS_ARRAY: {
IS_ARRAY         26822 Zend/zend_vm_execute.h 		if (Z_TYPE_PP(container) == IS_ARRAY) {
IS_ARRAY          315 ext/bz2/bz2_filter.c 			if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) {
IS_ARRAY          338 ext/bz2/bz2_filter.c 			if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) {
IS_ARRAY          697 ext/com_dotnet/com_com.c 	if (sink && Z_TYPE_P(sink) == IS_ARRAY) {
IS_ARRAY          138 ext/com_dotnet/com_variant.c 		case IS_ARRAY:
IS_ARRAY         1449 ext/curl/interface.c 			if (Z_TYPE_PP(zvalue) == IS_ARRAY || Z_TYPE_PP(zvalue) == IS_OBJECT) {
IS_ARRAY          324 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "header", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_ARRAY) {
IS_ARRAY          224 ext/dba/dba.c  	if (Z_TYPE_PP(key) == IS_ARRAY) {
IS_ARRAY          277 ext/dbase/dbase.c 	if (Z_TYPE_PP(fields) != IS_ARRAY) {
IS_ARRAY          348 ext/dbase/dbase.c 	if (Z_TYPE_PP(fields) != IS_ARRAY) {
IS_ARRAY          604 ext/dbase/dbase.c 	if (Z_TYPE_PP(fields) != IS_ARRAY) {
IS_ARRAY          670 ext/dbase/dbase.c 		if (Z_TYPE_PP (field) != IS_ARRAY) {
IS_ARRAY         1874 ext/dom/node.c 		    Z_TYPE_PP(tmp) == IS_ARRAY) {
IS_ARRAY         3335 ext/fbsql/php_fbsql.c 	if (Z_TYPE_P(return_value)==IS_ARRAY) {
IS_ARRAY          665 ext/fdf/fdf.c  	if (Z_TYPE_PP(value) == IS_ARRAY) {
IS_ARRAY          325 ext/filter/filter.c 		options && (Z_TYPE_P(options) == IS_ARRAY || Z_TYPE_P(options) == IS_OBJECT) &&
IS_ARRAY          446 ext/filter/filter.c 	if (Z_TYPE_PP(value) == IS_ARRAY) {
IS_ARRAY          459 ext/filter/filter.c 			if (Z_TYPE_PP(element) == IS_ARRAY) {
IS_ARRAY          545 ext/filter/filter.c 	if (filter_args && Z_TYPE_PP(filter_args) != IS_ARRAY) {
IS_ARRAY          575 ext/filter/filter.c 				if (Z_TYPE_PP(option) == IS_ARRAY) {
IS_ARRAY          585 ext/filter/filter.c 	if (Z_TYPE_PP(filtered) == IS_ARRAY) {
IS_ARRAY          651 ext/filter/filter.c 	} else if (Z_TYPE_PP(op) == IS_ARRAY) {
IS_ARRAY          716 ext/filter/filter.c 			} else if (Z_TYPE_PP(filter_args) == IS_ARRAY && zend_hash_find(HASH_OF(*filter_args), "flags", sizeof("flags"), (void **)&option) == SUCCESS) {
IS_ARRAY          718 ext/filter/filter.c 			} else if (Z_TYPE_PP(filter_args) == IS_ARRAY && 
IS_ARRAY          720 ext/filter/filter.c 				Z_TYPE_PP(opt) == IS_ARRAY &&
IS_ARRAY          781 ext/filter/filter.c 		&& (Z_TYPE_PP(op) != IS_ARRAY)
IS_ARRAY          795 ext/filter/filter.c 			} else if (Z_TYPE_PP(op) == IS_ARRAY && zend_hash_find(HASH_OF(*op), "flags", sizeof("flags"), (void **)&option) == SUCCESS) {
IS_ARRAY          822 ext/filter/filter.c 		&& (Z_TYPE_PP(op) != IS_ARRAY)
IS_ARRAY         3724 ext/gd/gd.c    	if (Z_TYPE_PP(POINTS) != IS_ARRAY) {
IS_ARRAY         5338 ext/gd/gd.c    		if (zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i), (void **) &var) == SUCCESS && Z_TYPE_PP(var) == IS_ARRAY) {
IS_ARRAY         5339 ext/gd/gd.c    			if (Z_TYPE_PP(var) != IS_ARRAY || zend_hash_num_elements(Z_ARRVAL_PP(var)) != 3 ) {
IS_ARRAY         2277 ext/iconv/iconv.c 				if (Z_TYPE_PP(elem) != IS_ARRAY) {
IS_ARRAY         2971 ext/imap/php_imap.c 	if (Z_TYPE_PP(envelope) != IS_ARRAY) {
IS_ARRAY         2976 ext/imap/php_imap.c 	if (Z_TYPE_PP(body) != IS_ARRAY) {
IS_ARRAY         3028 ext/imap/php_imap.c 		if (Z_TYPE_PP(pvalue) == IS_ARRAY) {
IS_ARRAY         3044 ext/imap/php_imap.c 	if (zend_hash_get_current_data(Z_ARRVAL_PP(body), (void **) &data) != SUCCESS || Z_TYPE_PP(data) != IS_ARRAY) {
IS_ARRAY         3049 ext/imap/php_imap.c 	if (Z_TYPE_PP(data) == IS_ARRAY) {
IS_ARRAY         3070 ext/imap/php_imap.c 			if(Z_TYPE_PP(pvalue) == IS_ARRAY) {
IS_ARRAY         3104 ext/imap/php_imap.c 			if (Z_TYPE_PP(pvalue) == IS_ARRAY) {
IS_ARRAY         3147 ext/imap/php_imap.c 		if (Z_TYPE_PP(data) == IS_ARRAY) {
IS_ARRAY         3183 ext/imap/php_imap.c 				if(Z_TYPE_PP(pvalue) == IS_ARRAY) {
IS_ARRAY         3217 ext/imap/php_imap.c 				if (Z_TYPE_PP(pvalue) == IS_ARRAY) {
IS_ARRAY          425 ext/interbase/ibase_query.c 		if (Z_TYPE_P(val) == IS_ARRAY) {
IS_ARRAY          431 ext/interbase/ibase_query.c 			if (Z_TYPE_P(val) == IS_ARRAY &&
IS_ARRAY          443 ext/interbase/ibase_query.c 			if (Z_TYPE_P(val) == IS_ARRAY) {
IS_ARRAY          448 ext/interbase/ibase_query.c 		if (Z_TYPE_P(val) == IS_ARRAY) {
IS_ARRAY          746 ext/interbase/ibase_query.c 				if (Z_TYPE_P(b_var) != IS_ARRAY) {
IS_ARRAY         1679 ext/interbase/ibase_query.c 	if (Z_TYPE_P(return_value) == IS_ARRAY) {
IS_ARRAY          127 ext/json/json.c     if (Z_TYPE_PP(val) == IS_ARRAY) {
IS_ARRAY          374 ext/json/json.c         case IS_ARRAY:
IS_ARRAY          716 ext/ldap/ldap.c 			if (Z_TYPE_PP(attrs) != IS_ARRAY) {
IS_ARRAY          739 ext/ldap/ldap.c 			if (Z_TYPE_PP(link) != IS_ARRAY) {
IS_ARRAY          756 ext/ldap/ldap.c 	if (Z_TYPE_PP(link) == IS_ARRAY) {
IS_ARRAY          770 ext/ldap/ldap.c 		if (Z_TYPE_PP(base_dn) == IS_ARRAY) {
IS_ARRAY          790 ext/ldap/ldap.c 		if (Z_TYPE_PP(filter) == IS_ARRAY) {
IS_ARRAY         1398 ext/ldap/ldap.c 	if (Z_TYPE_PP(entry) != IS_ARRAY) {
IS_ARRAY         1439 ext/ldap/ldap.c 		if (Z_TYPE_PP(value) != IS_ARRAY) {
IS_ARRAY         1449 ext/ldap/ldap.c 		if ((num_values == 1) && (Z_TYPE_PP(value) != IS_ARRAY)) {
IS_ARRAY         1851 ext/ldap/ldap.c 			if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval)))) {
IS_ARRAY         1860 ext/ldap/ldap.c 				if (Z_TYPE_PP(ctrlval) != IS_ARRAY) {
IS_ARRAY          478 ext/mbstring/mbstring.c 	if (Z_TYPE_P(array) == IS_ARRAY) {
IS_ARRAY         1292 ext/mbstring/mbstring.c 		case IS_ARRAY:
IS_ARRAY         2472 ext/mbstring/mbstring.c 		case IS_ARRAY:
IS_ARRAY         2625 ext/mbstring/mbstring.c 		case IS_ARRAY:
IS_ARRAY         3044 ext/mbstring/mbstring.c 	case IS_ARRAY:
IS_ARRAY         3068 ext/mbstring/mbstring.c 					if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
IS_ARRAY         3078 ext/mbstring/mbstring.c 				if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
IS_ARRAY         3083 ext/mbstring/mbstring.c 							if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) {
IS_ARRAY         3149 ext/mbstring/mbstring.c 				if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
IS_ARRAY         3159 ext/mbstring/mbstring.c 			if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) {
IS_ARRAY         3164 ext/mbstring/mbstring.c 						if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) {
IS_ARRAY         3261 ext/mbstring/mbstring.c 	if (Z_TYPE_PP(arg2) == IS_ARRAY){
IS_ARRAY          985 ext/msql/php_msql.c 	if (Z_TYPE_P(return_value)==IS_ARRAY) {
IS_ARRAY         1477 ext/mssql/php_mssql.c 	if (Z_TYPE_P(return_value)==IS_ARRAY) {
IS_ARRAY         2012 ext/mysql/php_mysql.c 				if (Z_TYPE_P(ctor_params) == IS_ARRAY) {
IS_ARRAY         2078 ext/mysql/php_mysql.c 	if (Z_TYPE_P(return_value) == IS_ARRAY) {
IS_ARRAY          954 ext/mysqli/mysqli.c 				if (Z_TYPE_P(ctor_params) == IS_ARRAY) {
IS_ARRAY         1470 ext/oci8/oci8_interface.c 	if (Z_TYPE_P(return_value) == IS_ARRAY) {
IS_ARRAY          821 ext/oci8/oci8_statement.c 	} else if (Z_TYPE_P(bind->zval) == IS_ARRAY) {
IS_ARRAY          957 ext/odbc/php_odbc.c 			if (Z_TYPE_PP(pv_param_arr) != IS_ARRAY) {
IS_ARRAY         1490 ext/odbc/php_odbc.c 	if (Z_TYPE_P(return_value) == IS_ARRAY) {
IS_ARRAY         1551 ext/odbc/php_odbc.c 	if (Z_TYPE_PP(pv_res_arr) != IS_ARRAY) {
IS_ARRAY         1259 ext/openssl/openssl.c 	if (calist && (Z_TYPE_P(calist) == IS_ARRAY)) {
IS_ARRAY         1370 ext/openssl/openssl.c 	if (Z_TYPE_PP(zcerts) == IS_ARRAY) {
IS_ARRAY         2262 ext/openssl/openssl.c 	if (Z_TYPE_PP(val) == IS_ARRAY) {
IS_ARRAY         2914 ext/openssl/openssl.c 	if (Z_TYPE_PP(zrecipcerts) == IS_ARRAY) {
IS_ARRAY         1177 ext/pcre/php_pcre.c 	if (Z_TYPE_P(regex) == IS_ARRAY) {
IS_ARRAY         1186 ext/pcre/php_pcre.c 		if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace)
IS_ARRAY         1195 ext/pcre/php_pcre.c 			if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) {
IS_ARRAY         1271 ext/pcre/php_pcre.c 	if (!is_callable_replace && Z_TYPE_PP(replace) == IS_ARRAY && Z_TYPE_PP(regex) != IS_ARRAY) {
IS_ARRAY         1277 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(replace) != IS_ARRAY)
IS_ARRAY         1302 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(regex) != IS_ARRAY)
IS_ARRAY         1306 ext/pcre/php_pcre.c 	if (Z_TYPE_PP(subject) == IS_ARRAY) {
IS_ARRAY          420 ext/pdo/pdo_dbh.c 		if (Z_TYPE_P(ctor_args) != IS_ARRAY) {
IS_ARRAY          517 ext/pdo/pdo_dbh.c 		if (Z_TYPE_PP(opt) != IS_ARRAY || zend_hash_index_find(Z_ARRVAL_PP(opt), 0, (void**)&item) == FAILURE
IS_ARRAY          542 ext/pdo/pdo_dbh.c 			if (Z_TYPE_PP(item) != IS_ARRAY) {
IS_ARRAY          720 ext/pdo/pdo_dbh.c 			if (Z_TYPE_P(value) == IS_ARRAY) {
IS_ARRAY          757 ext/pdo/pdo_dbh.c 			if (Z_TYPE_P(value) != IS_ARRAY
IS_ARRAY          787 ext/pdo/pdo_dbh.c 				if (Z_TYPE_PP(item) != IS_ARRAY) {
IS_ARRAY          766 ext/pdo/pdo_stmt.c 	if (Z_TYPE_P(callable) == IS_ARRAY) {
IS_ARRAY          938 ext/pdo/pdo_stmt.c 					Z_TYPE_P(return_value) = IS_ARRAY;
IS_ARRAY         1122 ext/pdo/pdo_stmt.c 							if (Z_TYPE_PP(curr_val) != IS_ARRAY) {
IS_ARRAY         1405 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) {
IS_ARRAY         1410 ext/pdo/pdo_stmt.c 		if (Z_TYPE_P(ctor_args) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) {
IS_ARRAY         1501 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) {
IS_ARRAY         1506 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(ctor_args) != IS_ARRAY || !zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) {
IS_ARRAY         1616 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(return_value) != IS_ARRAY) {
IS_ARRAY         1978 ext/pdo/pdo_stmt.c 				if (Z_TYPE_PP(args[skip+2]) != IS_NULL && Z_TYPE_PP(args[skip+2]) != IS_ARRAY) {
IS_ARRAY         1980 ext/pdo/pdo_stmt.c 				} else if (Z_TYPE_PP(args[skip+2]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_PP(args[skip+2]))) {
IS_ARRAY         1246 ext/pgsql/pgsql.c 	if (Z_TYPE_PP(pv_param_arr) != IS_ARRAY) {
IS_ARRAY         1469 ext/pgsql/pgsql.c 	if (Z_TYPE_PP(pv_param_arr) != IS_ARRAY) {
IS_ARRAY         2114 ext/pgsql/pgsql.c 				if (Z_TYPE_P(ctor_params) == IS_ARRAY) {
IS_ARRAY         4066 ext/pgsql/pgsql.c 	if (Z_TYPE_PP(pv_param_arr) != IS_ARRAY) {
IS_ARRAY         4211 ext/pgsql/pgsql.c 	if (Z_TYPE_PP(pv_param_arr) != IS_ARRAY) {
IS_ARRAY         4676 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(values) == IS_ARRAY);
IS_ARRAY         4677 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(result) == IS_ARRAY);
IS_ARRAY         4724 ext/pgsql/pgsql.c 		if (!err && (Z_TYPE_PP(val) == IS_ARRAY ||
IS_ARRAY         5368 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(var_array) == IS_ARRAY);
IS_ARRAY         5549 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(var_array) == IS_ARRAY);
IS_ARRAY         5550 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(ids_array) == IS_ARRAY);
IS_ARRAY         5658 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(ids_array) == IS_ARRAY);
IS_ARRAY         5749 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(ret_array) == IS_ARRAY);
IS_ARRAY         5793 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(ids_array) == IS_ARRAY);
IS_ARRAY         5794 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(ret_array) == IS_ARRAY);
IS_ARRAY          754 ext/posix/posix.c 	if (array_group == NULL || Z_TYPE_P(array_group) != IS_ARRAY)
IS_ARRAY          925 ext/posix/posix.c 	if (NULL == return_value || Z_TYPE_P(return_value) != IS_ARRAY)
IS_ARRAY          426 ext/readline/readline.c 		if (Z_TYPE(_readline_array) == IS_ARRAY) {
IS_ARRAY         1843 ext/reflection/php_reflection.c 		case IS_ARRAY: {
IS_ARRAY          233 ext/session/session.c 	if (PS(http_session_vars) && PS(http_session_vars)->type == IS_ARRAY)
IS_ARRAY          333 ext/session/session.c 			if ((Z_TYPE_PP(sym_global) == IS_ARRAY && Z_ARRVAL_PP(sym_global) == &EG(symbol_table)) || *sym_global == PS(http_session_vars)) {
IS_ARRAY          367 ext/session/session.c 			if ((Z_TYPE_PP(old_symbol) == IS_ARRAY && Z_ARRVAL_PP(old_symbol) == &EG(symbol_table)) || *old_symbol == PS(http_session_vars)) {
IS_ARRAY          493 ext/session/session.c 			if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_session_vars)) {
IS_ARRAY          581 ext/session/session.c 			if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_session_vars)) {
IS_ARRAY          729 ext/session/session.c 			Z_TYPE_PP(array) == IS_ARRAY &&
IS_ARRAY         1257 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
IS_ARRAY         1269 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
IS_ARRAY         1279 ext/session/session.c 				Z_TYPE_PP(data) == IS_ARRAY &&
IS_ARRAY         1659 ext/session/session.c 	if (Z_TYPE_PP(entry) == IS_ARRAY) {
IS_ARRAY         1712 ext/session/session.c 		if (Z_TYPE_PP(args[i]) == IS_ARRAY)
IS_ARRAY         1017 ext/simplexml/simplexml.c 		if (Z_TYPE_PP(data_ptr) == IS_ARRAY) {
IS_ARRAY          135 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          138 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         1229 ext/soap/php_encoding.c 	} else if (Z_TYPE_P(object) == IS_ARRAY) {
IS_ARRAY         1251 ext/soap/php_encoding.c 	} else if (Z_TYPE_P(object) == IS_ARRAY) {
IS_ARRAY         1280 ext/soap/php_encoding.c 				if (Z_TYPE_P(any) != IS_ARRAY) {
IS_ARRAY         1471 ext/soap/php_encoding.c 			         (sdlType->encode->details.sdl_type->encode->details.type != IS_ARRAY &&
IS_ARRAY         1582 ext/soap/php_encoding.c 					if (Z_TYPE_P(prop) != IS_ARRAY) {
IS_ARRAY         1621 ext/soap/php_encoding.c 				    Z_TYPE_P(data) == IS_ARRAY &&
IS_ARRAY         1701 ext/soap/php_encoding.c 				    Z_TYPE_P(data) == IS_ARRAY &&
IS_ARRAY         1819 ext/soap/php_encoding.c 	} else if (Z_TYPE_P(data) == IS_ARRAY) {
IS_ARRAY         1882 ext/soap/php_encoding.c 			if (Z_TYPE_P(data) == IS_ARRAY &&
IS_ARRAY         2005 ext/soap/php_encoding.c 	if (data && Z_TYPE_P(data) == IS_ARRAY) {
IS_ARRAY         2123 ext/soap/php_encoding.c 	if (data && Z_TYPE_P(data) == IS_ARRAY) {
IS_ARRAY         2223 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_ARRAY) {
IS_ARRAY         2259 ext/soap/php_encoding.c 				if (el != NULL && Z_TYPE_PP(el) == IS_ARRAY &&
IS_ARRAY         2263 ext/soap/php_encoding.c 					if (Z_TYPE_PP(el) == IS_ARRAY) {
IS_ARRAY         2630 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_ARRAY) {
IS_ARRAY         2956 ext/soap/php_encoding.c 	if (Z_TYPE_P(data) == IS_ARRAY) {
IS_ARRAY         3136 ext/soap/php_encoding.c 			    (type->encode->details.type == IS_ARRAY ||
IS_ARRAY         3202 ext/soap/php_encoding.c 			    (type->encode->details.type == IS_ARRAY ||
IS_ARRAY         3436 ext/soap/php_encoding.c 	if (!array || Z_TYPE_P(array) != IS_ARRAY) {
IS_ARRAY         3471 ext/soap/php_encoding.c 		} else if (Z_TYPE_PP(tmp) == IS_ARRAY && is_map(*tmp)) {
IS_ARRAY          473 ext/soap/php_http.c 				if (Z_TYPE_PP(digest) == IS_ARRAY) {
IS_ARRAY          655 ext/soap/php_http.c 					if (Z_TYPE_PP(data) == IS_ARRAY) {
IS_ARRAY          950 ext/soap/php_http.c 		     Z_TYPE_PP(digest) != IS_ARRAY) &&
IS_ARRAY          380 ext/soap/php_packet_soap.c 	if (Z_TYPE_P(return_value) == IS_ARRAY) {
IS_ARRAY          781 ext/soap/soap.c 	} else if (Z_TYPE_P(code) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(code)) == 2) {
IS_ARRAY          918 ext/soap/soap.c 		if (Z_TYPE_PP(tmp) != IS_ARRAY) {
IS_ARRAY         1086 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY) {
IS_ARRAY         1095 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY &&
IS_ARRAY         1333 ext/soap/soap.c 	if (function_name->type == IS_ARRAY) {
IS_ARRAY         1499 ext/soap/soap.c 			    Z_TYPE_PP(server_vars) == IS_ARRAY &&
IS_ARRAY         2441 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY) {
IS_ARRAY         2455 ext/soap/soap.c 			Z_TYPE_PP(tmp) == IS_ARRAY &&
IS_ARRAY         2656 ext/soap/soap.c 	    Z_TYPE_PP(tmp) == IS_ARRAY) {
IS_ARRAY         2834 ext/soap/soap.c 		if (Z_TYPE_P(options) == IS_ARRAY) {
IS_ARRAY         2856 ext/soap/soap.c 	} else if (Z_TYPE_P(headers) == IS_ARRAY) {
IS_ARRAY         3118 ext/soap/soap.c 	} else if (Z_TYPE_P(headers) == IS_ARRAY) {
IS_ARRAY         3197 ext/soap/soap.c 			&& Z_TYPE_P(soap_headers_p)==IS_ARRAY) {
IS_ARRAY         3738 ext/soap/soap.c 	} else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) {
IS_ARRAY         4681 ext/soap/soap.c 			    (type->encode->details.type == IS_ARRAY ||
IS_ARRAY          561 ext/sockets/sockets.c 	if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
IS_ARRAY          592 ext/sockets/sockets.c 	if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
IS_ARRAY          429 ext/spl/php_spl.c 			if (Z_TYPE_P(zcallable) == IS_ARRAY) {
IS_ARRAY          912 ext/spl/spl_array.c 	if (Z_TYPE_PP(array) == IS_ARRAY) {
IS_ARRAY          937 ext/spl/spl_array.c 		if (Z_TYPE_PP(array) != IS_OBJECT && Z_TYPE_PP(array) != IS_ARRAY) {
IS_ARRAY         1185 ext/spl/spl_array.c 	Z_TYPE(tmp) = IS_ARRAY;
IS_ARRAY         1360 ext/spl/spl_array.c 	RETURN_BOOL(Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT);
IS_ARRAY         1671 ext/spl/spl_directory.c 		case IS_ARRAY:
IS_ARRAY          304 ext/spl/spl_observer.c 	Z_TYPE(members) = IS_ARRAY;
IS_ARRAY         2084 ext/sqlite/sqlite.c 			if (Z_TYPE_P(ctor_params) == IS_ARRAY) {
IS_ARRAY          285 ext/standard/array.c 	if (Z_TYPE_P(array) == IS_ARRAY) {
IS_ARRAY          323 ext/standard/array.c 		case IS_ARRAY:
IS_ARRAY          981 ext/standard/array.c 		if (zend_get_parameters_ex(1, &arr) == FAILURE || Z_TYPE_PP(arr) != IS_ARRAY) {
IS_ARRAY         1031 ext/standard/array.c 		if (zend_get_parameters_ex(1, &arr) == FAILURE || Z_TYPE_PP(arr) != IS_ARRAY) {
IS_ARRAY         1084 ext/standard/array.c 		if (recursive && Z_TYPE_PP(args[0]) == IS_ARRAY) {
IS_ARRAY         1172 ext/standard/array.c 	if (Z_TYPE_P(tmp) != IS_ARRAY && Z_TYPE_P(tmp) != IS_STRING) {
IS_ARRAY         1203 ext/standard/array.c 	if (Z_TYPE_P(tmp) != IS_ARRAY && Z_TYPE_P(tmp) != IS_STRING) {
IS_ARRAY         1239 ext/standard/array.c 	if (Z_TYPE_PP(array) != IS_ARRAY) {
IS_ARRAY         1386 ext/standard/array.c 	if (Z_TYPE_PP(var_array) != IS_ARRAY) {
IS_ARRAY         1520 ext/standard/array.c 	else if (Z_TYPE_P(entry) == IS_ARRAY) {
IS_ARRAY         1973 ext/standard/array.c 	if (Z_TYPE_P(stack) != IS_ARRAY) {
IS_ARRAY         2012 ext/standard/array.c 	if (Z_TYPE_PP(stack) != IS_ARRAY) {
IS_ARRAY         2106 ext/standard/array.c 	if (Z_TYPE_P(stack) != IS_ARRAY) {
IS_ARRAY         2158 ext/standard/array.c 	if (Z_TYPE_P(array) != IS_ARRAY) {
IS_ARRAY         2379 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
IS_ARRAY         2443 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
IS_ARRAY         2505 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
IS_ARRAY         2541 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
IS_ARRAY         2600 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
IS_ARRAY         2657 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
IS_ARRAY         2788 ext/standard/array.c 	if (Z_TYPE_PP(array) != IS_ARRAY) {
IS_ARRAY         2995 ext/standard/array.c 	if (Z_TYPE_PP(args[0]) != IS_ARRAY) {
IS_ARRAY         3007 ext/standard/array.c 				if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
IS_ARRAY         3026 ext/standard/array.c 				if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
IS_ARRAY         3207 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
IS_ARRAY         3473 ext/standard/array.c 	if (Z_TYPE_PP(args[0]) != IS_ARRAY) {
IS_ARRAY         3485 ext/standard/array.c 				if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
IS_ARRAY         3504 ext/standard/array.c 				if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
IS_ARRAY         3685 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
IS_ARRAY         3991 ext/standard/array.c 		if (Z_TYPE_PP(args[i]) == IS_ARRAY) {
IS_ARRAY         4147 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
IS_ARRAY         4177 ext/standard/array.c 			if (Z_TYPE_P(return_value) != IS_ARRAY) {
IS_ARRAY         4217 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
IS_ARRAY         4228 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT)
IS_ARRAY         4264 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
IS_ARRAY         4278 ext/standard/array.c 		if (Z_TYPE_PP(entry) == IS_ARRAY || Z_TYPE_PP(entry) == IS_OBJECT)
IS_ARRAY         4318 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
IS_ARRAY         4410 ext/standard/array.c 	if (Z_TYPE_PP(input) != IS_ARRAY) {
IS_ARRAY         4523 ext/standard/array.c 		if (Z_TYPE_PP(pargs[i]) != IS_ARRAY) {
IS_ARRAY         4655 ext/standard/array.c 	if (Z_TYPE_PP(array) != IS_ARRAY && Z_TYPE_PP(array) != IS_OBJECT) {
IS_ARRAY         4572 ext/standard/basic_functions.c 		zend_hash_find(&EG(symbol_table), "argv", sizeof("argv"), (void **) &args) != FAILURE) && Z_TYPE_PP(args) == IS_ARRAY
IS_ARRAY         4722 ext/standard/basic_functions.c 				if(Z_TYPE_PP(args) != IS_ARRAY) {
IS_ARRAY         4732 ext/standard/basic_functions.c 				if(Z_TYPE_PP(args) != IS_ARRAY) {
IS_ARRAY         5094 ext/standard/basic_functions.c 	if (Z_TYPE_PP(params[0]) != IS_STRING && Z_TYPE_PP(params[0]) != IS_ARRAY) {
IS_ARRAY         5154 ext/standard/basic_functions.c 	if (Z_TYPE_PP(func) != IS_STRING && Z_TYPE_PP(func) != IS_ARRAY) {
IS_ARRAY         5345 ext/standard/basic_functions.c 			} else if (	Z_TYPE_P(function) == IS_ARRAY 
IS_ARRAY         5376 ext/standard/basic_functions.c 	} else if (Z_TYPE_P(func1) == IS_ARRAY && Z_TYPE_P(func2) == IS_ARRAY) {
IS_ARRAY         6036 ext/standard/basic_functions.c 	if (Z_TYPE_P(tick_fe.arguments[0]) != IS_ARRAY)
IS_ARRAY         6072 ext/standard/basic_functions.c 	if (Z_TYPE_PP(function) != IS_ARRAY) {
IS_ARRAY         6220 ext/standard/basic_functions.c 			if (Z_TYPE_P(hash) != IS_ARRAY) {
IS_ARRAY           38 ext/standard/browscap.c 	if (Z_TYPE_PP(zvalue) == IS_ARRAY) {
IS_ARRAY          131 ext/standard/browscap.c 				current_section->type = IS_ARRAY;
IS_ARRAY          219 ext/standard/exec.c 		if (Z_TYPE_P(ret_array) != IS_ARRAY) {
IS_ARRAY          650 ext/standard/file.c 		case IS_ARRAY:
IS_ARRAY          260 ext/standard/filters.c 		if (Z_TYPE_P(filterparams) == IS_ARRAY) {
IS_ARRAY         1776 ext/standard/filters.c 	if (filterparams != NULL && Z_TYPE_P(filterparams) != IS_ARRAY) {
IS_ARRAY           82 ext/standard/http.c 		if (Z_TYPE_PP(zdata) == IS_ARRAY || Z_TYPE_PP(zdata) == IS_OBJECT) {
IS_ARRAY          205 ext/standard/http.c 	if (Z_TYPE_P(formdata) != IS_ARRAY && Z_TYPE_P(formdata) != IS_OBJECT) {
IS_ARRAY          134 ext/standard/info.c 		&& (Z_TYPE_PP(data)==IS_ARRAY)) {
IS_ARRAY          164 ext/standard/info.c 			if (Z_TYPE_PP(tmp) == IS_ARRAY) {
IS_ARRAY          597 ext/standard/proc_open.c 		} else if (Z_TYPE_PP(descitem) != IS_ARRAY) {
IS_ARRAY          578 ext/standard/streamsfuncs.c 	if (Z_TYPE_P(stream_array) != IS_ARRAY) {
IS_ARRAY          613 ext/standard/streamsfuncs.c 	if (Z_TYPE_P(stream_array) != IS_ARRAY) {
IS_ARRAY          661 ext/standard/streamsfuncs.c 	if (Z_TYPE_P(stream_array) != IS_ARRAY) {
IS_ARRAY          862 ext/standard/streamsfuncs.c 				&& Z_TYPE_PP(wval) == IS_ARRAY) {
IS_ARRAY         1157 ext/standard/string.c 		if (Z_TYPE_PP(arg1) != IS_ARRAY) {
IS_ARRAY         1169 ext/standard/string.c 		if (Z_TYPE_PP(arg1) == IS_ARRAY) {
IS_ARRAY         1173 ext/standard/string.c 		} else if (Z_TYPE_PP(arg2) == IS_ARRAY) {
IS_ARRAY         2327 ext/standard/string.c 	if (Z_TYPE_PP(str) != IS_ARRAY) {
IS_ARRAY         2330 ext/standard/string.c 	if (Z_TYPE_PP(repl) != IS_ARRAY) {
IS_ARRAY         2333 ext/standard/string.c 	if (Z_TYPE_PP(from) != IS_ARRAY) {
IS_ARRAY         2339 ext/standard/string.c 		if (Z_TYPE_PP(len) != IS_ARRAY) {
IS_ARRAY         2344 ext/standard/string.c 		if (Z_TYPE_PP(str) != IS_ARRAY) {
IS_ARRAY         2351 ext/standard/string.c 			(argc == 3 && Z_TYPE_PP(from) == IS_ARRAY) || 
IS_ARRAY         2357 ext/standard/string.c 		if (argc == 4 && Z_TYPE_PP(from) == IS_ARRAY) {
IS_ARRAY         2365 ext/standard/string.c 	if (Z_TYPE_PP(str) != IS_ARRAY) {
IS_ARRAY         2366 ext/standard/string.c 		if (Z_TYPE_PP(from) != IS_ARRAY) {
IS_ARRAY         2401 ext/standard/string.c 			if (Z_TYPE_PP(repl) == IS_ARRAY) {
IS_ARRAY         2415 ext/standard/string.c 				memcpy((result + f), (Z_TYPE_PP(repl) == IS_ARRAY ? Z_STRVAL_PP(tmp_repl) : Z_STRVAL_PP(repl)), repl_len);
IS_ARRAY         2427 ext/standard/string.c 		if (Z_TYPE_PP(from) == IS_ARRAY) {
IS_ARRAY         2431 ext/standard/string.c 		if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
IS_ARRAY         2435 ext/standard/string.c 		if (Z_TYPE_PP(repl) == IS_ARRAY) {
IS_ARRAY         2443 ext/standard/string.c 			if (Z_TYPE_PP(from) == IS_ARRAY) {
IS_ARRAY         2472 ext/standard/string.c 			if (argc > 3 && Z_TYPE_PP(len) == IS_ARRAY) {
IS_ARRAY         2500 ext/standard/string.c 			if (Z_TYPE_PP(repl) == IS_ARRAY) {
IS_ARRAY         2813 ext/standard/string.c 	if (ac == 2 && Z_TYPE_PP(from) != IS_ARRAY) {
IS_ARRAY         3601 ext/standard/string.c 	if (Z_TYPE_P(search) == IS_ARRAY) {
IS_ARRAY         3609 ext/standard/string.c 		if (Z_TYPE_P(replace) == IS_ARRAY) {
IS_ARRAY         3624 ext/standard/string.c 				if (Z_TYPE_P(replace) == IS_ARRAY) {
IS_ARRAY         3631 ext/standard/string.c 			if (Z_TYPE_P(replace) == IS_ARRAY) {
IS_ARRAY         3719 ext/standard/string.c 	if (Z_TYPE_PP(search) != IS_ARRAY) {
IS_ARRAY         3722 ext/standard/string.c 	} else if (Z_TYPE_PP(replace) != IS_ARRAY) {
IS_ARRAY         3727 ext/standard/string.c 	if (Z_TYPE_PP(subject) == IS_ARRAY) {
IS_ARRAY         3734 ext/standard/string.c 			if (Z_TYPE_PP(subject_entry) != IS_ARRAY && Z_TYPE_PP(subject_entry) != IS_OBJECT) {
IS_ARRAY         4146 ext/standard/string.c 	if (Z_TYPE_PP(args[1]) == IS_ARRAY) {
IS_ARRAY         4153 ext/standard/string.c 		if (Z_TYPE_PP(args[1]) == IS_ARRAY) {
IS_ARRAY         4189 ext/standard/string.c 		if (Z_TYPE_PP(args[1]) == IS_ARRAY) {
IS_ARRAY           55 ext/standard/type.c 		case IS_ARRAY:
IS_ARRAY          290 ext/standard/type.c 	php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_ARRAY);
IS_ARRAY          678 ext/standard/url.c 	if (!stream->wrapperdata || Z_TYPE_P(stream->wrapperdata) != IS_ARRAY) {
IS_ARRAY          686 ext/standard/url.c 	if (zend_hash_find(HASH_OF(stream->wrapperdata), "headers", sizeof("headers"), (void **)&h) != FAILURE && Z_TYPE_PP(h) == IS_ARRAY) {
IS_ARRAY          125 ext/standard/var.c 	case IS_ARRAY:
IS_ARRAY          279 ext/standard/var.c 	case IS_ARRAY:
IS_ARRAY          301 ext/standard/var.c 			zend_hash_apply_with_arguments(myht, (apply_func_args_t) zval_element_dump_func, 1, level, (Z_TYPE_PP(struc) == IS_ARRAY ? 0 : 1));
IS_ARRAY          421 ext/standard/var.c 	case IS_ARRAY:
IS_ARRAY          427 ext/standard/var.c 		zend_hash_apply_with_arguments(myht, (apply_func_args_t) php_array_element_export, 1, level, (Z_TYPE_PP(struc) == IS_ARRAY ? 0 : 1));
IS_ARRAY          765 ext/standard/var.c 		case IS_ARRAY: {
IS_ARRAY          767 ext/standard/var.c 			if (Z_TYPE_P(struc) == IS_ARRAY) {
IS_ARRAY          815 ext/standard/var.c 						|| (Z_TYPE_PP(data) == IS_ARRAY && Z_ARRVAL_PP(data)->nApplyCount > 1)
IS_ARRAY          819 ext/standard/var.c 						if (Z_TYPE_PP(data) == IS_ARRAY) {
IS_ARRAY          823 ext/standard/var.c 						if (Z_TYPE_PP(data) == IS_ARRAY) {
IS_ARRAY          708 ext/standard/var_unserializer.c 	Z_TYPE_PP(rval) = IS_ARRAY;
IS_ARRAY         1104 ext/sybase/php_sybase_db.c 	if (Z_TYPE_P(return_value)==IS_ARRAY) {
IS_ARRAY         1853 ext/sybase_ct/php_sybase_ct.c 	if (Z_TYPE_P(return_value)==IS_ARRAY) {
IS_ARRAY         2232 ext/sybase_ct/php_sybase_ct.c 		case IS_ARRAY:
IS_ARRAY           73 ext/tidy/tidy.c         if(Z_TYPE_PP(_val) == IS_ARRAY) { \
IS_ARRAY          626 ext/wddx/wddx.c 		case IS_ARRAY:
IS_ARRAY          670 ext/wddx/wddx.c 	else if (Z_TYPE_P(name_var) == IS_ARRAY || Z_TYPE_P(name_var) == IS_OBJECT)
IS_ARRAY          932 ext/wddx/wddx.c 			if (Z_TYPE_P(ent2->data) == IS_ARRAY || Z_TYPE_P(ent2->data) == IS_OBJECT) {
IS_ARRAY         1173 ext/wddx/wddx.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT)
IS_ARRAY         1286 ext/wddx/wddx.c 		if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT)
IS_ARRAY          382 ext/xml/xml.c  	if (Z_TYPE_PP(data) != IS_ARRAY) {
IS_ARRAY          316 ext/xmlrpc/xmlrpc-epi-php.c 		if (output_opts && Z_TYPE_P(output_opts) == IS_ARRAY) {
IS_ARRAY          373 ext/xmlrpc/xmlrpc-epi-php.c 		     if(Z_TYPE_PP(val) == IS_ARRAY) {
IS_ARRAY         1378 ext/xmlrpc/xmlrpc-epi-php.c          case IS_ARRAY:
IS_ARRAY         1469 ext/xmlrpc/xmlrpc-epi-php.c 	if (Z_TYPE_PP(arg) != IS_ARRAY) {
IS_ARRAY         1817 ext/zip/php_zip.c 			case IS_ARRAY:
IS_ARRAY          316 ext/zlib/zlib_filter.c 			if ((Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) &&
IS_ARRAY          349 ext/zlib/zlib_filter.c 				case IS_ARRAY:
IS_ARRAY          509 main/output.c  	} else if (output_handler && output_handler->type == IS_ARRAY) {
IS_ARRAY          183 main/php_variables.c 					|| Z_TYPE_PP(gpc_element_p) != IS_ARRAY) {
IS_ARRAY          610 main/php_variables.c 		if (Z_TYPE_PP(src_entry) != IS_ARRAY
IS_ARRAY          613 main/php_variables.c 			|| Z_TYPE_PP(dest_entry) != IS_ARRAY
IS_ARRAY          869 main/streams/userspace.c 	if (call_result == SUCCESS && retval != NULL && Z_TYPE_P(retval) == IS_ARRAY) {
IS_ARRAY         1253 main/streams/userspace.c 	if (call_result == SUCCESS && zretval != NULL && Z_TYPE_P(zretval) == IS_ARRAY) {
IS_ARRAY          579 sapi/apache_hooks/php_apache.c 	if (Z_TYPE_P(first) == IS_ARRAY) {
IS_ARRAY          551 sapi/cgi/cgi_main.c 	    Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
IS_ARRAY          560 sapi/cgi/cgi_main.c 	    Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&