/PHP-5.5/ext/standard/ |
H A D | browscap.c | 61 zend_hash_destroy(Z_ARRVAL_PP(zvalue)); 62 efree(Z_ARRVAL_PP(zvalue)); 74 zend_hash_destroy(Z_ARRVAL_PP(zvalue)); in browscap_entry_dtor_persistent() 75 free(Z_ARRVAL_PP(zvalue)); in browscap_entry_dtor_persistent() 384 …if (zend_hash_find(Z_ARRVAL_PP(found_browser_entry), "browser_name_pattern", sizeof("browser_name_… in browser_reg_compare() 392 …if (zend_hash_find(Z_ARRVAL_PP(browser), "browser_name_regex", sizeof("browser_name_regex"), (void… in browser_reg_compare() 409 …if (zend_hash_find(Z_ARRVAL_PP(browser), "browser_name_pattern", sizeof("browser_name_pattern"), (… in browser_reg_compare() 527 …zend_hash_copy(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_copy… in PHP_FUNCTION() 531 …zend_hash_copy(Z_OBJPROP_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_cop… in PHP_FUNCTION() 534 …while (zend_hash_find(Z_ARRVAL_PP(agent), "parent", sizeof("parent"), (void **) &z_agent_name) == … in PHP_FUNCTION() [all …]
|
H A D | array.c | 1068 thash = Z_ARRVAL_PP(args[0]); in php_array_walk() 2328 Z_ARRVAL_PP(dest_entry)->nApplyCount++; in php_array_replace_recursive() 2329 Z_ARRVAL_PP(src_entry)->nApplyCount++; in php_array_replace_recursive() 2332 if (!php_array_replace_recursive(Z_ARRVAL_PP(dest_entry), Z_ARRVAL_PP(src_entry) TSRMLS_CC)) { in php_array_replace_recursive() 2338 Z_ARRVAL_PP(src_entry)->nApplyCount--; in php_array_replace_recursive() 2592 ht = Z_ARRVAL_PP(data); in PHP_FUNCTION() 3157 hash = Z_ARRVAL_PP(args[i]); in php_array_intersect() 3295 hash = Z_ARRVAL_PP(args[i]); in php_array_intersect() 3574 hash = Z_ARRVAL_PP(args[i]); in php_array_diff() 3708 hash = Z_ARRVAL_PP(args[i]); in php_array_diff() [all …]
|
H A D | http_fopen_wrapper.c | 240 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(tmpzval), &pos); in php_stream_url_wrap_http_ex() 241 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos); in php_stream_url_wrap_http_ex() 242 zend_hash_move_forward_ex(Z_ARRVAL_PP(tmpzval), &pos)) { in php_stream_url_wrap_http_ex() 429 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(tmpzval), &pos); in php_stream_url_wrap_http_ex() 430 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos); in php_stream_url_wrap_http_ex() 431 zend_hash_move_forward_ex(Z_ARRVAL_PP(tmpzval), &pos) in php_stream_url_wrap_http_ex()
|
H A D | var.c | 118 myht = Z_ARRVAL_PP(struc); in php_var_dump() 273 myht = Z_ARRVAL_PP(struc); in php_debug_zval_dump() 455 myht = Z_ARRVAL_PP(struc); in php_var_export_ex() 882 || (Z_TYPE_PP(data) == IS_ARRAY && Z_ARRVAL_PP(data)->nApplyCount > 1) in php_var_serialize_intern() 887 Z_ARRVAL_PP(data)->nApplyCount++; in php_var_serialize_intern() 891 Z_ARRVAL_PP(data)->nApplyCount--; in php_var_serialize_intern()
|
H A D | formatted_print.c | 420 argc = 1 + zend_hash_num_elements(Z_ARRVAL_PP(array)); in php_formatted_print() 424 for (zend_hash_internal_pointer_reset(Z_ARRVAL_PP(array)); in php_formatted_print() 425 zend_hash_get_current_data(Z_ARRVAL_PP(array), (void **)&newargs[i++]) == SUCCESS; in php_formatted_print() 426 zend_hash_move_forward(Z_ARRVAL_PP(array))); in php_formatted_print()
|
H A D | string.c | 2372 if (zend_hash_num_elements(Z_ARRVAL_PP(from)) != zend_hash_num_elements(Z_ARRVAL_PP(len))) { 2450 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(len), &pos_len); 2457 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(str), &pos_str); 2495 zend_hash_move_forward_ex(Z_ARRVAL_PP(from), &pos_from); 2521 zend_hash_move_forward_ex(Z_ARRVAL_PP(len), &pos_len); 2566 zend_hash_move_forward_ex(Z_ARRVAL_PP(repl), &pos_repl); 2604 zend_hash_move_forward_ex(Z_ARRVAL_PP(str), &pos_str); 4021 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(subject)); 4047 zend_hash_move_forward(Z_ARRVAL_PP(subject)); 4429 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(args[0])); [all …]
|
H A D | proc_open.c | 587 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 0, (void **)&ztype) == SUCCESS) { in PHP_FUNCTION() 598 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zmode) == SUCCESS) { in PHP_FUNCTION() 637 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zfile) == SUCCESS) { in PHP_FUNCTION() 644 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 2, (void **)&zmode) == SUCCESS) { in PHP_FUNCTION()
|
H A D | info.c | 206 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(data)); in php_print_gpcse_array() 207 while (zend_hash_get_current_data(Z_ARRVAL_PP(data), (void **) &tmp) == SUCCESS) { in php_print_gpcse_array() 216 …switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NUL… in php_print_gpcse_array() 269 zend_hash_move_forward(Z_ARRVAL_PP(data)); in php_print_gpcse_array()
|
H A D | streamsfuncs.c | 939 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(wval), &opos); in parse_context_options() 940 while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(wval), (void**)&oval, &opos)) { in parse_context_options() 942 …if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_k… in parse_context_options() 945 zend_hash_move_forward_ex(Z_ARRVAL_PP(wval), &opos); in parse_context_options()
|
H A D | url.c | 732 if (!Z_ARRVAL_PP(h)->nNumOfElements) { 736 hashT = Z_ARRVAL_PP(h);
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_php.c | 279 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(data)); in fpm_php_get_string_from_table() 282 while (zend_hash_get_current_data(Z_ARRVAL_PP(data), (void **) &tmp) == SUCCESS) { in fpm_php_get_string_from_table() 284 …if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL) =… in fpm_php_get_string_from_table() 290 zend_hash_move_forward(Z_ARRVAL_PP(data)); in fpm_php_get_string_from_table()
|
/PHP-5.5/ext/soap/ |
H A D | php_http.c | 649 if (zend_hash_find(Z_ARRVAL_PP(digest), "nc", sizeof("nc"), (void **)&tmp) == SUCCESS && in make_http_soap_request() 722 if (zend_hash_find(Z_ARRVAL_PP(digest), "qop", sizeof("qop"), (void **)&tmp) == SUCCESS && in make_http_soap_request() 762 if (zend_hash_find(Z_ARRVAL_PP(digest), "qop", sizeof("qop"), (void **)&tmp) == SUCCESS && in make_http_soap_request() 819 n = zend_hash_num_elements(Z_ARRVAL_PP(cookies)); in make_http_soap_request() 821 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(cookies)); in make_http_soap_request() 825 int res = zend_hash_get_current_key(Z_ARRVAL_PP(cookies), &key, &numindx, FALSE); in make_http_soap_request() 826 zend_hash_get_current_data(Z_ARRVAL_PP(cookies), (void **)&data); in make_http_soap_request() 831 if (zend_hash_index_find(Z_ARRVAL_PP(data), 0, (void**)&value) == SUCCESS && in make_http_soap_request() 834 if ((zend_hash_index_find(Z_ARRVAL_PP(data), 1, (void**)&tmp) == FAILURE || in make_http_soap_request() 837 (zend_hash_index_find(Z_ARRVAL_PP(data), 2, (void**)&tmp) == FAILURE || in make_http_soap_request() [all …]
|
/PHP-5.5/ext/filter/ |
H A D | filter.c | 503 if (Z_ARRVAL_PP(value)->nApplyCount > 1) { in php_zval_filter_recursive() 507 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(value), &pos); in php_zval_filter_recursive() 508 zend_hash_get_current_data_ex(Z_ARRVAL_PP(value), (void **) &element, &pos) == SUCCESS; in php_zval_filter_recursive() 509 zend_hash_move_forward_ex(Z_ARRVAL_PP(value), &pos) in php_zval_filter_recursive() 513 Z_ARRVAL_PP(element)->nApplyCount++; in php_zval_filter_recursive() 515 Z_ARRVAL_PP(element)->nApplyCount--; in php_zval_filter_recursive() 700 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(op)); in php_filter_array_handler() 701 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(op), &pos); in php_filter_array_handler() 702 zend_hash_get_current_data_ex(Z_ARRVAL_PP(op), (void **) &arg_elm, &pos) == SUCCESS; in php_filter_array_handler() 703 zend_hash_move_forward_ex(Z_ARRVAL_PP(op), &pos)) in php_filter_array_handler() [all …]
|
/PHP-5.5/ext/imap/ |
H A D | php_imap.c | 1185 int nelems = zend_hash_num_elements(Z_ARRVAL_PP(disabled_auth_method)); in php_imap_do_open() 3549 zend_hash_move_forward(Z_ARRVAL_PP(pvalue)); in PHP_FUNCTION() 3587 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION() 3592 zend_hash_move_forward(Z_ARRVAL_PP(pvalue)); in PHP_FUNCTION() 3603 if (zend_hash_find(Z_ARRVAL_PP(data), "id", sizeof("id"), (void **) &pvalue)== SUCCESS) { in PHP_FUNCTION() 3621 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION() 3626 zend_hash_move_forward(Z_ARRVAL_PP(pvalue)); in PHP_FUNCTION() 3700 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION() 3705 zend_hash_move_forward(Z_ARRVAL_PP(pvalue)); in PHP_FUNCTION() 3734 zend_hash_get_current_key(Z_ARRVAL_PP(pvalue), &key, &ind, 0); in PHP_FUNCTION() [all …]
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_bt.c | 155 HashTable *ht = Z_ARRVAL_PP(frame); in mysqlnd_build_trace_string() 192 …zend_hash_apply_with_arguments(Z_ARRVAL_PP(tmp) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace_… in mysqlnd_build_trace_string()
|
/PHP-5.5/ext/snmp/ |
H A D | snmp.c | 982 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(oid), &pos_oid); in php_snmp_parse_oid() 992 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(type), &pos_type); in php_snmp_parse_oid() 1001 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(value), &pos_value); in php_snmp_parse_oid() 1033 if (zend_hash_num_elements(Z_ARRVAL_PP(oid)) == 0) { in php_snmp_parse_oid() 1044 for ( zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(oid), &pos_oid); in php_snmp_parse_oid() 1045 zend_hash_get_current_data_ex(Z_ARRVAL_PP(oid), (void **) &tmp_oid, &pos_oid) == SUCCESS; in php_snmp_parse_oid() 1046 zend_hash_move_forward_ex(Z_ARRVAL_PP(oid), &pos_oid) ) { in php_snmp_parse_oid() 1055 … if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(type), (void **) &tmp_type, &pos_type)) { in php_snmp_parse_oid() 1064 zend_hash_move_forward_ex(Z_ARRVAL_PP(type), &pos_type); in php_snmp_parse_oid() 1075 …if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(value), (void **) &tmp_value, &pos_value)… in php_snmp_parse_oid() [all …]
|
/PHP-5.5/ext/ldap/ |
H A D | ldap.c | 704 nfilters = zend_hash_num_elements(Z_ARRVAL_PP(filter)); in php_ldap_do_search() 710 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(filter)); in php_ldap_do_search() 741 zend_hash_get_current_data(Z_ARRVAL_PP(filter), (void **)&entry); in php_ldap_do_search() 742 zend_hash_move_forward(Z_ARRVAL_PP(filter)); in php_ldap_do_search() 1353 num_values = zend_hash_num_elements(Z_ARRVAL_PP(value)); in php_ldap_do_modify() 1367 if (zend_hash_index_find(Z_ARRVAL_PP(value), j, (void **) &ivalue) != SUCCESS) { in php_ldap_do_modify() 2156 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(newval)); in PHP_FUNCTION() 2157 while (zend_hash_get_current_data(Z_ARRVAL_PP(newval), (void**)&ctrlval) == SUCCESS) { in PHP_FUNCTION() 2163 if (zend_hash_find(Z_ARRVAL_PP(ctrlval), "oid", sizeof("oid"), (void **) &val) != SUCCESS) { in PHP_FUNCTION() 2171 if (zend_hash_find(Z_ARRVAL_PP(ctrlval), "value", sizeof("value"), (void **) &val) == SUCCESS) { in PHP_FUNCTION() [all …]
|
/PHP-5.5/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 88 HashTable *ht = Z_ARRVAL_PP(format); in PHP_FUNCTION()
|
/PHP-5.5/ext/openssl/ |
H A D | openssl.c | 3109 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, n); in PHP_FUNCTION() 3110 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, e); in PHP_FUNCTION() 3111 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, d); in PHP_FUNCTION() 3112 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, p); in PHP_FUNCTION() 3113 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, q); in PHP_FUNCTION() 3114 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, dmp1); in PHP_FUNCTION() 3133 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dsa, p); in PHP_FUNCTION() 3134 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dsa, q); in PHP_FUNCTION() 3135 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dsa, g); in PHP_FUNCTION() 3157 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dh, p); in PHP_FUNCTION() [all …]
|
/PHP-5.5/main/ |
H A D | php_variables.c | 190 symtable1 = Z_ARRVAL_PP(gpc_element_p); in php_register_variable_ex() 609 php_autoglobal_merge(Z_ARRVAL_PP(dest_entry), Z_ARRVAL_PP(src_entry) TSRMLS_CC); in php_autoglobal_merge()
|
/PHP-5.5/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 437 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(val)); in set_output_options() 441 if (zend_hash_get_current_data(Z_ARRVAL_PP(val), (void**)&iter_val) == SUCCESS) { in set_output_options() 456 zend_hash_move_forward(Z_ARRVAL_PP(val)); in set_output_options() 1517 …vtype = determine_vector_type((Z_TYPE_PP(arg) == IS_OBJECT) ? Z_OBJPROP_PP(arg) : Z_ARRVAL_PP(arg)… in PHP_FUNCTION()
|
/PHP-5.5/ext/session/ |
H A D | session.c | 307 …zend_hash_find(Z_ARRVAL_PP(array), "REMOTE_ADDR", sizeof("REMOTE_ADDR"), (void **) &token) == SUCC… in php_session_create_id() 945 …if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_sessi… 1041 …if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_sessi… 1542 zend_hash_find(Z_ARRVAL_PP(data), PS(session_name), lensess + 1, (void **) &ppid) == SUCCESS 1552 zend_hash_find(Z_ARRVAL_PP(data), PS(session_name), lensess + 1, (void **) &ppid) == SUCCESS 1560 zend_hash_find(Z_ARRVAL_PP(data), PS(session_name), lensess + 1, (void **) &ppid) == SUCCESS 2569 …if (zend_hash_find(Z_ARRVAL_PP(progress_ary), "cancel_upload", sizeof("cancel_upload"), (void**)&c…
|
/PHP-5.5/ext/pcre/ |
H A D | php_pcre.c | 1418 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(subject)); in preg_replace_impl() 1422 while (zend_hash_get_current_data(Z_ARRVAL_PP(subject), (void **)&subject_entry) == SUCCESS) { in preg_replace_impl() 1428 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) in preg_replace_impl() 1443 zend_hash_move_forward(Z_ARRVAL_PP(subject)); in preg_replace_impl()
|
/PHP-5.5/Zend/ |
H A D | zend_exceptions.c | 548 HashTable *ht = Z_ARRVAL_PP(frame); in _build_trace_string() 594 …zend_hash_apply_with_arguments(Z_ARRVAL_PP(tmp) TSRMLS_CC, (apply_func_args_t)_build_trace_args, 2… in _build_trace_string()
|
/PHP-5.5/ext/xml/ |
H A D | xml.c | 955 …if (zend_hash_find(Z_ARRVAL_PP(parser->ctag),"value",sizeof("value"),(void **) &myval) == SUCCESS)… in _xml_characterDataHandler() 973 if (zend_hash_find(Z_ARRVAL_PP(curtag),"type",sizeof("type"),(void **) &mytype) == SUCCESS) { in _xml_characterDataHandler() 975 … if (zend_hash_find(Z_ARRVAL_PP(curtag),"value",sizeof("value"),(void **) &myval) == SUCCESS) { in _xml_characterDataHandler()
|