Home
last modified time | relevance | path

Searched refs:Z_ARRVAL (Results 1 – 25 of 54) sorted by relevance

123

/PHP-8.3/ext/mysqli/
H A Dmysqli_warning.c92 zend_hash_internal_pointer_reset(Z_ARRVAL(row)); in php_get_warnings()
94 zend_hash_move_forward(Z_ARRVAL(row)); in php_get_warnings()
97 entry = zend_hash_get_current_data(Z_ARRVAL(row)); in php_get_warnings()
99 zend_hash_move_forward(Z_ARRVAL(row)); in php_get_warnings()
102 entry = zend_hash_get_current_data(Z_ARRVAL(row)); in php_get_warnings()
H A Dmysqli_nonapi.c699 dest_elem = zend_hash_next_index_insert(Z_ARRVAL(dest_array), elem);
729 dest_elem = zend_hash_next_index_insert(Z_ARRVAL(proxy), elem);
/PHP-8.3/main/
H A Dphp_variables.c86 Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE]) != symbol_table); in php_register_known_variable()
318 symtable1 == Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE]) && in php_register_variable_ex()
678 if (zend_hash_next_index_insert(Z_ARRVAL(arr), &tmp) == NULL) { in php_build_argv()
688 if (zend_hash_next_index_insert(Z_ARRVAL(arr), &tmp) == NULL) { in php_build_argv()
889 … zend_hash_update(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), ZSTR_KNOWN(ZEND_STR_ARGV), argv); in php_auto_globals_create_server()
902 check_http_proxy(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])); in php_auto_globals_create_server()
909 HT_ALLOW_COW_VIOLATION(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])); in php_auto_globals_create_server()
923 check_http_proxy(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])); in php_auto_globals_create_env()
949 php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_GET])); in php_auto_globals_create_request()
956 php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_POST])); in php_auto_globals_create_request()
[all …]
H A Dphp_ini.c233 zend_hash_init(Z_ARRVAL(option_arr), 8, NULL, config_zval_dtor, 1); in php_ini_parser_cb()
300 zend_hash_init(Z_ARRVAL(section_arr), 8, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
/PHP-8.3/ext/standard/
H A Darray.c5126 hash = Z_ARRVAL(args[i]);
5269 hash = Z_ARRVAL(args[i]);
5521 hash = Z_ARRVAL(args[i]);
5556 RETVAL_ARR(zend_array_dup(Z_ARRVAL(args[0])));
5657 hash = Z_ARRVAL(args[i]);
5703 num = zend_hash_num_elements(Z_ARRVAL(args[0]));
6544 if (HT_IS_PACKED(Z_ARRVAL(arrays[i]))) {
6546 if (pos >= Z_ARRVAL(arrays[i])->nNumUsed) {
6558 if (pos >= Z_ARRVAL(arrays[i])->nNumUsed) {
6583 if (HT_IS_PACKED(Z_ARRVAL(arrays[i]))) {
[all …]
H A Dvar.c796 return Z_ARRVAL(retval); in php_var_serialize_call_sleep()
1095 smart_str_append_unsigned(buf, zend_hash_num_elements(Z_ARRVAL(retval))); in php_var_serialize_intern()
1097 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL(retval), index, key, data) { in php_var_serialize_intern()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_frame.c276 zend_hash_internal_pointer_reset_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
279 while ((tmp = zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace), &position))) { in phpdbg_dump_backtrace()
295 zend_hash_move_forward_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
/PHP-8.3/ext/xml/
H A Dxml.c559 if ((element = zend_hash_str_find(Z_ARRVAL(parser->info), name, name_len)) == NULL) { in _xml_add_to_info()
562 element = zend_hash_str_update(Z_ARRVAL(parser->info), name, name_len, &values); in _xml_add_to_info()
614 zend_symtable_update(Z_ARRVAL(args[2]), att, &tmp); in _xml_startElementHandler()
651 zend_symtable_update(Z_ARRVAL(atr), att, &tmp); in _xml_startElementHandler()
660 zend_hash_str_add(Z_ARRVAL(tag), "attributes", sizeof("attributes") - 1, &atr); in _xml_startElementHandler()
665 parser->ctag = zend_hash_next_index_insert(Z_ARRVAL(parser->data), &tag); in _xml_startElementHandler()
710 zend_hash_next_index_insert(Z_ARRVAL(parser->data), &tag); in _xml_endElementHandler()
786 ZEND_HASH_REVERSE_FOREACH_VAL(Z_ARRVAL(parser->data), curtag) { in _xml_characterDataHandler()
808 zend_hash_next_index_insert(Z_ARRVAL(parser->data), &tag); in _xml_characterDataHandler()
/PHP-8.3/ext/random/
H A Dengine_mt19937.c332 if (!engine->algo->serialize(engine->status, Z_ARRVAL(t))) { in PHP_METHOD()
397 if (!engine->algo->serialize(engine->status, Z_ARRVAL(t))) { in PHP_METHOD()
/PHP-8.3/ext/readline/
H A Dreadline.c410 HashTable *myht = Z_ARRVAL(_readline_array); in _readline_command_generator()
455 if (zend_hash_num_elements(Z_ARRVAL(_readline_array))) { in php_readline_completion_cb()
/PHP-8.3/Zend/
H A Dzend_closures.c307 zend_hash_real_init_mixed(Z_ARRVAL(fci.params[1])); in ZEND_NAMED_FUNCTION()
311 zend_hash_add_new(Z_ARRVAL(fci.params[1]), name, named_param_zval); in ZEND_NAMED_FUNCTION()
621 zend_hash_add_new(Z_ARRVAL(val), key, &copy); in zend_closure_get_debug_info()
624 if (zend_hash_num_elements(Z_ARRVAL(val))) { in zend_closure_get_debug_info()
661 zend_hash_update(Z_ARRVAL(val), name, &info); in zend_closure_get_debug_info()
H A Dzend_builtin_functions.c1531 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION()
1710 zend_string *str = zend_trace_to_string(Z_ARRVAL(backtrace), /* include_main */ false); in ZEND_FUNCTION()
1913 zend_hash_next_index_insert_new(Z_ARRVAL(arg_array), &tmp); in zend_fetch_debug_backtrace()
/PHP-8.3/ext/tokenizer/
H A Dtokenizer.c307 zend_hash_real_init_packed(Z_ARRVAL(token)); in add_token()
308 ZEND_HASH_FILL_PACKED(Z_ARRVAL(token)) { in add_token()
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.cpp183 zend_hash_copy(Z_ARRVAL(ztz_debug), debug_info_tz, zval_add_ref); in Calendar_get_debug_info()
/PHP-8.3/ext/spl/
H A Dspl_iterators.c1893 count = zend_hash_num_elements(Z_ARRVAL(intern->current.data)); in PHP_METHOD()
2092 RETURN_BOOL(zend_hash_num_elements(Z_ARRVAL(intern->current.data)) > 0); in PHP_METHOD()
2353 array_set_zval_key(Z_ARRVAL(intern->u.caching.zcache), key, data); in spl_caching_it_next()
2409 zend_hash_clean(Z_ARRVAL(intern->u.caching.zcache)); in spl_caching_it_rewind()
2526 zend_symtable_update(Z_ARRVAL(intern->u.caching.zcache), key, value); in PHP_METHOD()
2548 if ((value = zend_symtable_find(Z_ARRVAL(intern->u.caching.zcache), key)) == NULL) { in PHP_METHOD()
2574 zend_symtable_del(Z_ARRVAL(intern->u.caching.zcache), key); in PHP_METHOD()
2595 RETURN_BOOL(zend_symtable_exists(Z_ARRVAL(intern->u.caching.zcache), key)); in PHP_METHOD()
2662 zend_hash_clean(Z_ARRVAL(intern->u.caching.zcache)); in PHP_METHOD()
2684 RETURN_LONG(zend_hash_num_elements(Z_ARRVAL(intern->u.caching.zcache))); in PHP_METHOD()
H A Dspl_observer.c350 zend_hash_next_index_insert(Z_ARRVAL(storage), &tmp); in spl_object_storage_debug_info()
953 zend_hash_next_index_insert(Z_ARRVAL(tmp), &obj); in PHP_METHOD()
955 zend_hash_next_index_insert(Z_ARRVAL(tmp), &elem->inf); in PHP_METHOD()
H A Dspl_fixedarray.c657 zend_hash_add(Z_ARRVAL(members_zv), key, elem); in PHP_METHOD()
670 object_properties_load(&intern->std, Z_ARRVAL(members_zv)); in PHP_METHOD()
/PHP-8.3/ext/session/
H A Dphp_session.h279 zend_hash_del(Z_ARRVAL(PS(http_session_vars)), name); \
H A Dsession.c1598 …(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("… in php_session_start()
2994 …if ((ppid = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[where]), PS(session_name), progress->snam… in early_find_sid_in()
3168 …progress->post_bytes_processed = zend_hash_str_find(Z_ARRVAL(progress->data), "bytes_processed", s… in php_session_rfc1867_callback()
3194 …progress->current_file_bytes_processed = zend_hash_str_find(Z_ARRVAL(progress->current_file), "byt… in php_session_rfc1867_callback()
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c972 zend_hash_next_index_insert_new(Z_ARRVAL(arr), &cur); in do_fetch()
976 zend_hash_next_index_insert_new(Z_ARRVAL(arr), &val); in do_fetch()
1088 zend_hash_next_index_insert(Z_ARRVAL(grp), return_value); in do_fetch()
1813 if (Z_TYPE(args[1]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL(args[1]))) { in pdo_stmt_setup_fetch_mode()
1814 constructor_args = Z_ARRVAL(args[1]); in pdo_stmt_setup_fetch_mode()
H A Dpdo_dbh.c160 if ((item = zend_hash_index_find(Z_ARRVAL(info), 1)) != NULL in pdo_handle_error()
165 if ((item = zend_hash_index_find(Z_ARRVAL(info), 2)) != NULL) { in pdo_handle_error()
/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c224 zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0 in litespeed_php_import_environment_variables()
231 zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in litespeed_php_import_environment_variables()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c539 zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0 in cgi_php_import_environment_variables()
546 zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in cgi_php_import_environment_variables()
/PHP-8.3/main/streams/
H A Dstreams.c2400 …if (NULL == (wrapperhash = zend_hash_str_find(Z_ARRVAL(context->options), wrappername, strlen(wrap…
2413 wrapperhash = zend_hash_str_find(Z_ARRVAL(context->options), wrappername, strlen(wrappername));
2416 …wrapperhash = zend_hash_str_update(Z_ARRVAL(context->options), (char*)wrappername, strlen(wrappern…
H A Dmemory.c523 zend_hash_copy(Z_ARRVAL_P((zval*)ptrparam), Z_ARRVAL(ts->meta), zval_add_ref); in php_stream_temp_set_option()

Completed in 131 milliseconds

123