Searched refs:Z_ARR (Results 1 – 20 of 20) sorted by relevance
140 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()
983 #define Z_ARR(zval) (zval).value.arr macro984 #define Z_ARR_P(zval_p) Z_ARR(*(zval_p))986 #define Z_ARRVAL(zval) Z_ARR(zval)
651 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value()
206 ht = Z_ARR(retval); in zend_std_get_debug_info()
1674 && array_is_const(Z_ARR(c->value))) { in can_ct_eval_const()
508 …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()
203 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()
700 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()710 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
659 …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()
794 HashTable *prop_table = zend_symtable_to_proptable(Z_ARR(dataset)); in php_mysqli_fetch_into_hash()
400 ZVAL_COPY(return_value, zend_hash_index_find(Z_ARR(row_array), col_no));
521 zend_array_destroy(Z_ARR(caller)); in php_converter_resolve_callback()
255 zend_array_destroy(Z_ARR(gpc_element)); in php_register_variable_ex()
1695 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()
1294 zend_array_destroy(Z_ARR(filterparams)); in phar_tar_flush()
2388 zend_array_destroy(Z_ARR(ctx->values[i])); in replace_constant_operands()
2475 subject_ht = Z_ARR(zv); in PHP_FUNCTION()
965 ZVAL_ARR(data_ptr, Z_ARR(newptr)); in sxe_properties_add()
2048 Z_OBJ_P(return_value)->properties = Z_ARR(dataset); in php_pgsql_fetch_hash()
1366 zend_array_destroy(Z_ARR(filter_params)); in PHP_METHOD()
Completed in 153 milliseconds