Home
last modified time | relevance | path

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

/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c510 …int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) ? PARSE_ENV : PAR… in cgi_php_load_env_var()
538 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in cgi_php_import_environment_variables()
542 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_ENV])); in cgi_php_import_environment_variables()
545 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in cgi_php_import_environment_variables()
549 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_SERVER])); in cgi_php_import_environment_variables()
/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c204 int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) in add_variable()
223 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in litespeed_php_import_environment_variables()
230 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in litespeed_php_import_environment_variables()
/PHP-8.3/ext/spl/
H A Dphp_spl.c706 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
716 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_types.h979 #define Z_ARR(zval) (zval).value.arr macro
980 #define Z_ARR_P(zval_p) Z_ARR(*(zval_p))
982 #define Z_ARRVAL(zval) Z_ARR(zval)
H A Dzend_generators.c665 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value()
H A Dzend_object_handlers.c173 ht = Z_ARR(retval); in zend_std_get_debug_info()
H A Dzend_compile.c1592 && array_is_const(Z_ARR(c->value))) { in can_ct_eval_const()
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c656 …int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) ? PARSE_ENV : PAR… in cgi_php_load_env_var()
672 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) { in cgi_php_import_environment_variables()
674 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_ENV])); in cgi_php_import_environment_variables()
/PHP-8.3/ext/mysqli/
H A Dmysqli.c795 HashTable *prop_table = zend_symtable_to_proptable(Z_ARR(dataset)); in php_mysqli_fetch_into_hash()
H A Dmysqli_nonapi.c402 ZVAL_COPY(return_value, zend_hash_index_find(Z_ARR(row_array), col_no));
/PHP-8.3/ext/intl/converter/
H A Dconverter.c521 zend_array_destroy(Z_ARR(caller)); in php_converter_resolve_callback()
/PHP-8.3/main/
H A Dphp_variables.c254 zend_array_destroy(Z_ARR(gpc_element)); in php_register_variable_ex()
/PHP-8.3/ext/phar/
H A Dphar.c1693 zend_array_destroy(Z_ARR(filterparams)); in phar_open_from_fp()
1700 zend_array_destroy(Z_ARR(filterparams)); in phar_open_from_fp()
3210 zend_array_destroy(Z_ARR(filterparams)); in phar_flush()
H A Dtar.c1331 zend_array_destroy(Z_ARR(filterparams)); in phar_tar_flush()
/PHP-8.3/ext/imap/
H A Dphp_imap.c2946 zend_hash_next_index_insert_new(Z_ARR(z_disposition_parameter_list), &z_disposition_parameter); in php_imap_populate_body_struct_object()
2989 zend_hash_next_index_insert_new(Z_ARR(z_body_parameter_list), &z_body_parameter); in php_imap_populate_body_struct_object()
4368 zend_hash_next_index_insert_new(Z_ARR(z_content_part_list), &z_content_part); in _php_imap_add_body()
4387 zend_hash_next_index_insert_new(Z_ARR(message_list), &message); in _php_imap_add_body()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2422 subject_ht = Z_ARR(zv); in PHP_FUNCTION()
/PHP-8.3/Zend/Optimizer/
H A Dsccp.c2327 zend_array_destroy(Z_ARR(ctx->values[i])); in replace_constant_operands()
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c962 ZVAL_ARR(data_ptr, Z_ARR(newptr)); in sxe_properties_add()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c1856 Z_OBJ_P(return_value)->properties = Z_ARR(dataset); in php_pgsql_fetch_hash()
/PHP-8.3/ext/soap/
H A Dsoap.c1255 zend_array_destroy(Z_ARR(filter_params));

Completed in 155 milliseconds