Home
last modified time | relevance | path

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

123456

/PHP-7.3/ext/mysqli/
H A Dmysqli_embedded.c54 if ((argc = zend_hash_num_elements(Z_ARRVAL_P(args)))) { in PHP_FUNCTION()
58 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(args), &pos); in PHP_FUNCTION()
60 for (index = 0;; zend_hash_move_forward_ex(Z_ARRVAL_P(args), &pos)) { in PHP_FUNCTION()
63 if (zend_hash_get_current_data_ex(Z_ARRVAL_P(args), (void **) &item, &pos) == FAILURE) { in PHP_FUNCTION()
75 if ((zend_hash_num_elements(Z_ARRVAL_P(grps)))) { in PHP_FUNCTION()
76 groups = safe_emalloc(sizeof(char *), zend_hash_num_elements(Z_ARRVAL_P(grps)) + 1, 0); in PHP_FUNCTION()
79 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(grps), &pos); in PHP_FUNCTION()
81 for (index = 0;; zend_hash_move_forward_ex(Z_ARRVAL_P(grps), &pos)) { in PHP_FUNCTION()
84 if (zend_hash_get_current_data_ex(Z_ARRVAL_P(grps), (void **) &item, &pos) == FAILURE) { in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Darray.c1418 thash = Z_ARRVAL_P(zv); in php_array_walk()
2941 hash = Z_ARRVAL_P(array);
3227 Z_ARRVAL_P(stack)->nNextFreeElement = Z_ARRVAL_P(stack)->nNextFreeElement - 1;
3610 ret = php_array_merge_recursive(Z_ARRVAL_P(dest_zval), Z_ARRVAL_P(src_zval));
3722 ret = php_array_replace_recursive(Z_ARRVAL_P(dest_zval), Z_ARRVAL_P(src_zval));
3794 src = Z_ARRVAL_P(arg);
3893 arrval = Z_ARRVAL_P(input);
4001 arrval = Z_ARRVAL_P(input);
4050 myht = Z_ARRVAL_P(input);
5738 hash = Z_ARRVAL_P(arrays[i]);
[all …]
H A Dfilestat.c957 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_dev); in php_stat()
958 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ino); in php_stat()
959 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mode); in php_stat()
960 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_nlink); in php_stat()
961 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_uid); in php_stat()
962 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_gid); in php_stat()
964 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_rdev); in php_stat()
965 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_size); in php_stat()
966 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_atime); in php_stat()
967 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mtime); in php_stat()
[all …]
H A Dfile.c669 if (zend_hash_num_elements(Z_ARRVAL_P(data))) { in PHP_FUNCTION()
673 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(data), tmp) { in PHP_FUNCTION()
1625 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_dev); in PHP_NAMED_FUNCTION()
1626 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ino); in PHP_NAMED_FUNCTION()
1627 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mode); in PHP_NAMED_FUNCTION()
1629 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_uid); in PHP_NAMED_FUNCTION()
1630 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_gid); in PHP_NAMED_FUNCTION()
1631 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_rdev); in PHP_NAMED_FUNCTION()
1632 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_size); in PHP_NAMED_FUNCTION()
1940 count = zend_hash_num_elements(Z_ARRVAL_P(fields)); in php_fputcsv()
[all …]
H A Durl.c399 zend_hash_add_new(Z_ARRVAL_P(return_value), ZSTR_KNOWN(ZEND_STR_SCHEME), &tmp); in PHP_FUNCTION()
403 zend_hash_add_new(Z_ARRVAL_P(return_value), ZSTR_KNOWN(ZEND_STR_HOST), &tmp); in PHP_FUNCTION()
407 zend_hash_add_new(Z_ARRVAL_P(return_value), ZSTR_KNOWN(ZEND_STR_PORT), &tmp); in PHP_FUNCTION()
411 zend_hash_add_new(Z_ARRVAL_P(return_value), ZSTR_KNOWN(ZEND_STR_USER), &tmp); in PHP_FUNCTION()
415 zend_hash_add_new(Z_ARRVAL_P(return_value), ZSTR_KNOWN(ZEND_STR_PASS), &tmp); in PHP_FUNCTION()
419 zend_hash_add_new(Z_ARRVAL_P(return_value), ZSTR_KNOWN(ZEND_STR_PATH), &tmp); in PHP_FUNCTION()
423 zend_hash_add_new(Z_ARRVAL_P(return_value), ZSTR_KNOWN(ZEND_STR_QUERY), &tmp); in PHP_FUNCTION()
427 zend_hash_add_new(Z_ARRVAL_P(return_value), ZSTR_KNOWN(ZEND_STR_FRAGMENT), &tmp); in PHP_FUNCTION()
712 if (!Z_ARRVAL_P(h)->nNumOfElements) {
716 hashT = Z_ARRVAL_P(h);
[all …]
H A Dproc_open.c88 cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); in _php_array_to_envp()
102 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(environment), key, element) { in _php_array_to_envp()
461 …zval *item = zend_hash_str_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_err… in PHP_FUNCTION()
468 item = zend_hash_str_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell") - 1); in PHP_FUNCTION()
475 …item = zend_hash_str_find(Z_ARRVAL_P(other_options), "blocking_pipes", sizeof("blocking_pipes") - … in PHP_FUNCTION()
492 ndescriptors_array = zend_hash_num_elements(Z_ARRVAL_P(descriptorspec)); in PHP_FUNCTION()
507 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(descriptorspec), nindex, str_index, descitem) { in PHP_FUNCTION()
548 if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) { in PHP_FUNCTION()
559 if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION()
598 if ((zfile = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_frame.c176 funcname = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("function")); in phpdbg_dump_prototype()
178 if ((class = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("object")))) { in phpdbg_dump_prototype()
182 class = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("class")); in phpdbg_dump_prototype()
186 type = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("type")); in phpdbg_dump_prototype()
189 args = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("args")); in phpdbg_dump_prototype()
216 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(args), argstmp) { in phpdbg_dump_prototype()
309 file = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("file")); in phpdbg_dump_backtrace()
310 line = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("line")); in phpdbg_dump_backtrace()
H A Dphpdbg_wait.c145 …if ((srv = zend_hash_str_find(Z_ARRVAL_P(zvp), ZEND_STRL("_SERVER"))) && Z_TYPE_P(srv) == IS_ARRAY… in phpdbg_webdata_decompress()
147 …if ((script = zend_hash_str_find(Z_ARRVAL_P(srv), ZEND_STRL("SCRIPT_FILENAME"))) && Z_TYPE_P(scrip… in phpdbg_webdata_decompress()
223 phpdbg_array_intersect_init(&pos, &zv_registry, Z_ARRVAL_P(zvp)); in phpdbg_webdata_decompress()
255 ZEND_HASH_FOREACH_STR_KEY_PTR(Z_ARRVAL_P(zvp), strkey, name) { in phpdbg_webdata_decompress()
286 zend_hash_del(Z_ARRVAL_P(zvp), strkey); in phpdbg_webdata_decompress()
290 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zvp), name) { in phpdbg_webdata_decompress()
304 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zvp), key, ini_entry) { in phpdbg_webdata_decompress()
323 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zvp), key, ini_entry) { in phpdbg_webdata_decompress()
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c549 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_dev); in phar_fancy_stat()
550 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ino); in phar_fancy_stat()
551 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mode); in phar_fancy_stat()
552 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_nlink); in phar_fancy_stat()
553 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_uid); in phar_fancy_stat()
554 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_gid); in phar_fancy_stat()
556 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_rdev); in phar_fancy_stat()
557 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_size); in phar_fancy_stat()
558 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_atime); in phar_fancy_stat()
559 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_mtime); in phar_fancy_stat()
[all …]
/PHP-7.3/ext/ldap/
H A Dldap.c450 num_keys = zend_hash_num_elements(Z_ARRVAL_P(val)); in _php_ldap_control_from_array()
651 ncontrols = zend_hash_num_elements(Z_ARRVAL_P(array)); in _php_ldap_controls_from_array()
655 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(array), ctrlarray) { in _php_ldap_controls_from_array()
1525 nlinks = zend_hash_num_elements(Z_ARRVAL_P(link)); in php_ldap_do_search()
1569 zend_hash_internal_pointer_reset(Z_ARRVAL_P(link)); in php_ldap_do_search()
1580 zend_hash_move_forward(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
1589 zend_hash_move_forward(Z_ARRVAL_P(filter)); in php_ldap_do_search()
1612 zend_hash_move_forward(Z_ARRVAL_P(link)); in php_ldap_do_search()
2254 zend_hash_internal_pointer_reset(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
2328 zend_hash_move_forward(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
[all …]
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c531 zend_hash_real_init_packed(Z_ARRVAL_P(return_value)); in ZEND_FUNCTION()
532 ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value)) { in ZEND_FUNCTION()
567 Z_ARRVAL_P(return_value)->nNumOfElements = arg_count; in ZEND_FUNCTION()
700 zend_hash_real_init_mixed(Z_ARRVAL_P(return_value)); in ZEND_FUNCTION()
819 new_val = zend_hash_add_new(Z_ARRVAL_P(dst), key, val); in copy_constant_array()
874 if (!validate_constant_array(Z_ARRVAL_P(val))) { in ZEND_FUNCTION()
1131 zend_hash_add_new(Z_ARRVAL_P(return_value), key, prop); in add_class_vars()
2171 zend_hash_real_init_packed(Z_ARRVAL_P(arg_array)); in debug_backtrace_get_args()
2172 ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(arg_array)) { in debug_backtrace_get_args()
2227 Z_ARRVAL_P(arg_array)->nNumOfElements = num_args; in debug_backtrace_get_args()
[all …]
H A Dzend_API.c1446 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_long()
1456 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_null()
1466 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_bool()
1476 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_resource()
1486 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_double()
1496 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_str()
1506 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_string()
1516 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_stringl()
1523 zend_hash_index_update(Z_ARRVAL_P(arg), index, value); in add_index_zval()
3391 obj = zend_hash_index_find(Z_ARRVAL_P(callable), 0); in zend_is_callable_impl()
[all …]
H A Dzend.c376 if (!(GC_FLAGS(Z_ARRVAL_P(expr)) & GC_IMMUTABLE)) { in zend_print_flat_zval_r()
377 if (GC_IS_RECURSIVE(Z_ARRVAL_P(expr))) { in zend_print_flat_zval_r()
381 GC_PROTECT_RECURSION(Z_ARRVAL_P(expr)); in zend_print_flat_zval_r()
383 print_flat_hash(Z_ARRVAL_P(expr)); in zend_print_flat_zval_r()
385 if (!(GC_FLAGS(Z_ARRVAL_P(expr)) & GC_IMMUTABLE)) { in zend_print_flat_zval_r()
386 GC_UNPROTECT_RECURSION(Z_ARRVAL_P(expr)); in zend_print_flat_zval_r()
427 if (!(GC_FLAGS(Z_ARRVAL_P(expr)) & GC_IMMUTABLE)) { in zend_print_zval_r_to_buf()
428 if (GC_IS_RECURSIVE(Z_ARRVAL_P(expr))) { in zend_print_zval_r_to_buf()
432 GC_PROTECT_RECURSION(Z_ARRVAL_P(expr)); in zend_print_zval_r_to_buf()
434 print_hash(buf, Z_ARRVAL_P(expr), indent, 0); in zend_print_zval_r_to_buf()
[all …]
/PHP-7.3/ext/soap/
H A Dphp_http.c682 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nc", sizeof("nc")-1)) != NULL && in make_http_soap_request()
841 n = zend_hash_num_elements(Z_ARRVAL_P(cookies)); in make_http_soap_request()
843 zend_hash_internal_pointer_reset(Z_ARRVAL_P(cookies)); in make_http_soap_request()
847 int res = zend_hash_get_current_key(Z_ARRVAL_P(cookies), &key, &numindx); in make_http_soap_request()
848 data = zend_hash_get_current_data(Z_ARRVAL_P(cookies)); in make_http_soap_request()
853 if ((value = zend_hash_index_find(Z_ARRVAL_P(data), 0)) != NULL && in make_http_soap_request()
856 if (((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 1)) == NULL || in make_http_soap_request()
859 ((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 2)) == NULL || in make_http_soap_request()
862 (use_ssl || (tmp = zend_hash_index_find(Z_ARRVAL_P(data), 3)) == NULL)) { in make_http_soap_request()
870 zend_hash_move_forward(Z_ARRVAL_P(cookies)); in make_http_soap_request()
[all …]
/PHP-7.3/ext/spl/
H A Dspl_functions.c83 if ((tmp = zend_hash_find(Z_ARRVAL_P(list), pce->name)) == NULL) { in spl_add_class_name()
86 zend_hash_add(Z_ARRVAL_P(list), pce->name, &t); in spl_add_class_name()
/PHP-7.3/main/
H A Dphp_variables.c83 symtable1 = Z_ARRVAL_P(track_vars_array); in php_register_variable_ex()
167 ht = Z_ARRVAL_P(track_vars_array); in php_register_variable_ex()
232 symtable1 = Z_ARRVAL_P(gpc_element_p); in php_register_variable_ex()
589 import_environment_variable(Z_ARRVAL_P(array_ptr), *env); in _php_import_environment_variables()
594 import_environment_variable(Z_ARRVAL_P(array_ptr), env); in _php_import_environment_variables()
665 zend_hash_update(Z_ARRVAL_P(track_vars_array), ZSTR_KNOWN(ZEND_STR_ARGV), &arr); in php_build_argv()
666 zend_hash_update(Z_ARRVAL_P(track_vars_array), ZSTR_KNOWN(ZEND_STR_ARGC), &argc); in php_build_argv()
687 ht = Z_ARRVAL_P(arr); in php_register_server_variables()
738 php_autoglobal_merge(Z_ARRVAL_P(dest_entry), Z_ARRVAL_P(src_entry)); in php_autoglobal_merge()
H A Dphp_ini.c194 zend_hash_destroy(Z_ARRVAL_P(zvalue)); in config_zval_dtor()
265 entry = zend_symtable_update(Z_ARRVAL_P(find_arr), Z_STR_P(arg3), arg2); in php_ini_parser_cb()
267 entry = zend_hash_next_index_insert(Z_ARRVAL_P(find_arr), arg2); in php_ini_parser_cb()
330 active_ini_hash = Z_ARRVAL_P(entry); in php_ini_parser_cb()
872 php_ini_activate_config(Z_ARRVAL_P(tmp2), PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
898 php_ini_activate_config(Z_ARRVAL_P(tmp), PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
/PHP-7.3/ext/imap/
H A Dphp_imap.c640 symtable = Z_ARRVAL_P(arg); in add_assoc_object()
655 symtable = Z_ARRVAL_P(arg); in add_next_index_object()
3646 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(pvalue), env_data) { in PHP_FUNCTION()
3660 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(body), data) { in PHP_FUNCTION()
3699 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(pvalue), key, disp_data) { in PHP_FUNCTION()
3739 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(pvalue), key, disp_data) { in PHP_FUNCTION()
3821 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(pvalue), key, disp_data) { in PHP_FUNCTION()
3861 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(pvalue), key, disp_data) { in PHP_FUNCTION()
4382 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &myobject); in PHP_FUNCTION()
4408 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &myobject); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c975 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair); in add_offset_pair()
1268 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set); in php_pcre_match_impl()
1403 zend_hash_str_update(Z_ARRVAL_P(subpats), subpat_names[i], in php_pcre_match_impl()
2054 HashTable *replace_ht = Z_ARRVAL_P(replace); in php_pcre_replace_array()
2145 result = php_pcre_replace_array(Z_ARRVAL_P(regex), in php_replace_in_subject()
2176 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(regex), regex_entry) { in php_replace_in_subject_func()
2235 zend_hash_add_new(Z_ARRVAL_P(return_value), string_key, &zv); in preg_replace_func_impl()
2318 zend_hash_add_new(Z_ARRVAL_P(return_value), string_key, &zv); in preg_replace_common()
2679 zend_hash_next_index_insert_new(Z_ARRVAL_P(return_value), &tmp); in php_pcre_split_impl()
2909 zend_hash_update(Z_ARRVAL_P(return_value), string_key, entry); in php_pcre_grep_impl()
[all …]
/PHP-7.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c342 zend_hash_index_update(Z_ARRVAL_P(list), index, val); in add_zval()
344 zend_hash_str_update(Z_ARRVAL_P(list), (char*)id, strlen(id), val); in add_zval()
347 zend_hash_next_index_insert(Z_ARRVAL_P(list), val); in add_zval()
384 …if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERBOSITY_KEY, VERBOSITY_KEY_LEN)) != NULL)… in set_output_options()
397 if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERSION_KEY, VERSION_KEY_LEN)) != NULL) { in set_output_options()
414 … if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ENCODING_KEY, ENCODING_KEY_LEN)) != NULL) { in set_output_options()
421 … if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ESCAPING_KEY, ESCAPING_KEY_LEN)) != NULL) { in set_output_options()
428 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(val), iter_val) { in set_output_options()
1422 vtype = determine_vector_type((Z_TYPE_P(arg) == IS_OBJECT) ? Z_OBJPROP_P(arg) : Z_ARRVAL_P(arg)); in PHP_FUNCTION()
1445 if (zend_hash_str_exists(Z_ARRVAL_P(arg), FAULT_CODE, FAULT_CODE_LEN) && in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/sysvmsg/
H A Dsysvmsg.c172 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.uid", sizeof("msg_perm.uid") - 1)) != N… in PHP_FUNCTION()
175 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.gid", sizeof("msg_perm.gid") - 1)) != N… in PHP_FUNCTION()
178 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.mode", sizeof("msg_perm.mode") - 1)) !=… in PHP_FUNCTION()
181 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_qbytes", sizeof("msg_qbytes") - 1)) != NULL)… in PHP_FUNCTION()
/PHP-7.3/ext/com_dotnet/
H A Dcom_com.c86 if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(server_params), in PHP_FUNCTION()
94 if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(server_params), in PHP_FUNCTION()
101 if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(server_params), in PHP_FUNCTION()
108 if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(server_params), in PHP_FUNCTION()
115 if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(server_params), in PHP_FUNCTION()
720 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 0)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()
722 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()
H A Dcom_variant.c45 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(z), &pos); in safe_array_from_zval()
46 for (;; zend_hash_move_forward_ex(Z_ARRVAL_P(z), &pos)) { in safe_array_from_zval()
48 keytype = zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); in safe_array_from_zval()
62 bound.cElements = zend_hash_num_elements(Z_ARRVAL_P(z)); in safe_array_from_zval()
70 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(z), &pos); in safe_array_from_zval()
71 for (;; zend_hash_move_forward_ex(Z_ARRVAL_P(z), &pos)) { in safe_array_from_zval()
72 if (NULL == (item = zend_hash_get_current_data_ex(Z_ARRVAL_P(z), &pos))) { in safe_array_from_zval()
75 zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); in safe_array_from_zval()
/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c204 tokens_ht = Z_ARRVAL_P(token_stream); in on_event()
207 ZVAL_LONG(zend_hash_index_find(Z_ARRVAL_P(token_zv), 0), token); in on_event()
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c446 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(input_params), num_index, key, tmp) { in PHP_METHOD()
1022 …zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(va… in do_fetch()
1025 …zend_symtable_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_STR(val),… in do_fetch()
1038 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &val); in do_fetch()
1070 zend_hash_update(Z_ARRVAL_P(return_value), stmt->columns[i].name, &val); in do_fetch()
1076 zend_hash_next_index_insert_new(Z_ARRVAL_P(return_value), &val); in do_fetch()
1181 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), return_value); in do_fetch()
1186 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), &grp); in do_fetch()
1315 ZVAL_ARR(&stmt->fetch.cls.ctor_args, zend_array_dup(Z_ARRVAL_P(ctor_args))); in PHP_METHOD()
1510 zend_hash_next_index_insert_new(Z_ARRVAL_P(return_value), &data); in PHP_METHOD()
[all …]

Completed in 140 milliseconds

123456