Home
last modified time | relevance | path

Searched refs:zend_hash_next_index_insert (Results 1 – 25 of 38) sorted by relevance

12

/PHP-7.1/ext/standard/
H A Dfilestat.c965 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_dev); in php_stat()
966 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ino); in php_stat()
967 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mode); in php_stat()
968 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_nlink); in php_stat()
969 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_uid); in php_stat()
970 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_gid); in php_stat()
972 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_rdev); in php_stat()
973 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_size); in php_stat()
974 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_atime); in php_stat()
975 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mtime); in php_stat()
[all …]
H A Dfile.c1581 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_dev); in PHP_NAMED_FUNCTION()
1582 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ino); in PHP_NAMED_FUNCTION()
1583 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mode); in PHP_NAMED_FUNCTION()
1584 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_nlink); in PHP_NAMED_FUNCTION()
1585 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_uid); in PHP_NAMED_FUNCTION()
1586 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_gid); in PHP_NAMED_FUNCTION()
1587 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_rdev); in PHP_NAMED_FUNCTION()
1588 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_size); in PHP_NAMED_FUNCTION()
1589 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_atime); in PHP_NAMED_FUNCTION()
1590 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mtime); in PHP_NAMED_FUNCTION()
[all …]
H A Dhttp_fopen_wrapper.c746 zend_hash_next_index_insert(Z_ARRVAL(response_header), &http_response); in php_stream_url_wrap_http_ex()
849 zend_hash_next_index_insert(Z_ARRVAL(response_header), &http_header); in php_stream_url_wrap_http_ex()
/PHP-7.1/ext/phar/
H A Dfunc_interceptors.c571 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_dev); in phar_fancy_stat()
572 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ino); in phar_fancy_stat()
573 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mode); in phar_fancy_stat()
574 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_nlink); in phar_fancy_stat()
575 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_uid); in phar_fancy_stat()
576 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_gid); in phar_fancy_stat()
578 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_rdev); in phar_fancy_stat()
579 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_size); in phar_fancy_stat()
580 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_atime); in phar_fancy_stat()
581 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mtime); in phar_fancy_stat()
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c88 zend_hash_next_index_insert(Z_ARRVAL(zv[7]), value); in phpdbg_webdata_compress()
97 zend_hash_next_index_insert(Z_ARRVAL(zv[8]), value); in phpdbg_webdata_compress()
H A Dphpdbg_wait.c219 zend_hash_next_index_insert(&zv_registry, &value); in phpdbg_webdata_decompress()
/PHP-7.1/main/
H A Dphp_variables.c196 if ((gpc_element_p = zend_hash_next_index_insert(symtable1, &gpc_element)) == NULL) { in php_register_variable_ex()
235 if ((gpc_element_p = zend_hash_next_index_insert(symtable1, &gpc_element)) == NULL) { in php_register_variable_ex()
570 if (zend_hash_next_index_insert(Z_ARRVAL(arr), &tmp) == NULL) { in php_build_argv()
584 if (zend_hash_next_index_insert(Z_ARRVAL(arr), &tmp) == NULL) { in php_build_argv()
H A Dphp_ini.c269 entry = zend_hash_next_index_insert(Z_ARRVAL_P(find_arr), arg2); in php_ini_parser_cb()
/PHP-7.1/Zend/
H A Dzend_list.c290 if (zend_hash_next_index_insert(&list_destructors, &zv) == NULL) { in zend_register_list_destructors_ex()
H A Dzend_hash.h120 #define zend_hash_next_index_insert(ht, pData) \ macro
700 zv = zend_hash_next_index_insert(ht, &tmp); in zend_hash_next_index_insert_ptr()
723 if ((zv = zend_hash_next_index_insert(ht, &tmp))) { in zend_hash_next_index_insert_mem()
H A Dzend_API.c1492 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_long()
1501 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_null()
1510 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_bool()
1519 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_resource()
1528 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_double()
1537 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_str()
1546 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_string()
1555 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp) ? SUCCESS : FAILURE; in add_next_index_stringl()
1561 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), value) ? SUCCESS : FAILURE; in add_next_index_zval()
H A Dzend_vm_execute.h5924 if (!zend_hash_next_index_insert(Z_ARRVAL_P(EX_VAR(opline->result.var)), expr_ptr)) {
7769 if (!zend_hash_next_index_insert(Z_ARRVAL_P(EX_VAR(opline->result.var)), expr_ptr)) {
9837 if (!zend_hash_next_index_insert(Z_ARRVAL_P(EX_VAR(opline->result.var)), expr_ptr)) {
11762 if (!zend_hash_next_index_insert(Z_ARRVAL_P(EX_VAR(opline->result.var)), expr_ptr)) {
13765 if (!zend_hash_next_index_insert(Z_ARRVAL_P(EX_VAR(opline->result.var)), expr_ptr)) {
14461 if (!zend_hash_next_index_insert(Z_ARRVAL_P(EX_VAR(opline->result.var)), expr_ptr)) {
14990 if (!zend_hash_next_index_insert(Z_ARRVAL_P(EX_VAR(opline->result.var)), expr_ptr)) {
15515 if (!zend_hash_next_index_insert(Z_ARRVAL_P(EX_VAR(opline->result.var)), expr_ptr)) {
20136 if (!zend_hash_next_index_insert(Z_ARRVAL_P(EX_VAR(opline->result.var)), expr_ptr)) {
22008 if (!zend_hash_next_index_insert(Z_ARRVAL_P(EX_VAR(opline->result.var)), expr_ptr)) {
[all …]
/PHP-7.1/ext/json/
H A Djson_parser.y256 zend_hash_next_index_insert(Z_ARRVAL_P(array), zvalue); in php_json_parser_array_append()
H A Djson_parser.tab.c1864 zend_hash_next_index_insert(Z_ARRVAL_P(array), zvalue); in php_json_parser_array_append()
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c687 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair); in add_offset_pair()
939 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set); in php_pcre_match_impl()
1018 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]); in php_pcre_match_impl()
1022 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]); in php_pcre_match_impl()
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c522 zend_hash_next_index_insert( Z_ARRVAL_P(array), sortKeyIndxBuf[j].zstr); in PHP_FUNCTION()
/PHP-7.1/ext/xml/
H A Dxml.c795 parser->ctag = zend_hash_next_index_insert(Z_ARRVAL(parser->data), &tag); in _xml_startElementHandler()
839 zend_hash_next_index_insert(Z_ARRVAL(parser->data), &tag); in _xml_endElementHandler()
936 zend_hash_next_index_insert(Z_ARRVAL(parser->data), &tag); in _xml_characterDataHandler()
/PHP-7.1/ext/mysqli/
H A Dmysqli_nonapi.c703 dest_elem = zend_hash_next_index_insert(Z_ARRVAL(dest_array), elem);
735 dest_elem = zend_hash_next_index_insert(Z_ARRVAL(proxy), elem);
/PHP-7.1/ext/oci8/
H A Doci8_interface.c1490 zend_hash_next_index_insert(Z_ARRVAL(row), &element); in PHP_FUNCTION()
1503 zend_hash_next_index_insert(Z_ARRVAL_P(array), &row); in PHP_FUNCTION()
1524 outarrs[ i ] = zend_hash_next_index_insert(Z_ARRVAL_P(array), &tmp); in PHP_FUNCTION()
/PHP-7.1/ext/dom/
H A Dxpath.c211 zend_hash_next_index_insert(intern->node_list, &retval); in dom_xpath_ext_function_php()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_result.c873 zend_hash_next_index_insert(row_ht, data); in MYSQLND_METHOD()
1128 zend_hash_next_index_insert(Z_ARRVAL_P(row), data); in MYSQLND_METHOD()
1224 zend_hash_next_index_insert(Z_ARRVAL_P(row), data); in MYSQLND_METHOD()
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c350 zend_hash_next_index_insert(intern->node_list, &retval); in xsl_ext_function_php()
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c1192 zend_hash_next_index_insert(rv, &value); in sxe_get_prop_hash()
1217 zend_hash_next_index_insert(rv, &value); in sxe_get_prop_hash()
1237 zend_hash_next_index_insert(rv, &value); in sxe_get_prop_hash()
/PHP-7.1/ext/spl/
H A Dspl_array.c482 zend_hash_next_index_insert(ht, value); in spl_array_write_dimension_ex()
512 zend_hash_next_index_insert(ht, value); in spl_array_write_dimension_ex()
/PHP-7.1/ext/xmlrpc/
H A Dxmlrpc-epi-php.c350 zend_hash_next_index_insert(Z_ARRVAL_P(list), val); in add_zval()

Completed in 313 milliseconds

12