Home
last modified time | relevance | path

Searched refs:Z_ARR_P (Results 1 – 18 of 18) sorted by relevance

/PHP-7.1/ext/opcache/
H A Dzend_persist.c317 new_ptr = zend_shared_alloc_get_xlat_entry(Z_ARR_P(z)); in zend_persist_zval()
319 Z_ARR_P(z) = new_ptr; in zend_persist_zval()
323 Z_ARR_P(z) = zend_accel_memdup(Z_ARR_P(z), sizeof(zend_array)); in zend_persist_zval()
326 GC_REMOVE_FROM_BUFFER(Z_ARR_P(z)); in zend_persist_zval()
327 zend_accel_store(Z_ARR_P(z), sizeof(zend_array)); in zend_persist_zval()
H A Dzend_file_cache.c328 if (!IS_SERIALIZED(Z_ARR_P(zv))) { in zend_file_cache_serialize_zval()
331 SERIALIZE_PTR(Z_ARR_P(zv)); in zend_file_cache_serialize_zval()
332 ht = Z_ARR_P(zv); in zend_file_cache_serialize_zval()
962 if (!IS_UNSERIALIZED(Z_ARR_P(zv))) { in zend_file_cache_unserialize_zval()
965 UNSERIALIZE_PTR(Z_ARR_P(zv)); in zend_file_cache_unserialize_zval()
966 ht = Z_ARR_P(zv); in zend_file_cache_unserialize_zval()
H A Dzend_persist_calc.c137 size = zend_shared_memdup_size(Z_ARR_P(z), sizeof(zend_array)); in zend_persist_zval_calc()
H A DZendAccelerator.c2255 GC_REMOVE_FROM_BUFFER(Z_ARR_P(zvalue)); in accel_fast_zval_dtor()
2256 if (Z_ARR_P(zvalue) != &EG(symbol_table)) { in accel_fast_zval_dtor()
/PHP-7.1/Zend/
H A Dzend_types.h532 #define Z_ARR_P(zval_p) Z_ARR(*(zval_p)) macro
666 Z_ARR_P(__z) = (a); \
674 Z_ARR_P(__z) = _arr; \
682 Z_ARR_P(__z) = _arr; \
953 zend_array *_arr = Z_ARR_P(_zv); \
H A Dzend_operators.c672 HashTable *ht = Z_ARR_P(op); in convert_to_object()
H A Dzend_compile.c8237 el = zend_hash_index_find(Z_ARR_P(container), Z_LVAL_P(dim)); in zend_eval_const_expr()
8244 el = zend_symtable_find(Z_ARR_P(container), Z_STR_P(dim)); in zend_eval_const_expr()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c539 return Z_ARR_P(ht_zv); in phpdbg_add_empty_array()
573 if (Z_TYPE_P(option_buffer) == IS_ARRAY && zend_hash_num_elements(Z_ARR_P(option_buffer)) > 0) { in PHP_FUNCTION()
579 ZEND_HASH_FOREACH_VAL(Z_ARR_P(option_buffer), filename) { in PHP_FUNCTION()
594 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), func->op_array.filename); in PHP_FUNCTION()
610 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), func->op_array.filename); in PHP_FUNCTION()
630 phpdbg_add_empty_array(Z_ARR_P(return_value), source->op_array.filename), in PHP_FUNCTION()
693 file_ht = insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), last_file); in PHP_FUNCTION()
711 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), fn_name); in PHP_FUNCTION()
H A Dphpdbg_wait.c159 EG(symbol_table) = *Z_ARR_P(zvp); in phpdbg_webdata_decompress()
H A Dphpdbg_utils.c837 spprintf(&decode, 0, "array(%d)", zend_hash_num_elements(Z_ARR_P(zv))); in phpdbg_short_zval_print()
/PHP-7.1/ext/standard/
H A Dstreamsfuncs.c671 zend_array_destroy(Z_ARR_P(stream_array)); in stream_array_from_fd_set()
672 Z_ARR_P(stream_array) = Z_ARR(new_array); in stream_array_from_fd_set()
713 zend_array_destroy(Z_ARR_P(stream_array)); in stream_array_emulate_read_fd_set()
714 Z_ARR_P(stream_array) = Z_ARR(new_array); in stream_array_emulate_read_fd_set()
H A Dvar.c970 … if ((Z_TYPE_P(data) == IS_ARRAY && Z_TYPE_P(struc) == IS_ARRAY && Z_ARR_P(data) == Z_ARR_P(struc)) in php_var_serialize_intern()
H A Darray.c1027 arr = Z_ARR_P(array); in php_usort()
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c228 int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) in add_variable()
247 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in litespeed_php_import_environment_variables()
254 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in litespeed_php_import_environment_variables()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c554 …int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))?PARSE_ENV:PARSE_S… in cgi_php_load_env_var()
568 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in cgi_php_import_environment_variables()
575 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in cgi_php_import_environment_variables()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c664 …int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))?PARSE_ENV:PARSE_S… in cgi_php_load_env_var()
675 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in cgi_php_import_environment_variables()
682 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in cgi_php_import_environment_variables()
/PHP-7.1/main/
H A Dphp_ini.c197 free(Z_ARR_P(zvalue)); in config_zval_dtor()
/PHP-7.1/ext/zlib/
H A Dzlib.c770 HashTable *dictionary = Z_ARR_P(option_buffer); in zlib_create_dictionary_string()

Completed in 128 milliseconds