/PHP-8.3/ext/random/ |
H A D | engine_mt19937.c | 175 zend_hash_next_index_insert(data, &t); in serialize() 178 zend_hash_next_index_insert(data, &t); in serialize() 180 zend_hash_next_index_insert(data, &t); in serialize() 328 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &t); in PHP_METHOD() 336 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &t); in PHP_METHOD()
|
H A D | engine_pcgoneseq128xslrr64.c | 71 zend_hash_next_index_insert(data, &z); in serialize() 75 zend_hash_next_index_insert(data, &z); in serialize()
|
H A D | engine_combinedlcg.c | 71 zend_hash_next_index_insert(data, &t); in serialize()
|
H A D | randomizer.c | 372 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &t); in PHP_METHOD() 473 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &t); in PHP_METHOD()
|
H A D | engine_xoshiro256starstar.c | 123 zend_hash_next_index_insert(data, &t); in serialize()
|
/PHP-8.3/ext/phar/ |
H A D | func_interceptors.c | 445 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_dev); in phar_fancy_stat() 446 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ino); in phar_fancy_stat() 447 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mode); in phar_fancy_stat() 448 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_nlink); in phar_fancy_stat() 449 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_uid); in phar_fancy_stat() 450 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_gid); in phar_fancy_stat() 452 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_rdev); in phar_fancy_stat() 453 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_size); in phar_fancy_stat() 454 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_atime); in phar_fancy_stat() 455 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mtime); in phar_fancy_stat() [all …]
|
/PHP-8.3/ext/standard/ |
H A D | file.c | 1447 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_dev); in php_fstat() 1448 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ino); in php_fstat() 1449 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mode); in php_fstat() 1450 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_nlink); in php_fstat() 1451 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_uid); in php_fstat() 1452 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_gid); in php_fstat() 1453 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_rdev); in php_fstat() 1454 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_size); in php_fstat() 1455 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_atime); in php_fstat() 1931 zend_hash_next_index_insert(values, &tmp); in php_bc_fgetcsv_empty_line() [all …]
|
H A D | http_fopen_wrapper.c | 725 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_response); in php_stream_url_wrap_http_ex() 833 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header); in php_stream_url_wrap_http_ex()
|
/PHP-8.3/ext/hash/ |
H A D | hash.c | 252 zend_hash_next_index_insert(Z_ARRVAL_P(zv), &tmp); in php_hash_serialize_spec() 259 zend_hash_next_index_insert(Z_ARRVAL_P(zv), &tmp); in php_hash_serialize_spec() 262 zend_hash_next_index_insert(Z_ARRVAL_P(zv), &tmp); in php_hash_serialize_spec() 1470 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD() 1473 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD() 1478 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD() 1481 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD() 1486 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD()
|
/PHP-8.3/main/ |
H A D | php_variables.c | 253 if ((gpc_element_p = zend_hash_next_index_insert(symtable1, &gpc_element)) == NULL) { in php_register_variable_ex() 299 if (zend_hash_next_index_insert(symtable1, val) == NULL) { 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()
|
H A D | php_ini.c | 241 entry = zend_hash_next_index_insert(Z_ARRVAL_P(find_arr), arg2); in php_ini_parser_cb()
|
/PHP-8.3/ext/spl/ |
H A D | spl_observer.c | 350 zend_hash_next_index_insert(Z_ARRVAL(storage), &tmp); in spl_object_storage_debug_info() 962 zend_hash_next_index_insert(Z_ARRVAL(tmp), &obj); in PHP_METHOD() 964 zend_hash_next_index_insert(Z_ARRVAL(tmp), &elem->inf); in PHP_METHOD() 966 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD() 971 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD()
|
H A D | spl_dllist.c | 1120 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD() 1125 zend_hash_next_index_insert(Z_ARRVAL(tmp), ¤t->data); in PHP_METHOD() 1129 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD() 1134 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD()
|
H A D | spl_array.c | 494 zend_hash_next_index_insert(ht, value); in spl_array_write_dimension_ex() 1771 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD() 1779 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD() 1784 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD() 1792 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD()
|
H A D | spl_fixedarray.c | 252 zend_hash_next_index_insert(ht, &elements[i]); in spl_fixedarray_object_get_properties_for() 616 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), current); in PHP_METHOD()
|
/PHP-8.3/Zend/ |
H A D | zend_list.c | 278 if (zend_hash_next_index_insert(&list_destructors, &zv) == NULL) { in zend_register_list_destructors_ex()
|
H A D | zend_API.c | 2014 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_long() 2023 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_null() 2032 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_bool() 2041 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_resource() 2050 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_double() 2059 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_str() 2068 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_string() 2077 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_stringl() 2086 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_array() 2095 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_object() [all …]
|
/PHP-8.3/ext/json/ |
H A D | json_parser.y | 223 zend_hash_next_index_insert(Z_ARRVAL_P(array), zvalue); in php_json_parser_array_append()
|
/PHP-8.3/ext/pcre/ |
H A D | php_pcre.c | 1023 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair); in add_offset_pair() 1053 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &val); in populate_subpat_array() 1061 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &val); in populate_subpat_array() 1080 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &val); in populate_subpat_array() 1356 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set); in php_pcre_match_impl() 1437 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]); in php_pcre_match_impl() 1441 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]); in php_pcre_match_impl()
|
/PHP-8.3/ext/intl/collator/ |
H A D | collator_sort.c | 477 zend_hash_next_index_insert( Z_ARRVAL_P(array), sortKeyIndxBuf[j].zstr); in PHP_FUNCTION()
|
/PHP-8.3/ext/xml/ |
H A D | xml.c | 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() 808 zend_hash_next_index_insert(Z_ARRVAL(parser->data), &tag); in _xml_characterDataHandler()
|
/PHP-8.3/ext/dom/ |
H A D | xpath.c | 169 zend_hash_next_index_insert(intern->node_list, &retval); in dom_xpath_ext_function_php()
|
H A D | element.c | 347 zend_hash_next_index_insert(ht, &tmp); in PHP_METHOD() 352 zend_hash_next_index_insert(ht, &tmp); in PHP_METHOD()
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_nonapi.c | 699 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/ext/oci8/ |
H A D | oci8_interface.c | 1318 zend_hash_next_index_insert(Z_ARRVAL(row), &element); in PHP_FUNCTION() 1327 zend_hash_next_index_insert(Z_ARRVAL_P(array), &row); in PHP_FUNCTION() 1352 outarrs[ i ] = zend_hash_next_index_insert(Z_ARRVAL_P(array), &tmp); in PHP_FUNCTION()
|