/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 174 funcname = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("function")); in phpdbg_dump_prototype() 176 if ((class = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("object")))) { in phpdbg_dump_prototype() 180 class = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("class")); in phpdbg_dump_prototype() 184 zval *type = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("type")); in phpdbg_dump_prototype() 191 args = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("args")); in phpdbg_dump_prototype() 290 file = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("file")); in phpdbg_dump_backtrace() 291 line = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("line")); in phpdbg_dump_backtrace()
|
H A D | phpdbg.c | 506 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION() 510 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION() 516 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION() 611 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION() 615 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION() 1520 zval *zv = zend_hash_str_find(php_stream_get_url_stream_wrappers_hash(), ZEND_STRL("php")); in main() 1769 zval *zv = zend_hash_str_find(php_stream_get_url_stream_wrappers_hash(), ZEND_STRL("php")); in main()
|
/PHP-8.1/ext/oci8/ |
H A D | oci8_interface.c | 236 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION() 267 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION() 293 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION() 319 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION() 359 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION() 391 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION() 417 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION() 438 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION() 463 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION() 510 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION() [all …]
|
/PHP-8.1/ext/sodium/ |
H A D | sodium_pwhash.c | 49 if ((opt = zend_hash_str_find(options, "memory_cost", strlen("memory_cost")))) { in get_options() 58 if ((opt = zend_hash_str_find(options, "time_cost", strlen("time_cost")))) { in get_options() 65 …if ((opt = zend_hash_str_find(options, "threads", strlen("threads"))) && (zval_get_long(opt) != 1)… in get_options()
|
/PHP-8.1/ext/standard/ |
H A D | password.c | 147 if (options && (znew_cost = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in php_password_bcrypt_needs_rehash() 192 if (options && (zcost = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in php_password_bcrypt_hash() 287 …if (options && (option_buffer = zend_hash_str_find(options, "memory_cost", sizeof("memory_cost")-1… in php_password_argon2_needs_rehash() 291 …if (options && (option_buffer = zend_hash_str_find(options, "time_cost", sizeof("time_cost")-1)) !… in php_password_argon2_needs_rehash() 295 …if (options && (option_buffer = zend_hash_str_find(options, "threads", sizeof("threads")-1)) != NU… in php_password_argon2_needs_rehash() 315 …if (options && (option_buffer = zend_hash_str_find(options, "memory_cost", sizeof("memory_cost")-1… in php_password_argon2_hash() 324 …if (options && (option_buffer = zend_hash_str_find(options, "time_cost", sizeof("time_cost")-1)) !… in php_password_argon2_hash() 333 …if (options && (option_buffer = zend_hash_str_find(options, "threads", sizeof("threads")-1)) != NU… in php_password_argon2_hash()
|
H A D | net.c | 279 zval *iface = zend_hash_str_find(Z_ARR_P(return_value), p->ifa_name, strlen(p->ifa_name)); in PHP_FUNCTION() 288 unicast = zend_hash_str_find(Z_ARR_P(iface), "unicast", sizeof("unicast") - 1); in PHP_FUNCTION() 300 status = zend_hash_str_find(Z_ARR_P(iface), "up", sizeof("up") - 1); in PHP_FUNCTION()
|
H A D | incomplete_class.c | 129 zval *val = zend_hash_str_find(object->properties, MAGIC_MEMBER, sizeof(MAGIC_MEMBER)-1); in php_lookup_class_name()
|
H A D | info.c | 1004 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF")-1)) != NULL && Z_… in php_print_info() 1007 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE")-1)) != … in php_print_info() 1010 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER")-1)) != … in php_print_info() 1013 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW")-1)) != NULL… in php_print_info()
|
/PHP-8.1/ext/sysvmsg/ |
H A D | sysvmsg.c | 157 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.uid", sizeof("msg_perm.uid") - 1)) != N… in PHP_FUNCTION() 160 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.gid", sizeof("msg_perm.gid") - 1)) != N… in PHP_FUNCTION() 163 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.mode", sizeof("msg_perm.mode") - 1)) !=… in PHP_FUNCTION() 166 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_qbytes", sizeof("msg_qbytes") - 1)) != NULL)… in PHP_FUNCTION()
|
/PHP-8.1/main/ |
H A D | php_ini.c | 296 if ((entry = zend_hash_str_find(target_hash, key, key_len)) == NULL) { in php_ini_parser_cb() 863 if ((tmp2 = zend_hash_str_find(&configuration_hash, path, strlen(path))) != NULL) { 887 if ((tmp = zend_hash_str_find(&configuration_hash, host, host_len)) != NULL) { 904 return zend_hash_str_find(&configuration_hash, name, name_length); 913 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) { 927 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) { 941 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
|
/PHP-8.1/ext/imap/ |
H A D | php_imap.c | 3082 if ((pvalue = zend_hash_str_find(envelope, "remail", sizeof("remail") - 1)) != NULL) { in PHP_FUNCTION() 3092 if ((pvalue = zend_hash_str_find(envelope, "date", sizeof("date") - 1)) != NULL) { in PHP_FUNCTION() 3097 if ((pvalue = zend_hash_str_find(envelope, "from", sizeof("from") - 1)) != NULL) { in PHP_FUNCTION() 3102 if ((pvalue = zend_hash_str_find(envelope, "reply_to", sizeof("reply_to") - 1)) != NULL) { in PHP_FUNCTION() 3112 if ((pvalue = zend_hash_str_find(envelope, "subject", sizeof("subject") - 1)) != NULL) { in PHP_FUNCTION() 3117 if ((pvalue = zend_hash_str_find(envelope, "to", sizeof("to") - 1)) != NULL) { in PHP_FUNCTION() 3122 if ((pvalue = zend_hash_str_find(envelope, "cc", sizeof("cc") - 1)) != NULL) { in PHP_FUNCTION() 3127 if ((pvalue = zend_hash_str_find(envelope, "bcc", sizeof("bcc") - 1)) != NULL) { in PHP_FUNCTION() 3219 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "id", sizeof("id") - 1)) != NULL) { in PHP_FUNCTION() 3274 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "md5", sizeof("md5") - 1)) != NULL) { in PHP_FUNCTION() [all …]
|
/PHP-8.1/ext/bz2/ |
H A D | bz2_filter.c | 340 …if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "concatenated", sizeof("concatenated")-1)… in php_bz2_filter_create() 345 tmpzval = zend_hash_str_find(HASH_OF(filterparams), "small", sizeof("small")-1); in php_bz2_filter_create() 365 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "blocks", sizeof("blocks")-1))) { in php_bz2_filter_create() 375 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "work", sizeof("work")-1))) { in php_bz2_filter_create()
|
/PHP-8.1/ext/zlib/ |
H A D | zlib_filter.c | 326 (tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create() 358 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "memory", sizeof("memory") -1))) { in php_zlib_filter_create() 368 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create() 378 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "level", sizeof("level") - 1))) { in php_zlib_filter_create()
|
H A D | zlib.c | 157 …(enc = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING", s… in php_zlib_output_encoding() 794 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("dictionary"))) != NULL) { in zlib_create_dictionary_string() 880 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) { in PHP_FUNCTION() 1098 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) { in PHP_FUNCTION() 1106 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("memory"))) != NULL) { in PHP_FUNCTION() 1114 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) { in PHP_FUNCTION() 1122 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("strategy"))) != NULL) { in PHP_FUNCTION()
|
/PHP-8.1/ext/soap/ |
H A D | soap.c | 863 if ((tmp = zend_hash_str_find(ht, "uri", sizeof("uri")-1)) != NULL && in PHP_METHOD() 870 if ((tmp = zend_hash_str_find(ht, "actor", sizeof("actor")-1)) != NULL && in PHP_METHOD() 875 if ((tmp = zend_hash_str_find(ht, "encoding", sizeof("encoding")-1)) != NULL && in PHP_METHOD() 892 if ((tmp = zend_hash_str_find(ht, "typemap", sizeof("typemap")-1)) != NULL && in PHP_METHOD() 1933 if ((tmp = zend_hash_str_find(ht, "uri", sizeof("uri")-1)) != NULL && 1940 if ((tmp = zend_hash_str_find(ht, "style", sizeof("style")-1)) != NULL && 1946 if ((tmp = zend_hash_str_find(ht, "use", sizeof("use")-1)) != NULL && 1974 if ((tmp = zend_hash_str_find(ht, "login", sizeof("login")-1)) != NULL && 2017 if ((tmp = zend_hash_str_find(ht, "trace", sizeof("trace")-1)) != NULL && 2055 if ((tmp = zend_hash_str_find(ht, "typemap", sizeof("typemap")-1)) != NULL && [all …]
|
H A D | php_http.c | 679 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nc", sizeof("nc")-1)) != NULL && in make_http_soap_request() 691 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "realm", sizeof("realm")-1)) != NULL && in make_http_soap_request() 702 … if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "algorithm", sizeof("algorithm")-1)) != NULL && in make_http_soap_request() 709 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL && in make_http_soap_request() 737 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL && in make_http_soap_request() 742 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "qop", sizeof("qop")-1)) != NULL && in make_http_soap_request() 758 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "realm", sizeof("realm")-1)) != NULL && in make_http_soap_request() 763 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL && in make_http_soap_request() 782 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "qop", sizeof("qop")-1)) != NULL && in make_http_soap_request() 793 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "opaque", sizeof("opaque")-1)) != NULL && in make_http_soap_request() [all …]
|
/PHP-8.1/ext/com_dotnet/ |
H A D | com_com.c | 79 if (NULL != (tmp = zend_hash_str_find(server_params, in PHP_METHOD() 85 if (NULL != (tmp = zend_hash_str_find(server_params, in PHP_METHOD() 90 if (NULL != (tmp = zend_hash_str_find(server_params, in PHP_METHOD() 95 if (NULL != (tmp = zend_hash_str_find(server_params, in PHP_METHOD() 100 if (NULL != (tmp = zend_hash_str_find(server_params, in PHP_METHOD() 422 …if (obj->id_of_name_cache && NULL != (tmp = zend_hash_str_find(obj->id_of_name_cache, name, namele… in php_com_get_id_of_name()
|
/PHP-8.1/Zend/ |
H A D | zend_vm_trace_handlers.h | 40 zv = zend_hash_str_find(&vm_trace_ht, buf, len); in zend_vm_trace()
|
H A D | zend_hash.h | 176 ZEND_API zval* ZEND_FASTCALL zend_hash_str_find(const HashTable *ht, const char *key, size_t len); 235 return zend_hash_str_find(ht, str, len) != NULL; in zend_hash_str_exists() 431 zv = zend_hash_str_find(ht, str, len); in zend_hash_str_find_ind() 441 zv = zend_hash_str_find(ht, str, len); in zend_hash_str_exists_ind() 608 return zend_hash_str_find(ht, str, len); in zend_symtable_str_find() 877 zv = zend_hash_str_find(ht, str, len); in zend_hash_str_find_ptr() 927 zval *zv = zend_hash_str_find(ht, str, len); in zend_hash_str_find_deref()
|
/PHP-8.1/ext/filter/ |
H A D | filter.c | 353 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(options), "default", sizeof("default") - 1)) != NULL) { in php_zval_filter() 550 if ((option = zend_hash_str_find(filter_args_ht, "filter", sizeof("filter") - 1)) != NULL) { in php_filter_call() 565 if ((option = zend_hash_str_find(filter_args_ht, "flags", sizeof("flags") - 1)) != NULL) { in php_filter_call() 681 if ((option = zend_hash_str_find(filter_args_ht, "flags", sizeof("flags") - 1)) != NULL) { in PHP_FUNCTION() 769 } else if (op_ht && (option = zend_hash_str_find(op_ht, "flags", sizeof("flags") - 1)) != NULL) { in PHP_FUNCTION()
|
/PHP-8.1/ext/intl/dateformat/ |
H A D | dateformat_format.c | 67 if ((ele_value = zend_hash_str_find(hash_arr, key_name, strlen(key_name))) != NULL) { in internal_get_arr_ele()
|
/PHP-8.1/ext/session/ |
H A D | session.c | 1481 (data = zend_hash_str_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE") - 1))) { in php_session_reset_id() 1484 (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), strlen(PS(session_name))))) { in php_session_reset_id() 1553 …if (PS(use_cookies) && (data = zend_hash_str_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE") … in php_session_start() 1555 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start() 1563 if (!PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_GET", sizeof("_GET") - 1))) { in php_session_start() 1565 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start() 1569 if (!PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_POST", sizeof("_POST") - 1))) { in php_session_start() 1571 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start() 1579 …(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("… in php_session_start() 2906 …if ((ppid = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[where]), PS(session_name), progress->snam… in early_find_sid_in() [all …]
|
/PHP-8.1/ext/ldap/ |
H A D | ldap.c | 396 if ((val = zend_hash_str_find(Z_ARRVAL_P(array), "oid", sizeof("oid") - 1)) == NULL) { in _php_ldap_control_from_array() 416 if ((val = zend_hash_str_find(Z_ARRVAL_P(array), "value", sizeof("value") - 1)) != NULL) { in _php_ldap_control_from_array() 429 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "size", sizeof("size") - 1)) != NULL) { in _php_ldap_control_from_array() 432 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "cookie", sizeof("cookie") - 1)) != NULL) { in _php_ldap_control_from_array() 450 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "filter", sizeof("filter") - 1)) == NULL) { in _php_ldap_control_from_array() 473 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "filter", sizeof("filter") - 1)) == NULL) { in _php_ldap_control_from_array() 497 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "attrs", sizeof("attrs") - 1)) == NULL) { in _php_ldap_control_from_array() 579 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "oid", sizeof("oid") - 1)) != NULL) { in _php_ldap_control_from_array() 618 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "after", sizeof("after") - 1)) != NULL) { in _php_ldap_control_from_array() 638 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "count", sizeof("count") - 1)) != NULL) { in _php_ldap_control_from_array() [all …]
|
/PHP-8.1/ext/date/ |
H A D | php_date.c | 2566 z_date = zend_hash_str_find(myht, "date", sizeof("date")-1); in php_date_initialize_from_hash() 2576 z_timezone = zend_hash_str_find(myht, "timezone", sizeof("timezone")-1); in php_date_initialize_from_hash() 4017 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash() 4027 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash() 4040 zval *z_arg = zend_hash_str_find(myht, "days", sizeof("days") - 1); \ in php_date_interval_initialize_from_hash() 4054 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash() 4069 zval *z_arg = zend_hash_str_find(myht, "f", sizeof("f") - 1); in php_date_interval_initialize_from_hash() 4916 ht_entry = zend_hash_str_find(myht, "start", sizeof("start")-1); in php_date_period_initialize_from_hash() 4930 ht_entry = zend_hash_str_find(myht, "end", sizeof("end")-1); in php_date_period_initialize_from_hash() 4943 ht_entry = zend_hash_str_find(myht, "current", sizeof("current")-1); in php_date_period_initialize_from_hash() [all …]
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.c | 353 …if ((option = zend_hash_str_find(options, "remove_all_path", sizeof("remove_all_path") - 1)) != NU… in php_zip_parse_options() 361 if ((option = zend_hash_str_find(options, "comp_method", sizeof("comp_method") - 1)) != NULL) { in php_zip_parse_options() 368 if ((option = zend_hash_str_find(options, "comp_flags", sizeof("comp_flags") - 1)) != NULL) { in php_zip_parse_options() 378 if ((option = zend_hash_str_find(options, "enc_method", sizeof("enc_method") - 1)) != NULL) { in php_zip_parse_options() 385 if ((option = zend_hash_str_find(options, "enc_password", sizeof("enc_password") - 1)) != NULL) { in php_zip_parse_options() 396 if ((option = zend_hash_str_find(options, "remove_path", sizeof("remove_path") - 1)) != NULL) { in php_zip_parse_options() 416 if ((option = zend_hash_str_find(options, "add_path", sizeof("add_path") - 1)) != NULL) { in php_zip_parse_options() 436 if ((option = zend_hash_str_find(options, "flags", sizeof("flags") - 1)) != NULL) { in php_zip_parse_options()
|