Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c174 zend_array_destroy(Z_ARR(array)); in phpdbg_webdata_compress()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c513 …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()
527 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in cgi_php_import_environment_variables()
531 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_ENV])); in cgi_php_import_environment_variables()
534 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in cgi_php_import_environment_variables()
538 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_SERVER])); in cgi_php_import_environment_variables()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c209 int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) in add_variable()
228 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in litespeed_php_import_environment_variables()
235 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in litespeed_php_import_environment_variables()
/PHP-7.4/Zend/
H A Dzend_types.h695 #define Z_ARR(zval) (zval).value.arr macro
696 #define Z_ARR_P(zval_p) Z_ARR(*(zval_p))
698 #define Z_ARRVAL(zval) Z_ARR(zval)
H A Dzend_generators.c701 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value()
H A Dzend_object_handlers.c163 ht = Z_ARR(retval); in zend_std_get_debug_info()
/PHP-7.4/ext/spl/
H A Dphp_spl.c887 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
897 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c659 …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()
677 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_ENV])); in cgi_php_import_environment_variables()
/PHP-7.4/main/
H A Dphp_variables.c223 zend_array_destroy(Z_ARR(gpc_element)); in php_register_variable_ex()
/PHP-7.4/ext/phar/
H A Dphar.c1648 zend_array_destroy(Z_ARR(filterparams)); in phar_open_from_fp()
1655 zend_array_destroy(Z_ARR(filterparams)); in phar_open_from_fp()
3180 zend_array_destroy(Z_ARR(filterparams)); in phar_flush()
H A Dtar.c1345 zend_array_destroy(Z_ARR(filterparams)); in phar_tar_flush()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c548 zend_array_destroy(Z_ARR(caller)); in php_converter_resolve_callback()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1281 Z_OBJ_P(return_value)->properties = Z_ARR(dataset); in php_mysqli_fetch_into_hash()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1819 return Z_ARR(meta_arr); in php_openssl_capture_session_meta()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c2445 zend_array_destroy(Z_ARR(ctx->values[i])); in replace_constant_operands()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1020 ZVAL_ARR(data_ptr, Z_ARR(newptr)); in sxe_properties_add()
/PHP-7.4/ext/soap/
H A Dsoap.c1589 zend_array_destroy(Z_ARR(filter_params));
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2822 Z_OBJ_P(return_value)->properties = Z_ARR(dataset);

Completed in 102 milliseconds