Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_property_hooks.c140 zend_array *properties = Z_ARR(hooked_iter->declared_props); in zho_declared_it_fetch_current()
297 zend_array *properties = Z_ARR(hooked_iter->declared_props); in zho_it_move_forward()
319 zend_array *properties = Z_ARR(hooked_iter->declared_props); in zho_it_rewind()
H A Dzend_types.h983 #define Z_ARR(zval) (zval).value.arr macro
984 #define Z_ARR_P(zval_p) Z_ARR(*(zval_p))
986 #define Z_ARRVAL(zval) Z_ARR(zval)
H A Dzend_generators.c651 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value()
H A Dzend_object_handlers.c206 ht = Z_ARR(retval); in zend_std_get_debug_info()
H A Dzend_compile.c1674 && array_is_const(Z_ARR(c->value))) { in can_ct_eval_const()
/php-src/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()
536 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in cgi_php_import_environment_variables()
540 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_ENV])); in cgi_php_import_environment_variables()
543 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in cgi_php_import_environment_variables()
547 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_SERVER])); in cgi_php_import_environment_variables()
/php-src/sapi/litespeed/
H A Dlsapi_main.c203 int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) in add_variable()
222 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in litespeed_php_import_environment_variables()
229 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in litespeed_php_import_environment_variables()
/php-src/ext/spl/
H A Dphp_spl.c700 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
710 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
/php-src/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 : PAR… 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-src/ext/mysqli/
H A Dmysqli.c794 HashTable *prop_table = zend_symtable_to_proptable(Z_ARR(dataset)); in php_mysqli_fetch_into_hash()
H A Dmysqli_nonapi.c400 ZVAL_COPY(return_value, zend_hash_index_find(Z_ARR(row_array), col_no));
/php-src/ext/intl/converter/
H A Dconverter.c521 zend_array_destroy(Z_ARR(caller)); in php_converter_resolve_callback()
/php-src/main/
H A Dphp_variables.c255 zend_array_destroy(Z_ARR(gpc_element)); in php_register_variable_ex()
/php-src/ext/phar/
H A Dphar.c1695 zend_array_destroy(Z_ARR(filterparams)); in phar_open_from_fp()
1702 zend_array_destroy(Z_ARR(filterparams)); in phar_open_from_fp()
3172 zend_array_destroy(Z_ARR(filterparams)); in phar_flush_ex()
H A Dtar.c1294 zend_array_destroy(Z_ARR(filterparams)); in phar_tar_flush()
/php-src/Zend/Optimizer/
H A Dsccp.c2388 zend_array_destroy(Z_ARR(ctx->values[i])); in replace_constant_operands()
/php-src/ext/pcre/
H A Dphp_pcre.c2475 subject_ht = Z_ARR(zv); in PHP_FUNCTION()
/php-src/ext/simplexml/
H A Dsimplexml.c965 ZVAL_ARR(data_ptr, Z_ARR(newptr)); in sxe_properties_add()
/php-src/ext/pgsql/
H A Dpgsql.c2048 Z_OBJ_P(return_value)->properties = Z_ARR(dataset); in php_pgsql_fetch_hash()
/php-src/ext/soap/
H A Dsoap.c1366 zend_array_destroy(Z_ARR(filter_params)); in PHP_METHOD()

Completed in 153 milliseconds