Home
last modified time | relevance | path

Searched refs:Z_ARRVAL_P (Results 51 – 75 of 104) sorted by relevance

12345

/PHP-5.3/ext/openssl/
H A Dxp_ssl.c76 zend_hash_internal_pointer_reset(Z_ARRVAL_P(stream->wrapperdata)); in is_http_stream_talking_to_iis()
77 while (SUCCESS == zend_hash_get_current_data(Z_ARRVAL_P(stream->wrapperdata), (void**)&tmp)) { in is_http_stream_talking_to_iis()
85 zend_hash_move_forward(Z_ARRVAL_P(stream->wrapperdata)); in is_http_stream_talking_to_iis()
H A Dopenssl.c768 …if (optional_args && zend_hash_find(Z_ARRVAL_P(optional_args), key, sizeof(key), (void**)&item) ==…
774 …if (optional_args && zend_hash_find(Z_ARRVAL_P(optional_args), key, sizeof(key), (void**)&item) ==…
816 …if (optional_args && zend_hash_find(Z_ARRVAL_P(optional_args), "encrypt_key", sizeof("encrypt_key"… in php_openssl_parse_config()
1892 …if (args && zend_hash_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name"), (void**)&it… in PHP_FUNCTION()
1899 …if (args && zend_hash_find(Z_ARRVAL_P(args), "extracerts", sizeof("extracerts"), (void**)&item) ==… in PHP_FUNCTION()
1970 …if (args && zend_hash_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name"), (void**)&it… in PHP_FUNCTION()
1973 …if (args && zend_hash_find(Z_ARRVAL_P(args), "extracerts", sizeof("extracerts"), (void**)&item) ==… in PHP_FUNCTION()
3001 if (zend_hash_find(Z_ARRVAL_P(args), "rsa", sizeof("rsa"), (void**)&data) == SUCCESS && in PHP_FUNCTION()
3025 } else if (zend_hash_find(Z_ARRVAL_P(args), "dsa", sizeof("dsa"), (void**)&data) == SUCCESS && in PHP_FUNCTION()
3049 } else if (zend_hash_find(Z_ARRVAL_P(args), "dh", sizeof("dh"), (void**)&data) == SUCCESS && in PHP_FUNCTION()
/PHP-5.3/ext/iconv/
H A Diconv.c2080 if (zend_hash_find(Z_ARRVAL_P(pref), "scheme", sizeof("scheme"), (void **)&ppval) == SUCCESS) { in PHP_FUNCTION()
2094 …if (zend_hash_find(Z_ARRVAL_P(pref), "input-charset", sizeof("input-charset"), (void **)&ppval) ==… in PHP_FUNCTION()
2106 …if (zend_hash_find(Z_ARRVAL_P(pref), "output-charset", sizeof("output-charset"), (void **)&ppval) … in PHP_FUNCTION()
2117 …if (zend_hash_find(Z_ARRVAL_P(pref), "line-length", sizeof("line-length"), (void **)&ppval) == SUC… in PHP_FUNCTION()
2134 …if (zend_hash_find(Z_ARRVAL_P(pref), "line-break-chars", sizeof("line-break-chars"), (void **)&ppv… in PHP_FUNCTION()
2278 …if (zend_hash_find(Z_ARRVAL_P(return_value), header_name, header_name_len, (void **)&elem) == SUCC… in PHP_FUNCTION()
2286 …zend_hash_update(Z_ARRVAL_P(return_value), header_name, header_name_len, (void *)&new_elem, sizeof… in PHP_FUNCTION()
/PHP-5.3/ext/interbase/
H A Dibase_query.c451 zend_hash_internal_pointer_reset(Z_ARRVAL_P(val)); in _php_ibase_bind_array()
457 zend_hash_get_current_data(Z_ARRVAL_P(val), (void *) &subval) == FAILURE) in _php_ibase_bind_array()
469 zend_hash_move_forward(Z_ARRVAL_P(val)); in _php_ibase_bind_array()
474 zend_hash_internal_pointer_reset(Z_ARRVAL_P(val)); in _php_ibase_bind_array()
1533 Z_ARRVAL_P(return_value),alias,strlen(alias)+1,&p)) { in _php_ibase_fetch_hash()
1685 object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR, Z_ARRVAL_P(return_value)); in PHP_FUNCTION()
/PHP-5.3/ext/spl/
H A Dspl_observer.c278 Z_ARRVAL_P(tmp)->pDestructor = NULL; in spl_object_storage_debug_info()
320 zend_hash_clean(Z_ARRVAL_P(gcdata_arr)); in spl_object_storage_get_properties()
327 Z_ARRVAL_P(gcdata_arr)->pDestructor = NULL; in spl_object_storage_get_properties()
810 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
H A Dphp_spl.c787 …zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
796 …zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
/PHP-5.3/main/
H A Doutput.c538 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(output_handler), &pos); in php_ob_init()
539 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(output_handler), (void **)&tmp, &pos) == SUCCESS) { in php_ob_init()
544 zend_hash_move_forward_ex(Z_ARRVAL_P(output_handler), &pos); in php_ob_init()
/PHP-5.3/main/streams/
H A Dmemory.c529 …zend_hash_copy(Z_ARRVAL_P((zval*)ptrparam), Z_ARRVAL_P(ts->meta), (copy_ctor_func_t) zval_add_ref,… in php_stream_temp_set_option()
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c212 HashTable * symtable1 = Z_ARRVAL_P((zval * )arg); in add_variable()
233 HashTable * symtable1 = Z_ARRVAL_P((zval * )arg); in add_variable_magic_quote()
/PHP-5.3/ext/oci8/
H A Doci8_statement.c1435 if (maxlength == -1 && zend_hash_num_elements(Z_ARRVAL_P(var)) == 0) { in php_oci_bind_array_by_name()
1529 bind->array.current_length = zend_hash_num_elements(Z_ARRVAL_P(var)); in php_oci_bind_array_helper_string()
1586 bind->array.current_length = zend_hash_num_elements(Z_ARRVAL_P(var)); in php_oci_bind_array_helper_number()
1624 bind->array.current_length = zend_hash_num_elements(Z_ARRVAL_P(var)); in php_oci_bind_array_helper_double()
1662 bind->array.current_length = zend_hash_num_elements(Z_ARRVAL_P(var)); in php_oci_bind_array_helper_date()
/PHP-5.3/ext/phar/
H A Dphar_object.c73 _SERVER = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]); in phar_mung_server_vars()
610 HashTable *_server = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]);
843 if (mimeoverride && zend_hash_num_elements(Z_ARRVAL_P(mimeoverride))) {
850 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(mimeoverride), ext, strlen(ext)+1, (void **) &val)) {
900 if (!zend_hash_num_elements(Z_ARRVAL_P(mungvalues))) {
905 if (zend_hash_num_elements(Z_ARRVAL_P(mungvalues)) > 4) {
912 …_pointer_reset(Z_ARRVAL_P(mungvalues)); SUCCESS == zend_hash_has_more_elements(Z_ARRVAL_P(mungvalu…
915 if (SUCCESS != zend_hash_get_current_data(Z_ARRVAL_P(mungvalues), (void **) &data)) {
4402 nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files));
4408 if (zend_hash_index_find(Z_ARRVAL_P(zval_files), i, (void **) &zval_file) == SUCCESS) {
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c1258 if ((ne = zend_hash_num_elements(Z_ARRVAL_P(pv_param_arr))) < result->numparams) { in PHP_FUNCTION()
1263 zend_hash_internal_pointer_reset(Z_ARRVAL_P(pv_param_arr)); in PHP_FUNCTION()
1270 if (zend_hash_get_current_data(Z_ARRVAL_P(pv_param_arr), (void **) &tmp) == FAILURE) { in PHP_FUNCTION()
1391 zend_hash_move_forward(Z_ARRVAL_P(pv_param_arr)); in PHP_FUNCTION()
1772 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &tmp, sizeof(zval *), NULL); in php_odbc_fetch_hash()
1775 …zend_hash_update(Z_ARRVAL_P(return_value), Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)+1, &tmp, sizeof(zval *… in php_odbc_fetch_hash()
1777 …zend_hash_update(Z_ARRVAL_P(return_value), result->values[i].name, strlen(result->values[i].name)+… in php_odbc_fetch_hash()
1794 object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR, Z_ARRVAL_P(return_value)); in PHP_FUNCTION()
/PHP-5.3/Zend/
H A Dzend_vm_execute.h2934 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
3452 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMP_HANDLER()
3921 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_VAR_HANDLER()
4114 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
4582 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
6188 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER()
6654 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMP_HANDLER()
7120 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_VAR_HANDLER()
7213 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER()
7676 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CV_HANDLER()
[all …]
H A Dzend_execute.c896 …if (zend_hash_next_index_insert(Z_ARRVAL_P(container), &new_zval, sizeof(zval *), (void **) &retva… in zend_fetch_dimension_address()
902 retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, type TSRMLS_CC); in zend_fetch_dimension_address()
1043 retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, type TSRMLS_CC); in zend_fetch_dimension_address_read()
H A Dzend_closures.c247 …zend_hash_copy(Z_ARRVAL_P(val), static_variables, (copy_ctor_func_t)zval_add_ref, NULL, sizeof(zva… in zend_closure_get_debug_info()
H A Dzend_execute.h105 result = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in i_zend_is_true()
/PHP-5.3/ext/dom/
H A Dnode.c1806 HashTable *ht = Z_ARRVAL_P(xpath_array); in dom_canonicalization()
1858 inclusive_ns_prefixes = safe_emalloc(zend_hash_num_elements(Z_ARRVAL_P(ns_prefixes)) + 1, in dom_canonicalization()
1860 while (zend_hash_get_current_data(Z_ARRVAL_P(ns_prefixes), (void **)&tmpns) == SUCCESS) { in dom_canonicalization()
1864 zend_hash_move_forward(Z_ARRVAL_P(ns_prefixes)); in dom_canonicalization()
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c1785 …zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &field_content, sizeof(zval* ), NULL); in PHP_FUNCTION()
1828 zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &tmp, sizeof(zval *), NULL); in php_sybase_fetch_hash()
1832 …if (zend_hash_exists(Z_ARRVAL_P(return_value), result->fields[i].name, strlen(result->fields[i].na… in php_sybase_fetch_hash()
1837 …zend_hash_update(Z_ARRVAL_P(return_value), result->fields[i].name, strlen(result->fields[i].name)+… in php_sybase_fetch_hash()
1889 object_and_properties_init(return_value, ce, Z_ARRVAL_P(return_value)); in PHP_FUNCTION()
/PHP-5.3/ext/standard/
H A Ddir.c544 if (basedir_limit && !zend_hash_num_elements(Z_ARRVAL_P(return_value))) { in PHP_FUNCTION()
H A Dfilters.c264 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(filterparams), &pos); in strfilter_strip_tags_create()
265 … while (zend_hash_get_current_data_ex(Z_ARRVAL_P(filterparams), (void **) &tmp, &pos) == SUCCESS) { in strfilter_strip_tags_create()
270 zend_hash_move_forward_ex(Z_ARRVAL_P(filterparams), &pos); in strfilter_strip_tags_create()
1795 (filterparams != NULL ? Z_ARRVAL_P(filterparams) : NULL), in strfilter_convert_create()
H A Dhttp_fopen_wrapper.c705 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_response, sizeof(zval *), NULL); in php_stream_url_wrap_http_ex()
778 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header, sizeof(zval *), NULL); in php_stream_url_wrap_http_ex()
/PHP-5.3/ext/filter/
H A Dfilter.c445 …if (arg == PARSE_COOKIE && orig_array_ptr && zend_symtable_exists(Z_ARRVAL_P(orig_array_ptr), var,… in php_sapi_filter()
728 if (zend_hash_find(Z_ARRVAL_P(input), arg_key, arg_key_len, (void **)&tmp) != SUCCESS) { in php_filter_array_handler()
/PHP-5.3/ext/com_dotnet/
H A Dcom_com.c701 …if (zend_hash_index_find(Z_ARRVAL_P(sink), 0, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STR… in PHP_FUNCTION()
703 …if (zend_hash_index_find(Z_ARRVAL_P(sink), 1, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STR… in PHP_FUNCTION()
/PHP-5.3/ext/curl/
H A Dstreams.c113 zend_hash_next_index_insert(Z_ARRVAL_P(curlstream->headers), &header, sizeof(zval *), NULL); in on_header_available()
H A Dinterface.c2270 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(arr), &pos); in PHP_FUNCTION()
2271 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(arr), (void **)&entry, &pos) == SUCCESS) { in PHP_FUNCTION()
2272 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(arr), &string_key, &str_key_len, &option, 0, &pos) != … in PHP_FUNCTION()
2279 zend_hash_move_forward_ex(Z_ARRVAL_P(arr), &pos); in PHP_FUNCTION()

Completed in 336 milliseconds

12345