Home
last modified time | relevance | path

Searched refs:Z_ARRVAL_P (Results 1 – 25 of 105) sorted by relevance

12345

/PHP-5.5/ext/standard/
H A Darray.c293 Z_ARRVAL_P(array)->nApplyCount++; in php_count_recursive()
295 Z_ARRVAL_P(array)->nApplyCount--; in php_count_recursive()
1461 Z_ARRVAL_P(entry)->nApplyCount++; in php_compact_var()
1751 hash = Z_ARRVAL_P(array); in php_array_data_shuffle()
1989 Z_ARRVAL_P(stack)->nNextFreeElement = Z_ARRVAL_P(stack)->nNextFreeElement - 1; in _phpi_pop()
2029 old_hash = *Z_ARRVAL_P(stack); in PHP_FUNCTION()
2033 *Z_ARRVAL_P(stack) = *new_hash; in PHP_FUNCTION()
2110 old_hash = *Z_ARRVAL_P(array); in PHP_FUNCTION()
2114 *Z_ARRVAL_P(array) = *new_hash; in PHP_FUNCTION()
2508 myht = Z_ARRVAL_P(input); in PHP_FUNCTION()
[all …]
H A Dstreamsfuncs.c615 zend_hash_move_forward(Z_ARRVAL_P(stream_array))) { in stream_array_to_fd_set()
661 zend_hash_move_forward(Z_ARRVAL_P(stream_array))) { in stream_array_from_fd_set()
710 zend_hash_destroy(Z_ARRVAL_P(stream_array)); in stream_array_from_fd_set()
711 efree(Z_ARRVAL_P(stream_array)); in stream_array_from_fd_set()
714 Z_ARRVAL_P(stream_array) = new_hash; in stream_array_from_fd_set()
734 zend_hash_move_forward(Z_ARRVAL_P(stream_array))) { in stream_array_emulate_read_fd_set()
758 zend_hash_destroy(Z_ARRVAL_P(stream_array)); in stream_array_emulate_read_fd_set()
759 efree(Z_ARRVAL_P(stream_array)); in stream_array_emulate_read_fd_set()
762 Z_ARRVAL_P(stream_array) = new_hash; in stream_array_emulate_read_fd_set()
852 zend_hash_clean(Z_ARRVAL_P(w_array)); in PHP_FUNCTION()
[all …]
H A Dproc_open.c95 cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); in _php_array_to_envp()
506 …if (SUCCESS == zend_hash_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_error… in PHP_FUNCTION()
512 …if (SUCCESS == zend_hash_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell"), (… in PHP_FUNCTION()
540 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(descriptorspec), &pos); in PHP_FUNCTION()
541 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(descriptorspec), (void **)&descitem, &pos) == SUCC… in PHP_FUNCTION()
547 zend_hash_get_current_key_ex(Z_ARRVAL_P(descriptorspec), &str_index, NULL, &nindex, 0, &pos); in PHP_FUNCTION()
706 zend_hash_move_forward_ex(Z_ARRVAL_P(descriptorspec), &pos); in PHP_FUNCTION()
/PHP-5.5/main/
H A Dphp_variables.c70 symtable1 = Z_ARRVAL_P(track_vars_array); in php_register_variable_ex()
134 ht = Z_ARRVAL_P(track_vars_array); in php_register_variable_ex()
220 symtable1 == Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) && in php_register_variable_ex()
474 if (zend_hash_next_index_insert(Z_ARRVAL_P(arr), &tmp, sizeof(zval *), NULL) == FAILURE) { in php_build_argv()
494 if (zend_hash_next_index_insert(Z_ARRVAL_P(arr), &tmp, sizeof(zval *), NULL) == FAILURE) { in php_build_argv()
526 …zend_hash_update(Z_ARRVAL_P(track_vars_array), "argv", sizeof("argv"), &arr, sizeof(zval *), NULL); in php_build_argv()
774 check_http_proxy(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])); in php_auto_globals_create_server()
796 check_http_proxy(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])); in php_auto_globals_create_env()
824 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRM… in php_auto_globals_create_request()
831 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]) TSR… in php_auto_globals_create_request()
[all …]
H A Dphp_ini.c195 zend_hash_destroy(Z_ARRVAL_P(zvalue)); in config_zval_dtor()
196 free(Z_ARRVAL_P(zvalue)); in config_zval_dtor()
262 Z_ARRVAL_P(option_arr) = (HashTable *) pemalloc(sizeof(HashTable), 1); in php_ini_parser_cb()
263 zend_hash_init(Z_ARRVAL_P(option_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
270 …zend_symtable_update(Z_ARRVAL_P(find_arr), Z_STRVAL_P(arg3), Z_STRLEN_P(arg3) + 1, arg2, sizeof(zv… in php_ini_parser_cb()
272 zend_hash_next_index_insert(Z_ARRVAL_P(find_arr), arg2, sizeof(zval), (void **) &entry); in php_ini_parser_cb()
333 Z_ARRVAL_P(section_arr) = (HashTable *) pemalloc(sizeof(HashTable), 1); in php_ini_parser_cb()
334 zend_hash_init(Z_ARRVAL_P(section_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
338 active_ini_hash = Z_ARRVAL_P(entry); in php_ini_parser_cb()
846 php_ini_activate_config(Z_ARRVAL_P(tmp2), PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE TSRMLS_CC);
[all …]
/PHP-5.5/Zend/
H A Dzend_gc.c308 if (Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_scan_black()
309 p = Z_ARRVAL_P(pz)->pListHead; in zval_scan_black()
314 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_scan_black()
343 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zobj_scan_black()
357 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zobj_scan_black()
413 if (Z_ARRVAL_P(pz) == &EG(symbol_table)) { in zval_mark_grey()
416 p = Z_ARRVAL_P(pz)->pListHead; in zval_mark_grey()
421 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_mark_grey()
551 if (Z_ARRVAL_P(pz) == &EG(symbol_table)) { in zval_scan()
554 p = Z_ARRVAL_P(pz)->pListHead; in zval_scan()
[all …]
H A Dzend_operators.c398 tmp = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in convert_to_long_base()
458 tmp = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in convert_to_double()
547 tmp = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in convert_to_boolean()
674 ALLOC_HASHTABLE(Z_ARRVAL_P(op)); in convert_scalar_to_array()
675 zend_hash_init(Z_ARRVAL_P(op), 0, NULL, ZVAL_PTR_DTOR, 0); in convert_scalar_to_array()
725 Z_ARRVAL_P(op) = ht; in convert_to_array()
729 ALLOC_HASHTABLE(Z_ARRVAL_P(op)); in convert_to_array()
854 …zend_hash_merge(Z_ARRVAL_P(result), Z_ARRVAL_P(op2), (void (*)(void *pData)) zval_add_ref, (void *… in add_function()
1678 Z_LVAL_P(result) = (Z_ARRVAL_P(op1) == Z_ARRVAL_P(op2) || in is_identical_function()
1679 …zend_hash_compare(Z_ARRVAL_P(op1), Z_ARRVAL_P(op2), (compare_func_t) hash_zval_identical_function,… in is_identical_function()
[all …]
H A Dzend_API.c1011 ALLOC_HASHTABLE_REL(Z_ARRVAL_P(arg)); in _array_init()
1398 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_long()
1409 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_null()
1420 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_bool()
3084 if (zend_hash_num_elements(Z_ARRVAL_P(callable)) == 2) { in zend_is_callable_ex()
3085 zend_hash_index_find(Z_ARRVAL_P(callable), 0, (void **) &obj); in zend_is_callable_ex()
3086 zend_hash_index_find(Z_ARRVAL_P(callable), 1, (void **) &method); in zend_is_callable_ex()
3157 if (zend_hash_num_elements(Z_ARRVAL_P(callable)) == 2) { in zend_is_callable_ex()
3302 fci->param_count = zend_hash_num_elements(Z_ARRVAL_P(args)); in zend_fcall_info_args()
3305 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(args), &pos); in zend_fcall_info_args()
[all …]
H A Dzend_iterators.c91 if (Z_ARRVAL_P(array_ptr)) { in zend_iterator_unwrap()
H A Dzend_execute_API.c572 zend_hash_init(tmp_ht, zend_hash_num_elements(Z_ARRVAL_P(p)), NULL, ZVAL_PTR_DTOR, 0); in zval_update_constant_ex()
573 …zend_hash_copy(tmp_ht, Z_ARRVAL_P(p), (copy_ctor_func_t) zval_deep_copy, (void *) &tmp, sizeof(zva… in zval_update_constant_ex()
574 Z_ARRVAL_P(p) = tmp_ht; in zval_update_constant_ex()
578 zend_hash_internal_pointer_reset(Z_ARRVAL_P(p)); in zval_update_constant_ex()
579 while (zend_hash_get_current_data(Z_ARRVAL_P(p), (void **) &element) == SUCCESS) { in zval_update_constant_ex()
581 zend_hash_move_forward(Z_ARRVAL_P(p)); in zval_update_constant_ex()
585 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(p), &str_index, &str_index_len, &num_index, 0, NULL) !… in zval_update_constant_ex()
586 zend_hash_move_forward(Z_ARRVAL_P(p)); in zval_update_constant_ex()
644 …ret = zend_hash_update_current_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_STRING, "", 1, 0, HASH_UPDATE_KEY… in zval_update_constant_ex()
651 zend_hash_move_forward(Z_ARRVAL_P(p)); in zval_update_constant_ex()
[all …]
H A Dzend.c344 if (++Z_ARRVAL_P(expr)->nApplyCount>1) { in zend_print_flat_zval_r()
346 Z_ARRVAL_P(expr)->nApplyCount--; in zend_print_flat_zval_r()
349 print_flat_hash(Z_ARRVAL_P(expr) TSRMLS_CC); in zend_print_flat_zval_r()
351 Z_ARRVAL_P(expr)->nApplyCount--; in zend_print_flat_zval_r()
403 if (++Z_ARRVAL_P(expr)->nApplyCount>1) { in zend_print_zval_r_ex()
405 Z_ARRVAL_P(expr)->nApplyCount--; in zend_print_zval_r_ex()
408 print_hash(write_func, Z_ARRVAL_P(expr), indent, 0 TSRMLS_CC); in zend_print_zval_r_ex()
409 Z_ARRVAL_P(expr)->nApplyCount--; in zend_print_zval_r_ex()
631 Z_ARRVAL_P(globals) = &EG(symbol_table); in php_auto_globals_create_globals()
1174 Z_ARRVAL_P(z_context) = EG(active_symbol_table); in zend_error()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c348 return zend_hash_index_update(Z_ARRVAL_P(list), index, (void *) val, sizeof(zval **), NULL); in add_zval()
353 return zend_hash_next_index_insert(Z_ARRVAL_P(list), (void *) val, sizeof(zval **), NULL); in add_zval()
586 vtype = determine_vector_type(Z_ARRVAL_P(val_arr)); in PHP_to_XMLRPC_worker()
589 zend_hash_internal_pointer_reset(Z_ARRVAL_P(val_arr)); in PHP_to_XMLRPC_worker()
590 while(zend_hash_get_current_data(Z_ARRVAL_P(val_arr), (void**)&pIter) == SUCCESS) { in PHP_to_XMLRPC_worker()
591 int res = my_zend_hash_get_current_key(Z_ARRVAL_P(val_arr), &my_key, &num_index); in PHP_to_XMLRPC_worker()
620 zend_hash_move_forward(Z_ARRVAL_P(val_arr)); in PHP_to_XMLRPC_worker()
944 if(zend_hash_find(Z_ARRVAL_P(pData->server->method_map), in php_xmlrpc_callback()
985 zend_hash_internal_pointer_reset(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
1025 zend_hash_move_forward(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c650 for (zend_hash_internal_pointer_reset(Z_ARRVAL_P(in_array));
652 zend_hash_move_forward(Z_ARRVAL_P(in_array))) {
689 for (zend_hash_internal_pointer_reset(Z_ARRVAL_P(out_array));
691 zend_hash_move_forward(Z_ARRVAL_P(out_array)))
718 zend_hash_destroy(Z_ARRVAL_P(out_array));
719 efree(Z_ARRVAL_P(out_array));
722 Z_ARRVAL_P(out_array) = new_hash;
742 zend_hash_move_forward(Z_ARRVAL_P(in_zval_array)))
759 zend_hash_destroy(Z_ARRVAL_P(out_array));
760 efree(Z_ARRVAL_P(out_array));
[all …]
H A Dmysqli_warning.c148 zend_hash_internal_pointer_reset(Z_ARRVAL_P(row)); in php_get_warnings()
150 zend_hash_move_forward(Z_ARRVAL_P(row)); in php_get_warnings()
153 zend_hash_get_current_data(Z_ARRVAL_P(row), (void **)&entry); in php_get_warnings()
156 zend_hash_move_forward(Z_ARRVAL_P(row)); in php_get_warnings()
159 zend_hash_get_current_data(Z_ARRVAL_P(row), (void **)&entry); in php_get_warnings()
/PHP-5.5/ext/ldap/
H A Dldap.c678 nlinks = zend_hash_num_elements(Z_ARRVAL_P(link)); in php_ldap_do_search()
686 nbases = zend_hash_num_elements(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
720 zend_hash_internal_pointer_reset(Z_ARRVAL_P(link)); in php_ldap_do_search()
731 zend_hash_move_forward(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
752 zend_hash_move_forward(Z_ARRVAL_P(link)); in php_ldap_do_search()
1317 zend_hash_internal_pointer_reset(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
1381 zend_hash_move_forward(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
1583 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
1589 num_mods = zend_hash_num_elements(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
1606 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_format.c42 count = zend_hash_num_elements(Z_ARRVAL_P(args)); in msgfmt_do_format()
46 zend_hash_copy(args_copy, Z_ARRVAL_P(args), (copy_ctor_func_t)zval_add_ref, in msgfmt_do_format()
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c49 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
50 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&values_entry, &pos_values) == S… in mysqlnd_minfo_print_hash()
55 …zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_v… in mysqlnd_minfo_print_hash()
60 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
H A Dmysqlnd_priv.h46 ALLOC_HASHTABLE_REL(Z_ARRVAL_P(arg));\
47 zend_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0); \
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c701 num = zend_hash_num_elements(Z_ARRVAL_P(data)); in SPL_METHOD()
709 for (zend_hash_internal_pointer_reset(Z_ARRVAL_P(data)); in SPL_METHOD()
710 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; in SPL_METHOD()
711 zend_hash_move_forward(Z_ARRVAL_P(data)) in SPL_METHOD()
732 for (zend_hash_internal_pointer_reset(Z_ARRVAL_P(data)); in SPL_METHOD()
733 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; in SPL_METHOD()
734 zend_hash_move_forward(Z_ARRVAL_P(data)) in SPL_METHOD()
737 zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0); in SPL_METHOD()
750 for (zend_hash_internal_pointer_reset(Z_ARRVAL_P(data)); in SPL_METHOD()
751 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; in SPL_METHOD()
[all …]
H A Dspl_functions.c86 if (zend_hash_find(Z_ARRVAL_P(list), pce->name, len+1, (void*)&tmp) == FAILURE) { in spl_add_class_name()
89 zend_hash_add(Z_ARRVAL_P(list), pce->name, len+1, &tmp, sizeof(zval *), NULL); in spl_add_class_name()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c548 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair, sizeof(zval *), NULL); in add_offset_pair()
805 zend_hash_update(Z_ARRVAL_P(subpats), subpat_names[i], in php_pcre_match_impl()
1299 zend_hash_internal_pointer_reset(Z_ARRVAL_P(regex)); in php_replace_in_subject()
1303 zend_hash_internal_pointer_reset(Z_ARRVAL_P(replace)); in php_replace_in_subject()
1318 zend_hash_move_forward(Z_ARRVAL_P(replace)); in php_replace_in_subject()
1344 zend_hash_move_forward(Z_ARRVAL_P(regex)); in php_replace_in_subject()
1837 zend_hash_internal_pointer_reset(Z_ARRVAL_P(input)); in php_pcre_grep_impl()
1869 zend_hash_update(Z_ARRVAL_P(return_value), string_key, in php_pcre_grep_impl()
1874 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, in php_pcre_grep_impl()
1884 zend_hash_move_forward(Z_ARRVAL_P(input)); in php_pcre_grep_impl()
[all …]
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c173 …if (zend_hash_find(Z_ARRVAL_P(data), "msg_perm.uid", sizeof("msg_perm.uid"), (void **) &item) == S… in PHP_FUNCTION()
177 …if (zend_hash_find(Z_ARRVAL_P(data), "msg_perm.gid", sizeof("msg_perm.gid"), (void **) &item) == S… in PHP_FUNCTION()
181 …if (zend_hash_find(Z_ARRVAL_P(data), "msg_perm.mode", sizeof("msg_perm.mode"), (void **) &item) ==… in PHP_FUNCTION()
185 …if (zend_hash_find(Z_ARRVAL_P(data), "msg_qbytes", sizeof("msg_qbytes"), (void **) &item) == SUCCE… in PHP_FUNCTION()
/PHP-5.5/ext/sockets/
H A Dconversions.c227 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(arr), &pos), i = 1; in from_array_iterate()
230 zend_hash_move_forward_ex(Z_ARRVAL_P(arr), &pos), i++) { in from_array_iterate()
258 if (zend_hash_find(Z_ARRVAL_P(container), in from_zval_write_aggregation()
285 assert(Z_ARRVAL_P(zarr) != NULL); in to_zval_read_aggregation()
894 if (zend_hash_find(Z_ARRVAL_P(arr), "data", sizeof("data"), in from_zval_write_control()
946 num_elems = zend_hash_num_elements(Z_ARRVAL_P(arr)); in from_zval_write_control_array()
957 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(arr), &pos), i = 0; in from_zval_write_control_array()
960 zend_hash_move_forward_ex(Z_ARRVAL_P(arr), &pos)) { in from_zval_write_control_array()
1123 num_elem = zend_hash_num_elements(Z_ARRVAL_P(arr)); in from_zval_write_iov_array()
1369 num_elems = zend_hash_num_elements(Z_ARRVAL_P(arr)); in calculate_scm_rights_space()
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c136 if (SUCCESS == zend_hash_index_find(Z_ARRVAL_P(info), 1, (void**)&item)) { in pdo_handle_error()
140 if (SUCCESS == zend_hash_index_find(Z_ARRVAL_P(info), 2, (void**)&item)) { in pdo_handle_error()
283 if (SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT, (void**)&v)) { in PHP_METHOD()
410 zend_hash_internal_pointer_reset(Z_ARRVAL_P(options)); in PHP_METHOD()
411 while (SUCCESS == zend_hash_get_current_data(Z_ARRVAL_P(options), (void**)&attr_value) in PHP_METHOD()
412 && HASH_KEY_IS_LONG == zend_hash_get_current_key(Z_ARRVAL_P(options), &str_key, &long_key, 0)) { in PHP_METHOD()
415 zend_hash_move_forward(Z_ARRVAL_P(options)); in PHP_METHOD()
472 HashTable *ht = Z_ARRVAL_P(ctor_args); in pdo_stmt_construct()
798 || zend_hash_index_find(Z_ARRVAL_P(value), 0, (void**)&item) == FAILURE in pdo_dbh_attribute_set()
826 if (zend_hash_index_find(Z_ARRVAL_P(value), 1, (void**)&item) == SUCCESS) { in pdo_dbh_attribute_set()
[all …]
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1882 zend_hash_move_forward(Z_ARRVAL_P(pv_param_arr));
2089 zend_hash_move_forward(Z_ARRVAL_P(pv_param_arr));
2689 HashTable *ht = Z_ARRVAL_P(ctor_params);
4082 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos);
4110 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos);
4778 zend_hash_move_forward(Z_ARRVAL_P(pv_param_arr));
4933 zend_hash_move_forward(Z_ARRVAL_P(pv_param_arr));
5450 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos)) {
6188 if (zend_hash_num_elements(Z_ARRVAL_P(var_array)) == 0) {
6219 zend_hash_move_forward_ex(Z_ARRVAL_P(var_array), &pos);
[all …]

Completed in 149 milliseconds

12345