Home
last modified time | relevance | path

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

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c508 …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()
522 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in cgi_php_import_environment_variables()
526 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_ENV])); in cgi_php_import_environment_variables()
529 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in cgi_php_import_environment_variables()
533 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_SERVER])); in cgi_php_import_environment_variables()
/PHP-8.1/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.1/ext/spl/
H A Dphp_spl.c701 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
711 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
/PHP-8.1/Zend/
H A Dzend_types.h846 #define Z_ARR(zval) (zval).value.arr macro
847 #define Z_ARR_P(zval_p) Z_ARR(*(zval_p))
849 #define Z_ARRVAL(zval) Z_ARR(zval)
H A Dzend_generators.c612 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.c1505 && array_is_const(Z_ARR(c->value))) { in can_ct_eval_const()
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c655 …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()
671 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) { in cgi_php_import_environment_variables()
673 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_ENV])); in cgi_php_import_environment_variables()
/PHP-8.1/main/
H A Dphp_variables.c219 zend_array_destroy(Z_ARR(gpc_element)); in php_register_variable_ex()
/PHP-8.1/ext/intl/converter/
H A Dconverter.c521 zend_array_destroy(Z_ARR(caller)); in php_converter_resolve_callback()
/PHP-8.1/ext/phar/
H A Dphar.c1690 zend_array_destroy(Z_ARR(filterparams)); in phar_open_from_fp()
1697 zend_array_destroy(Z_ARR(filterparams)); in phar_open_from_fp()
3218 zend_array_destroy(Z_ARR(filterparams)); in phar_flush()
H A Dtar.c1342 zend_array_destroy(Z_ARR(filterparams)); in phar_tar_flush()
/PHP-8.1/ext/mysqli/
H A Dmysqli_nonapi.c466 ZVAL_COPY(return_value, zend_hash_index_find(Z_ARR(row_array), col_no));
H A Dmysqli.c1159 HashTable *prop_table = zend_symtable_to_proptable(Z_ARR(dataset)); in php_mysqli_fetch_into_hash()
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c2452 zend_array_destroy(Z_ARR(ctx->values[i])); in replace_constant_operands()
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c2459 subject_ht = Z_ARR(zv); in PHP_FUNCTION()
/PHP-8.1/ext/simplexml/
H A Dsimplexml.c968 ZVAL_ARR(data_ptr, Z_ARR(newptr)); in sxe_properties_add()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c1944 Z_OBJ_P(return_value)->properties = Z_ARR(dataset); in php_pgsql_fetch_hash()
/PHP-8.1/ext/soap/
H A Dsoap.c1299 zend_array_destroy(Z_ARR(filter_params));

Completed in 181 milliseconds