Z_ARR             548 Zend/zend_generators.c 		HashTable *ht = Z_ARR(generator->values);
Z_ARR             171 Zend/zend_object_handlers.c 			ht = Z_ARR(retval);
Z_ARR             525 Zend/zend_types.h #define Z_ARR_P(zval_p)				Z_ARR(*(zval_p))
Z_ARR             527 Zend/zend_types.h #define Z_ARRVAL(zval)				Z_ARR(zval)
Z_ARR            1286 ext/mysqli/mysqli.c 			Z_OBJ_P(return_value)->properties = Z_ARR(dataset);
Z_ARR            1716 ext/openssl/xp_ssl.c 	return Z_ARR(meta_arr);
Z_ARR            2784 ext/pgsql/pgsql.c 			Z_OBJ_P(return_value)->properties = Z_ARR(dataset);
Z_ARR            1019 ext/simplexml/simplexml.c 			ZVAL_ARR(data_ptr, Z_ARR(newptr));
Z_ARR             683 ext/standard/streamsfuncs.c 	Z_ARR_P(stream_array) = Z_ARR(new_array);
Z_ARR             724 ext/standard/streamsfuncs.c 		Z_ARR_P(stream_array) = Z_ARR(new_array);
Z_ARR             726 ext/standard/streamsfuncs.c 		zend_array_destroy(Z_ARR(new_array));
Z_ARR             605 sapi/cgi/cgi_main.c 	int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))?PARSE_ENV:PARSE_SERVER;
Z_ARR             616 sapi/cgi/cgi_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
Z_ARR             623 sapi/cgi/cgi_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
Z_ARR             553 sapi/fpm/fpm/fpm_main.c 	int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))?PARSE_ENV:PARSE_SERVER;
Z_ARR             567 sapi/fpm/fpm/fpm_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
Z_ARR             574 sapi/fpm/fpm/fpm_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
Z_ARR             205 sapi/litespeed/lsapi_main.c 	int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))
Z_ARR             249 sapi/litespeed/lsapi_main.c         Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
Z_ARR             256 sapi/litespeed/lsapi_main.c         Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&