Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c559 if (!zend_hash_num_elements(Z_ARRVAL_P(pg_rows))) { in PHP_METHOD()
597 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(pg_rows), &pos); in PHP_METHOD()
598 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(pg_rows), (void **) &tmp, &pos) == SUCCESS) { in PHP_METHOD()
617 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos); in PHP_METHOD()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c768 HashTable *row_ht = Z_ARRVAL_P(row); in mysqlnd_fetch_row_unbuffered()
805 zend_hash_quick_update(Z_ARRVAL_P(row), in mysqlnd_fetch_row_unbuffered()
811 zend_hash_index_update(Z_ARRVAL_P(row), in mysqlnd_fetch_row_unbuffered()
1034 zend_hash_next_index_insert(Z_ARRVAL_P(row), &data, sizeof(zval *), NULL); in mysqlnd_fetch_row_buffered()
1046 zend_hash_quick_update(Z_ARRVAL_P(row), in mysqlnd_fetch_row_buffered()
1052 zend_hash_index_update(Z_ARRVAL_P(row), in mysqlnd_fetch_row_buffered()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c266 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0 in litespeed_php_import_environment_variables()
276 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in litespeed_php_import_environment_variables()
311 HashTable * symtable1 = Z_ARRVAL_P((zval * )arg); in add_variable_magic_quote()
/PHP-5.5/ext/standard/
H A Dstring.c1152 numelems = zend_hash_num_elements(Z_ARRVAL_P(arr)); in php_implode()
1158 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(arr), &pos); in php_implode()
1160 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(arr), (void **) &tmp, &pos) == SUCCESS) { in php_implode()
1214 zend_hash_move_forward_ex(Z_ARRVAL_P(arr), &pos); in php_implode()
1630 if (zend_hash_get_current_data(Z_ARRVAL_P(tmp), (void **) &element) == SUCCESS) {
3902 zend_hash_internal_pointer_reset(Z_ARRVAL_P(search));
3905 zend_hash_internal_pointer_reset(Z_ARRVAL_P(replace));
3918 zend_hash_move_forward(Z_ARRVAL_P(search));
3920 zend_hash_move_forward(Z_ARRVAL_P(replace));
3936 zend_hash_move_forward(Z_ARRVAL_P(replace));
[all …]
H A Ddir.c542 if (basedir_limit && !zend_hash_num_elements(Z_ARRVAL_P(return_value))) { in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c707 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_response, sizeof(zval *), NULL); in php_stream_url_wrap_http_ex()
786 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header, sizeof(zval *), NULL); in php_stream_url_wrap_http_ex()
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()
1834 (filterparams != NULL ? Z_ARRVAL_P(filterparams) : NULL), in strfilter_convert_create()
/PHP-5.5/ext/iconv/
H A Diconv.c2178 if (zend_hash_find(Z_ARRVAL_P(pref), "scheme", sizeof("scheme"), (void **)&ppval) == SUCCESS) { in PHP_FUNCTION()
2192 …if (zend_hash_find(Z_ARRVAL_P(pref), "input-charset", sizeof("input-charset"), (void **)&ppval) ==… in PHP_FUNCTION()
2204 …if (zend_hash_find(Z_ARRVAL_P(pref), "output-charset", sizeof("output-charset"), (void **)&ppval) … in PHP_FUNCTION()
2215 …if (zend_hash_find(Z_ARRVAL_P(pref), "line-length", sizeof("line-length"), (void **)&ppval) == SUC… in PHP_FUNCTION()
2232 …if (zend_hash_find(Z_ARRVAL_P(pref), "line-break-chars", sizeof("line-break-chars"), (void **)&ppv… in PHP_FUNCTION()
2376 …if (zend_hash_find(Z_ARRVAL_P(return_value), header_name, header_name_len, (void **)&elem) == SUCC… in PHP_FUNCTION()
2384 …zend_hash_update(Z_ARRVAL_P(return_value), header_name, header_name_len, (void *)&new_elem, sizeof… in PHP_FUNCTION()
/PHP-5.5/ext/interbase/
H A Dibase_query.c449 zend_hash_internal_pointer_reset(Z_ARRVAL_P(val)); in _php_ibase_bind_array()
455 zend_hash_get_current_data(Z_ARRVAL_P(val), (void *) &subval) == FAILURE) in _php_ibase_bind_array()
467 zend_hash_move_forward(Z_ARRVAL_P(val)); in _php_ibase_bind_array()
472 zend_hash_internal_pointer_reset(Z_ARRVAL_P(val)); in _php_ibase_bind_array()
1526 Z_ARRVAL_P(return_value),alias,strlen(alias)+1,&p)) { in _php_ibase_fetch_hash()
1678 object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR, Z_ARRVAL_P(return_value)); in PHP_FUNCTION()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c79 zend_hash_internal_pointer_reset(Z_ARRVAL_P(stream->wrapperdata)); in is_http_stream_talking_to_iis()
80 while (SUCCESS == zend_hash_get_current_data(Z_ARRVAL_P(stream->wrapperdata), (void**)&tmp)) { in is_http_stream_talking_to_iis()
88 zend_hash_move_forward(Z_ARRVAL_P(stream->wrapperdata)); in is_http_stream_talking_to_iis()
H A Dopenssl.c621 if (zend_hash_find(Z_ARRVAL_P(subitem), sname, strlen(sname)+1, (void**)&data) == SUCCESS) { in add_assoc_name_entry()
630 … zend_hash_update(Z_ARRVAL_P(subitem), sname, strlen(sname)+1, &subentries, sizeof(zval*), NULL); in add_assoc_name_entry()
797 …if (optional_args && zend_hash_find(Z_ARRVAL_P(optional_args), key, sizeof(key), (void**)&item) ==…
803 …if (optional_args && zend_hash_find(Z_ARRVAL_P(optional_args), key, sizeof(key), (void**)&item) ==…
848 …if (optional_args && zend_hash_find(Z_ARRVAL_P(optional_args), "encrypt_key", sizeof("encrypt_key"… in php_openssl_parse_config()
1981 …if (args && zend_hash_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name"), (void**)&it… in PHP_FUNCTION()
1988 …if (args && zend_hash_find(Z_ARRVAL_P(args), "extracerts", sizeof("extracerts"), (void**)&item) ==… in PHP_FUNCTION()
2062 …if (args && zend_hash_find(Z_ARRVAL_P(args), "extracerts", sizeof("extracerts"), (void**)&item) ==… in PHP_FUNCTION()
3103 if (zend_hash_find(Z_ARRVAL_P(args), "rsa", sizeof("rsa"), (void**)&data) == SUCCESS && in PHP_FUNCTION()
3127 } else if (zend_hash_find(Z_ARRVAL_P(args), "dsa", sizeof("dsa"), (void**)&data) == SUCCESS && in PHP_FUNCTION()
[all …]
/PHP-5.5/main/streams/
H A Dmemory.c534 …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.5/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.5/ext/phar/
H A Dphar_object.c73 _SERVER = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]); in phar_mung_server_vars()
613 HashTable *_server = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]); in PHP_METHOD()
833 if (mimeoverride && zend_hash_num_elements(Z_ARRVAL_P(mimeoverride))) { in PHP_METHOD()
840 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(mimeoverride), ext, strlen(ext)+1, (void **) &val)) { in PHP_METHOD()
890 if (!zend_hash_num_elements(Z_ARRVAL_P(mungvalues))) { in PHP_METHOD()
895 if (zend_hash_num_elements(Z_ARRVAL_P(mungvalues)) > 4) { in PHP_METHOD()
902 …_pointer_reset(Z_ARRVAL_P(mungvalues)); SUCCESS == zend_hash_has_more_elements(Z_ARRVAL_P(mungvalu… in PHP_METHOD()
905 if (SUCCESS != zend_hash_get_current_data(Z_ARRVAL_P(mungvalues), (void **) &data)) { in PHP_METHOD()
4367 nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files)); in PHP_METHOD()
4373 if (zend_hash_index_find(Z_ARRVAL_P(zval_files), i, (void **) &zval_file) == SUCCESS) { in PHP_METHOD()
/PHP-5.5/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.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1784 …zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &field_content, sizeof(zval* ), NULL); in PHP_FUNCTION()
1823 zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *) &tmp, sizeof(zval *), NULL); in php_sybase_fetch_hash()
1827 …if (zend_hash_exists(Z_ARRVAL_P(return_value), result->fields[i].name, strlen(result->fields[i].na… in php_sybase_fetch_hash()
1832 …zend_hash_update(Z_ARRVAL_P(return_value), result->fields[i].name, strlen(result->fields[i].name)+… in php_sybase_fetch_hash()
1884 object_and_properties_init(return_value, ce, Z_ARRVAL_P(return_value)); in PHP_FUNCTION()
/PHP-5.5/ext/gd/
H A Dgd.c3338 nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()
3355 if (zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2), (void **) &var) == SUCCESS) { in php_imagepolygon()
3366 if (zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1, (void **) &var) == SUCCESS) { in php_imagepolygon()
4866 nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); in PHP_FUNCTION()
4873 …if (zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i), (void **) &var) == SUCCESS && Z_TYPE_PP(var… in PHP_FUNCTION()
5165 if ((nelems = zend_hash_num_elements(Z_ARRVAL_P(z_affine))) != 6) { in PHP_FUNCTION()
5171 if (zend_hash_index_find(Z_ARRVAL_P(z_affine), i, (void **) &zval_affine_elem) == SUCCESS) { in PHP_FUNCTION()
5393 …if (((nelems = zend_hash_num_elements(Z_ARRVAL_P(z_m1))) != 6) || (nelems = zend_hash_num_elements… in PHP_FUNCTION()
5399 if (zend_hash_index_find(Z_ARRVAL_P(z_m1), i, (void **) &tmp) == SUCCESS) { in PHP_FUNCTION()
5421 if (zend_hash_index_find(Z_ARRVAL_P(z_m2), i, (void **) &tmp) == SUCCESS) { in PHP_FUNCTION()
/PHP-5.5/ext/filter/
H A Dfilter.c446 …if (arg == PARSE_COOKIE && orig_array_ptr && zend_symtable_exists(Z_ARRVAL_P(orig_array_ptr), var,… in php_sapi_filter()
715 if (zend_hash_find(Z_ARRVAL_P(input), arg_key, arg_key_len, (void **)&tmp) != SUCCESS) { in php_filter_array_handler()
/PHP-5.5/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.5/ext/odbc/
H A Dphp_odbc.c1297 if ((ne = zend_hash_num_elements(Z_ARRVAL_P(pv_param_arr))) < result->numparams) { in PHP_FUNCTION()
1302 zend_hash_internal_pointer_reset(Z_ARRVAL_P(pv_param_arr)); in PHP_FUNCTION()
1309 if (zend_hash_get_current_data(Z_ARRVAL_P(pv_param_arr), (void **) &tmp) == FAILURE) { in PHP_FUNCTION()
1424 zend_hash_move_forward(Z_ARRVAL_P(pv_param_arr)); in PHP_FUNCTION()
1808 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &tmp, sizeof(zval *), NULL); in php_odbc_fetch_hash()
1811 …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()
1813 …zend_hash_update(Z_ARRVAL_P(return_value), result->values[i].name, strlen(result->values[i].name)+… in php_odbc_fetch_hash()
1830 object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR, Z_ARRVAL_P(return_value)); in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_execute.h119 result = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in i_zend_is_true()
H A Dzend_closures.c337 …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()
/PHP-5.5/ext/spl/
H A Dphp_spl.c834 …zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
843 …zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
H A Dspl_observer.c352 Z_ARRVAL_P(tmp)->pDestructor = NULL; in spl_object_storage_debug_info()
904 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp185 Z_ARRVAL_P(ztz_debug) = debug_info; in Calendar_get_debug_info()

Completed in 168 milliseconds

12345