Z_ARR_P          7419 Zend/zend_compile.c 					el = zend_hash_index_find(Z_ARR_P(container), Z_LVAL_P(dim));
Z_ARR_P          7426 Zend/zend_compile.c 					el = zend_symtable_find(Z_ARR_P(container), Z_STR_P(dim));
Z_ARR_P           654 Zend/zend_operators.c 				HashTable *ht = Z_ARR_P(op);
Z_ARR_P           659 Zend/zend_types.h 		Z_ARR_P(__z) = (a);						\
Z_ARR_P           667 Zend/zend_types.h 		Z_ARR_P(__z) = _arr;									\
Z_ARR_P           675 Zend/zend_types.h 		Z_ARR_P(__z) = _arr;									\
Z_ARR_P           924 Zend/zend_types.h 		zend_array *_arr = Z_ARR_P(_zv);				\
Z_ARR_P          2123 ext/opcache/ZendAccelerator.c 			GC_REMOVE_FROM_BUFFER(Z_ARR_P(zvalue));
Z_ARR_P          2124 ext/opcache/ZendAccelerator.c 			if (Z_ARR_P(zvalue) != &EG(symbol_table)) {
Z_ARR_P           314 ext/opcache/zend_file_cache.c 			if (!IS_SERIALIZED(Z_ARR_P(zv))) {
Z_ARR_P           317 ext/opcache/zend_file_cache.c 				SERIALIZE_PTR(Z_ARR_P(zv));
Z_ARR_P           318 ext/opcache/zend_file_cache.c 				ht = Z_ARR_P(zv);
Z_ARR_P           875 ext/opcache/zend_file_cache.c 			if (!IS_UNSERIALIZED(Z_ARR_P(zv))) {
Z_ARR_P           878 ext/opcache/zend_file_cache.c 				UNSERIALIZE_PTR(Z_ARR_P(zv));
Z_ARR_P           879 ext/opcache/zend_file_cache.c 				ht = Z_ARR_P(zv);
Z_ARR_P           283 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_ARR_P(z));
Z_ARR_P           285 ext/opcache/zend_persist.c 				Z_ARR_P(z) = new_ptr;
Z_ARR_P           289 ext/opcache/zend_persist.c 					Z_ARR_P(z) = zend_accel_memdup(Z_ARR_P(z), sizeof(zend_array));
Z_ARR_P           292 ext/opcache/zend_persist.c 					GC_REMOVE_FROM_BUFFER(Z_ARR_P(z));
Z_ARR_P           293 ext/opcache/zend_persist.c 					zend_accel_store(Z_ARR_P(z), sizeof(zend_array));
Z_ARR_P           339 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_ARR_P(z));
Z_ARR_P           341 ext/opcache/zend_persist.c 				Z_ARR_P(z) = new_ptr;
Z_ARR_P           345 ext/opcache/zend_persist.c 					Z_ARR_P(z) = zend_accel_memdup(Z_ARR_P(z), sizeof(zend_array));
Z_ARR_P           348 ext/opcache/zend_persist.c 					GC_REMOVE_FROM_BUFFER(Z_ARR_P(z));
Z_ARR_P           349 ext/opcache/zend_persist.c 					zend_accel_store(Z_ARR_P(z), sizeof(zend_array));
Z_ARR_P           398 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_ARR_P(z));
Z_ARR_P           400 ext/opcache/zend_persist.c 				Z_ARR_P(z) = new_ptr;
Z_ARR_P           404 ext/opcache/zend_persist.c 					Z_ARR_P(z) = zend_accel_memdup(Z_ARR_P(z), sizeof(zend_array));
Z_ARR_P           407 ext/opcache/zend_persist.c 					GC_REMOVE_FROM_BUFFER(Z_ARR_P(z));
Z_ARR_P           408 ext/opcache/zend_persist.c 					zend_accel_store(Z_ARR_P(z), sizeof(zend_array));
Z_ARR_P           137 ext/opcache/zend_persist_calc.c 			size = zend_shared_memdup_size(Z_ARR_P(z), sizeof(zend_array));
Z_ARR_P            57 ext/standard/browscap.c 		efree(Z_ARR_P(zvalue));
Z_ARR_P            67 ext/standard/browscap.c 		free(Z_ARR_P(zvalue));
Z_ARR_P           682 ext/standard/streamsfuncs.c 	zend_array_destroy(Z_ARR_P(stream_array));
Z_ARR_P           683 ext/standard/streamsfuncs.c 	Z_ARR_P(stream_array) = Z_ARR(new_array);
Z_ARR_P           723 ext/standard/streamsfuncs.c 		zend_array_destroy(Z_ARR_P(stream_array));
Z_ARR_P           724 ext/standard/streamsfuncs.c 		Z_ARR_P(stream_array) = Z_ARR(new_array);
Z_ARR_P           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))
Z_ARR_P           788 ext/zlib/zlib.c 				HashTable *dictionary = Z_ARR_P(option_buffer);
Z_ARR_P           197 main/php_ini.c 		free(Z_ARR_P(zvalue));
Z_ARR_P           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_P           616 sapi/cgi/cgi_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
Z_ARR_P           623 sapi/cgi/cgi_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
Z_ARR_P           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_P           567 sapi/fpm/fpm/fpm_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
Z_ARR_P           574 sapi/fpm/fpm/fpm_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
Z_ARR_P           205 sapi/litespeed/lsapi_main.c 	int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))
Z_ARR_P           249 sapi/litespeed/lsapi_main.c         Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
Z_ARR_P           256 sapi/litespeed/lsapi_main.c         Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
Z_ARR_P           487 sapi/phpdbg/phpdbg.c 	return Z_ARR_P(ht_zv);
Z_ARR_P           521 sapi/phpdbg/phpdbg.c 		if (Z_TYPE_P(option_buffer) == IS_ARRAY && zend_hash_num_elements(Z_ARR_P(option_buffer)) > 0) {
Z_ARR_P           527 sapi/phpdbg/phpdbg.c 			ZEND_HASH_FOREACH_VAL(Z_ARR_P(option_buffer), filename) {
Z_ARR_P           542 sapi/phpdbg/phpdbg.c 				insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), func->op_array.filename);
Z_ARR_P           558 sapi/phpdbg/phpdbg.c 						insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), func->op_array.filename);
Z_ARR_P           578 sapi/phpdbg/phpdbg.c 				phpdbg_add_empty_array(Z_ARR_P(return_value), source->op_array.filename),
Z_ARR_P           641 sapi/phpdbg/phpdbg.c 				file_ht = insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), last_file);
Z_ARR_P           659 sapi/phpdbg/phpdbg.c 					insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), fn_name);
Z_ARR_P           825 sapi/phpdbg/phpdbg_utils.c 			spprintf(&decode, 0, "array(%d)", zend_hash_num_elements(Z_ARR_P(zv)));
Z_ARR_P           159 sapi/phpdbg/phpdbg_wait.c 		EG(symbol_table) = *Z_ARR_P(zvp);