Home
last modified time | relevance | path

Searched refs:zend_hash_next_index_insert (Results 26 – 36 of 36) sorted by relevance

12

/PHP-5.4/ext/spl/
H A Dspl_array.c455 zend_hash_next_index_insert(ht, (void**)&value, sizeof(void*), NULL); in spl_array_write_dimension_ex()
492 zend_hash_next_index_insert(ht, (void**)&value, sizeof(void*), NULL); in spl_array_write_dimension_ex()
/PHP-5.4/ext/standard/
H A Dbasic_functions.c4352 zend_hash_next_index_insert(HASH_OF(*args), (void *)&val, sizeof(zval *), NULL);
4362 zend_hash_next_index_insert(HASH_OF(*args), (void *)&val, sizeof(zval *), NULL);
5094zend_hash_next_index_insert(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php…
5130 …return zend_hash_next_index_insert(BG(user_shutdown_function_names), &shutdown_function_entry, siz…
H A Dstreamsfuncs.c747 zend_hash_next_index_insert(new_hash, (void *)elem, sizeof(zval *), (void **)&dest_elem); in stream_array_emulate_read_fd_set()
/PHP-5.4/ext/imap/
H A Dphp_imap.c650 return zend_hash_next_index_insert(symtable, (void *) &tmp, sizeof(zval *), NULL); in add_next_index_object()
4243 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), (void *)&myobject, sizeof(zval *), NULL); in PHP_FUNCTION()
4270 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), (void *)&myobject, sizeof(zval *), NULL); in PHP_FUNCTION()
4300 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), (void *)&myobject, sizeof(zval *), NULL); in PHP_FUNCTION()
/PHP-5.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c353 return zend_hash_next_index_insert(Z_ARRVAL_P(list), (void *) val, sizeof(zval **), NULL); in add_zval()
/PHP-5.4/ext/wddx/
H A Dwddx.c1022 zend_hash_next_index_insert(target_hash, &ent1->data, sizeof(zval *), NULL); in php_wddx_pop_element()
/PHP-5.4/Zend/
H A Dzend_execute.c1104 …if (zend_hash_next_index_insert(Z_ARRVAL_P(container), &new_zval, sizeof(zval *), (void **) &retva… in zend_fetch_dimension_address()
H A Dzend_vm_execute.h3722zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),… in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
4437zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),… in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMP_HANDLER()
5113zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),… in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_VAR_HANDLER()
5658zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),… in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
6417zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),… in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
8108zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),… in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER()
8781zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),… in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMP_HANDLER()
9455zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),… in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_VAR_HANDLER()
9882zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),… in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER()
10552zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),… in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CV_HANDLER()
[all …]
H A Dzend_vm_def.h3628zend_hash_next_index_insert(Z_ARRVAL(EX_T(opline->result.var).tmp_var), &expr_ptr, sizeof(zval *),…
H A Dzend_compile.c5604 zend_hash_next_index_insert(Z_ARRVAL(result->u.constant), &element, sizeof(zval *), NULL); in zend_do_add_static_array_element()
/PHP-5.4/ext/soap/
H A Dsoap.c2884 zend_hash_next_index_insert(soap_headers, &headers, sizeof(zval*), NULL);
2908 zend_hash_next_index_insert(soap_headers, tmp, sizeof(zval *), NULL);

Completed in 287 milliseconds

12