Home
last modified time | relevance | path

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

12345

/PHP-5.3/ext/standard/
H A Darray.c287 Z_ARRVAL_P(array)->nApplyCount++; in php_count_recursive()
289 Z_ARRVAL_P(array)->nApplyCount--; in php_count_recursive()
1490 Z_ARRVAL_P(entry)->nApplyCount++; in php_compact_var()
1776 hash = Z_ARRVAL_P(array); in php_array_data_shuffle()
2014 Z_ARRVAL_P(stack)->nNextFreeElement = Z_ARRVAL_P(stack)->nNextFreeElement - 1; in _phpi_pop()
2054 old_hash = *Z_ARRVAL_P(stack); in PHP_FUNCTION()
2058 *Z_ARRVAL_P(stack) = *new_hash; in PHP_FUNCTION()
2135 old_hash = *Z_ARRVAL_P(array); in PHP_FUNCTION()
2139 *Z_ARRVAL_P(array) = *new_hash; in PHP_FUNCTION()
2536 myht = Z_ARRVAL_P(input); in PHP_FUNCTION()
[all …]
H A Dstreamsfuncs.c621 zend_hash_move_forward(Z_ARRVAL_P(stream_array))) { in stream_array_to_fd_set()
667 zend_hash_move_forward(Z_ARRVAL_P(stream_array))) { in stream_array_from_fd_set()
699 zend_hash_destroy(Z_ARRVAL_P(stream_array)); in stream_array_from_fd_set()
700 efree(Z_ARRVAL_P(stream_array)); in stream_array_from_fd_set()
703 Z_ARRVAL_P(stream_array) = new_hash; in stream_array_from_fd_set()
723 zend_hash_move_forward(Z_ARRVAL_P(stream_array))) { in stream_array_emulate_read_fd_set()
747 zend_hash_destroy(Z_ARRVAL_P(stream_array)); in stream_array_emulate_read_fd_set()
748 efree(Z_ARRVAL_P(stream_array)); in stream_array_emulate_read_fd_set()
751 Z_ARRVAL_P(stream_array) = new_hash; in stream_array_emulate_read_fd_set()
841 zend_hash_clean(Z_ARRVAL_P(w_array)); in PHP_FUNCTION()
[all …]
H A Dproc_open.c96 cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); in _php_array_to_envp()
548 …if (SUCCESS == zend_hash_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_error… in PHP_FUNCTION()
554 …if (SUCCESS == zend_hash_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell"), (… in PHP_FUNCTION()
582 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(descriptorspec), &pos); in PHP_FUNCTION()
583 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(descriptorspec), (void **)&descitem, &pos) == SUCC… in PHP_FUNCTION()
589 zend_hash_get_current_key_ex(Z_ARRVAL_P(descriptorspec), &str_index, NULL, &nindex, 0, &pos); in PHP_FUNCTION()
748 zend_hash_move_forward_ex(Z_ARRVAL_P(descriptorspec), &pos); in PHP_FUNCTION()
H A Dbrowscap.c193 …zend_hash_update(Z_ARRVAL_P(bdata->current_section), new_key, Z_STRLEN_P(arg1) + 1, &new_property,… in php_browscap_parser_cb()
215 Z_ARRVAL_P(bdata->current_section) = section_properties; in php_browscap_parser_cb()
527 …zend_hash_copy(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_copy… in PHP_FUNCTION()
540 …zend_hash_merge(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_cop… in PHP_FUNCTION()
/PHP-5.3/ext/mysqlnd/
H A Dphp_mysqlnd.c46 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
47 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), in mysqlnd_minfo_print_hash()
56 …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()
68 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
77 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
78 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&values_entry, &pos_values) == S… in mysqlnd_minfo_print_hash()
83 …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()
88 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
H A Dmysqlnd_priv.h57 ALLOC_HASHTABLE_REL(Z_ARRVAL_P(arg));\
58 zend_u_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0, 0);\
64 ALLOC_HASHTABLE_REL(Z_ARRVAL_P(arg));\
65 zend_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0); \
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_format.c44 count = zend_hash_num_elements(Z_ARRVAL_P(args)); in msgfmt_do_format()
56 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(args), &pos); in msgfmt_do_format()
59 zend_hash_get_current_data_ex(Z_ARRVAL_P(args), (void **)&val, &pos); in msgfmt_do_format()
63 zend_hash_move_forward_ex(Z_ARRVAL_P(args), &pos); in msgfmt_do_format()
/PHP-5.3/main/
H A Dphp_variables.c74 symtable1 = Z_ARRVAL_P(track_vars_array); in php_register_variable_ex()
140 ht = Z_ARRVAL_P(track_vars_array); in php_register_variable_ex()
242 symtable1 == Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) && in php_register_variable_ex()
510 if (zend_hash_next_index_insert(Z_ARRVAL_P(arr), &tmp, sizeof(zval *), NULL) == FAILURE) { in php_build_argv()
530 if (zend_hash_next_index_insert(Z_ARRVAL_P(arr), &tmp, sizeof(zval *), NULL) == FAILURE) { in php_build_argv()
562 …zend_hash_update(Z_ARRVAL_P(track_vars_array), "argv", sizeof("argv"), &arr, sizeof(zval *), NULL); in php_build_argv()
563 …zend_hash_update(Z_ARRVAL_P(track_vars_array), "argc", sizeof("argc"), &argc, sizeof(zval *), NULL… in php_build_argv()
735 … php_autoglobal_merge(&EG(symbol_table), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRMLS_CC); in php_hash_environment()
887 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRM… in php_auto_globals_create_request()
894 …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()
847 php_ini_activate_config(Z_ARRVAL_P(tmp2), PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE TSRMLS_CC); in php_ini_activate_per_dir_config()
[all …]
/PHP-5.3/ext/mysqli/
H A Dmysqli_nonapi.c576 for (zend_hash_internal_pointer_reset(Z_ARRVAL_P(in_array));
578 zend_hash_move_forward(Z_ARRVAL_P(in_array))) {
615 for (zend_hash_internal_pointer_reset(Z_ARRVAL_P(out_array));
617 zend_hash_move_forward(Z_ARRVAL_P(out_array)))
644 zend_hash_destroy(Z_ARRVAL_P(out_array));
645 efree(Z_ARRVAL_P(out_array));
648 Z_ARRVAL_P(out_array) = new_hash;
668 zend_hash_move_forward(Z_ARRVAL_P(in_zval_array)))
685 zend_hash_destroy(Z_ARRVAL_P(out_array));
686 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.3/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()
577 vtype = determine_vector_type(Z_ARRVAL_P(val_arr)); in PHP_to_XMLRPC_worker()
580 zend_hash_internal_pointer_reset(Z_ARRVAL_P(val_arr)); in PHP_to_XMLRPC_worker()
581 while(zend_hash_get_current_data(Z_ARRVAL_P(val_arr), (void**)&pIter) == SUCCESS) { in PHP_to_XMLRPC_worker()
582 int res = my_zend_hash_get_current_key(Z_ARRVAL_P(val_arr), &my_key, &num_index); in PHP_to_XMLRPC_worker()
611 zend_hash_move_forward(Z_ARRVAL_P(val_arr)); in PHP_to_XMLRPC_worker()
935 if(zend_hash_find(Z_ARRVAL_P(pData->server->method_map), in php_xmlrpc_callback()
976 zend_hash_internal_pointer_reset(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
1016 zend_hash_move_forward(Z_ARRVAL_P(pData->server->introspection_map)); in php_xmlrpc_introspection_callback()
[all …]
/PHP-5.3/Zend/
H A Dzend_gc.c293 if (Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_scan_black()
294 p = Z_ARRVAL_P(pz)->pListHead; in zval_scan_black()
299 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_scan_black()
327 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zobj_scan_black()
365 if (Z_ARRVAL_P(pz) == &EG(symbol_table)) { in zval_mark_grey()
368 p = Z_ARRVAL_P(pz)->pListHead; in zval_mark_grey()
373 if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) { in zval_mark_grey()
475 if (Z_ARRVAL_P(pz) == &EG(symbol_table)) { in zval_scan()
478 p = Z_ARRVAL_P(pz)->pListHead; in zval_scan()
570 p = Z_ARRVAL_P(pz)->pListHead; in zval_collect_white()
[all …]
H A Dzend_API.c961 ALLOC_HASHTABLE_REL(Z_ARRVAL_P(arg)); in _array_init()
1290 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_long()
1301 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_null()
1312 return zend_hash_next_index_insert(Z_ARRVAL_P(arg), &tmp, sizeof(zval *), NULL); in add_next_index_bool()
2771 if (zend_hash_num_elements(Z_ARRVAL_P(callable)) == 2) { in zend_is_callable_ex()
2772 zend_hash_index_find(Z_ARRVAL_P(callable), 0, (void **) &obj); in zend_is_callable_ex()
2773 zend_hash_index_find(Z_ARRVAL_P(callable), 1, (void **) &method); in zend_is_callable_ex()
2844 if (zend_hash_num_elements(Z_ARRVAL_P(callable)) == 2) { in zend_is_callable_ex()
2989 fci->param_count = zend_hash_num_elements(Z_ARRVAL_P(args)); in zend_fcall_info_args()
2992 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(args), &pos); in zend_fcall_info_args()
[all …]
H A Dzend_operators.c364 tmp = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in convert_to_long_base()
424 tmp = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in convert_to_double()
513 tmp = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); in convert_to_boolean()
622 ALLOC_HASHTABLE(Z_ARRVAL_P(op)); in convert_scalar_to_array()
623 zend_hash_init(Z_ARRVAL_P(op), 0, NULL, ZVAL_PTR_DTOR, 0); in convert_scalar_to_array()
673 Z_ARRVAL_P(op) = ht; in convert_to_array()
677 ALLOC_HASHTABLE(Z_ARRVAL_P(op)); in convert_to_array()
802 …zend_hash_merge(Z_ARRVAL_P(result), Z_ARRVAL_P(op2), (void (*)(void *pData)) zval_add_ref, (void *… in add_function()
1581 Z_LVAL_P(result) = (Z_ARRVAL_P(op1) == Z_ARRVAL_P(op2) || in is_identical_function()
1582 …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_execute_API.c169 Z_ARRVAL_P(globals) = &EG(symbol_table); in init_executor()
607 zend_hash_init(tmp_ht, zend_hash_num_elements(Z_ARRVAL_P(p)), NULL, ZVAL_PTR_DTOR, 0); in zval_update_constant_ex()
608 …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()
609 Z_ARRVAL_P(p) = tmp_ht; in zval_update_constant_ex()
613 zend_hash_internal_pointer_reset(Z_ARRVAL_P(p)); in zval_update_constant_ex()
614 while (zend_hash_get_current_data(Z_ARRVAL_P(p), (void **) &element) == SUCCESS) { in zval_update_constant_ex()
616 zend_hash_move_forward(Z_ARRVAL_P(p)); in zval_update_constant_ex()
621 zend_hash_move_forward(Z_ARRVAL_P(p)); in zval_update_constant_ex()
678 …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()
685 zend_hash_move_forward(Z_ARRVAL_P(p)); in zval_update_constant_ex()
[all …]
/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c652 num = zend_hash_num_elements(Z_ARRVAL_P(data)); in SPL_METHOD()
660 for (zend_hash_internal_pointer_reset(Z_ARRVAL_P(data)); in SPL_METHOD()
661 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; in SPL_METHOD()
662 zend_hash_move_forward(Z_ARRVAL_P(data)) in SPL_METHOD()
683 for (zend_hash_internal_pointer_reset(Z_ARRVAL_P(data)); in SPL_METHOD()
684 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; in SPL_METHOD()
685 zend_hash_move_forward(Z_ARRVAL_P(data)) in SPL_METHOD()
688 zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0); in SPL_METHOD()
701 for (zend_hash_internal_pointer_reset(Z_ARRVAL_P(data)); in SPL_METHOD()
702 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.3/ext/pcre/
H A Dphp_pcre.c501 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair, sizeof(zval *), NULL); in add_offset_pair()
754 zend_hash_update(Z_ARRVAL_P(subpats), subpat_names[i], in php_pcre_match_impl()
1238 zend_hash_internal_pointer_reset(Z_ARRVAL_P(regex)); in php_replace_in_subject()
1242 zend_hash_internal_pointer_reset(Z_ARRVAL_P(replace)); in php_replace_in_subject()
1257 zend_hash_move_forward(Z_ARRVAL_P(replace)); in php_replace_in_subject()
1283 zend_hash_move_forward(Z_ARRVAL_P(regex)); in php_replace_in_subject()
1772 zend_hash_internal_pointer_reset(Z_ARRVAL_P(input)); in php_pcre_grep_impl()
1804 zend_hash_update(Z_ARRVAL_P(return_value), string_key, in php_pcre_grep_impl()
1809 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, in php_pcre_grep_impl()
1819 zend_hash_move_forward(Z_ARRVAL_P(input)); in php_pcre_grep_impl()
[all …]
/PHP-5.3/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.3/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()
282 if (SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT, (void**)&v)) { in PHP_METHOD()
405 zend_hash_internal_pointer_reset(Z_ARRVAL_P(options)); in PHP_METHOD()
406 while (SUCCESS == zend_hash_get_current_data(Z_ARRVAL_P(options), (void**)&attr_value) in PHP_METHOD()
407 && HASH_KEY_IS_LONG == zend_hash_get_current_key(Z_ARRVAL_P(options), &str_key, &long_key, 0)) { in PHP_METHOD()
410 zend_hash_move_forward(Z_ARRVAL_P(options)); in PHP_METHOD()
467 HashTable *ht = Z_ARRVAL_P(ctor_args); in pdo_stmt_construct()
789 || zend_hash_index_find(Z_ARRVAL_P(value), 0, (void**)&item) == FAILURE in pdo_dbh_attribute_set()
817 if (zend_hash_index_find(Z_ARRVAL_P(value), 1, (void**)&item) == SUCCESS) { in pdo_dbh_attribute_set()
[all …]
/PHP-5.3/ext/pgsql/
H A Dpgsql.c1731 zend_hash_move_forward(Z_ARRVAL_P(pv_param_arr));
1938 zend_hash_move_forward(Z_ARRVAL_P(pv_param_arr));
2544 HashTable *ht = Z_ARRVAL_P(ctor_params);
3949 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos);
3969 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos);
4552 zend_hash_move_forward(Z_ARRVAL_P(pv_param_arr));
4689 zend_hash_move_forward(Z_ARRVAL_P(pv_param_arr));
5177 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos)) {
5868 if (zend_hash_num_elements(Z_ARRVAL_P(var_array)) == 0) {
5899 zend_hash_move_forward_ex(Z_ARRVAL_P(var_array), &pos);
[all …]
/PHP-5.3/ext/ldap/
H A Dldap.c615 num_attribs = zend_hash_num_elements(Z_ARRVAL_P(attrs)); in php_ldap_do_search()
640 nlinks = zend_hash_num_elements(Z_ARRVAL_P(link)); in php_ldap_do_search()
648 nbases = zend_hash_num_elements(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
654 zend_hash_internal_pointer_reset(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
682 zend_hash_internal_pointer_reset(Z_ARRVAL_P(link)); in php_ldap_do_search()
684 zend_hash_get_current_data(Z_ARRVAL_P(link), (void **)&entry); in php_ldap_do_search()
693 zend_hash_move_forward(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
714 zend_hash_move_forward(Z_ARRVAL_P(link)); in php_ldap_do_search()
1276 num_attribs = zend_hash_num_elements(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
1279 zend_hash_internal_pointer_reset(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
[all …]
/PHP-5.3/ext/pcntl/
H A Dpcntl.c928 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(user_set), &pos); in PHP_FUNCTION()
929 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(user_set), (void **)&user_signo, &pos) == SUCCESS) in PHP_FUNCTION()
941 zend_hash_move_forward_ex(Z_ARRVAL_P(user_set), &pos); in PHP_FUNCTION()
955 zend_hash_clean(Z_ARRVAL_P(user_oldset)); in PHP_FUNCTION()
997 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(user_set), &pos); in pcntl_sigwaitinfo()
998 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(user_set), (void **)&user_signo, &pos) == SUCCESS) in pcntl_sigwaitinfo()
1010 zend_hash_move_forward_ex(Z_ARRVAL_P(user_set), &pos); in pcntl_sigwaitinfo()
1038 zend_hash_clean(Z_ARRVAL_P(user_siginfo)); in pcntl_sigwaitinfo()
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c758 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
760 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
764 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, N… in PHP_FUNCTION()
774 zend_hash_move_forward(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
856 zend_hash_internal_pointer_reset(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()
858 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
866 zend_hash_move_forward(Z_ARRVAL_P(array_value)); in PHP_FUNCTION()

Completed in 158 milliseconds

12345