Home
last modified time | relevance | path

Searched refs:zend_hash_str_find (Results 1 – 25 of 70) sorted by relevance

123

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_frame.c99 funcname = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("function")); in phpdbg_dump_prototype()
101 if ((class = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("object")))) { in phpdbg_dump_prototype()
105 class = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("class")); in phpdbg_dump_prototype()
109 type = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("type")); in phpdbg_dump_prototype()
112 args = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("args")); in phpdbg_dump_prototype()
232 file = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("file")); in phpdbg_dump_backtrace()
233 line = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("line")); in phpdbg_dump_backtrace()
H A Dphpdbg_wait.c31 if ((zvp = zend_hash_str_find(&EG(symbol_table), name, strlen(name)))) { in ZEND_EXTERN_MODULE_GLOBALS()
142 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("GLOBALS"))) && Z_TYPE_P(zvp) == IS_ARRAY) { in phpdbg_webdata_decompress()
145 …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()
173 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("input"))) && Z_TYPE_P(zvp) == IS_STRING) { in phpdbg_webdata_decompress()
182 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("cwd"))) && Z_TYPE_P(zvp) == IS_STRING) { in phpdbg_webdata_decompress()
195 …if ((zvp = zend_hash_str_find(ht, ZEND_STRL("sapi_name"))) && (Z_TYPE_P(zvp) == IS_STRING || Z_TYP… in phpdbg_webdata_decompress()
206 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("modules"))) && Z_TYPE_P(zvp) == IS_ARRAY) { in phpdbg_webdata_decompress()
242 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("extensions"))) && Z_TYPE_P(zvp) == IS_ARRAY) { in phpdbg_webdata_decompress()
299 if ((zvp = zend_hash_str_find(ht, ZEND_STRL("systemini"))) && Z_TYPE_P(zvp) == IS_ARRAY) { in phpdbg_webdata_decompress()
[all …]
H A Dphpdbg_rinit_hook.c51 …if (Z_TYPE(cookies) == IS_ARRAY || (auth = zend_hash_str_find(Z_ARRVAL(cookies), PHPDBG_NAME "_AUT… in PHP_RINIT_FUNCTION()
/PHP-7.0/ext/soap/
H A Dphp_http.c67 if ((login = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_login", sizeof("_login")-1)) != NULL && in basic_authentication()
432 if (NULL != (tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), in make_http_soap_request()
658 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nc", sizeof("nc")-1)) != NULL && in make_http_soap_request()
670 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "realm", sizeof("realm")-1)) != NULL && in make_http_soap_request()
688 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL && in make_http_soap_request()
716 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL && in make_http_soap_request()
721 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "qop", sizeof("qop")-1)) != NULL && in make_http_soap_request()
737 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "realm", sizeof("realm")-1)) != NULL && in make_http_soap_request()
742 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL && in make_http_soap_request()
761 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "qop", sizeof("qop")-1)) != NULL && in make_http_soap_request()
[all …]
H A Dsoap.c1177 if ((tmp = zend_hash_str_find(ht, "uri", sizeof("uri")-1)) != NULL && in PHP_METHOD()
1184 if ((tmp = zend_hash_str_find(ht, "actor", sizeof("actor")-1)) != NULL && in PHP_METHOD()
2352 if ((tmp = zend_hash_str_find(ht, "uri", sizeof("uri")-1)) != NULL &&
2365 if ((tmp = zend_hash_str_find(ht, "use", sizeof("use")-1)) != NULL &&
2393 if ((tmp = zend_hash_str_find(ht, "login", sizeof("login")-1)) != NULL &&
2436 if ((tmp = zend_hash_str_find(ht, "trace", sizeof("trace")-1)) != NULL &&
2901 if ((tmp = zend_hash_str_find(hto, "uri", sizeof("uri")-1)) != NULL &&
3730 if ((tmp = zend_hash_str_find(ht, "actor", sizeof("actor")-1)) != NULL) {
3914 if ((tmp = zend_hash_str_find(ht, "name", sizeof("name")-1)) != NULL &&
3926 if ((tmp = zend_hash_str_find(ht, "data", sizeof("data")-1)) != NULL) {
[all …]
/PHP-7.0/ext/oci8/
H A Doci8_interface.c241 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
275 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
314 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
343 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
386 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
426 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
455 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
479 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
512 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
562 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/mcrypt/
H A Dmcrypt_filter.c177 if ((tmpzval = zend_hash_str_find(Z_ARRVAL_P(filterparams), ZEND_STRL("mode")))) { in php_mcrypt_filter_create()
185 if ((tmpzval=zend_hash_str_find(Z_ARRVAL_P(filterparams), ZEND_STRL("algorithms_dir")))) { in php_mcrypt_filter_create()
193 if ((tmpzval=zend_hash_str_find(Z_ARRVAL_P(filterparams), ZEND_STRL("modes_dir")))) { in php_mcrypt_filter_create()
201 if ((tmpzval = zend_hash_str_find(Z_ARRVAL_P(filterparams), ZEND_STRL("key"))) && in php_mcrypt_filter_create()
221 if (!(tmpzval = zend_hash_str_find(Z_ARRVAL_P(filterparams), ZEND_STRL("iv"))) || in php_mcrypt_filter_create()
/PHP-7.0/ext/filter/
H A Dfilter.c413 if ((tmp = zend_hash_str_find(HASH_OF(options), "default", sizeof("default") - 1)) != NULL) { in php_zval_filter()
609 if ((option = zend_hash_str_find(HASH_OF(filter_args), "filter", sizeof("filter") - 1)) != NULL) { in php_filter_call()
613 if ((option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) { in php_filter_call()
621 …if ((option = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL)… in php_filter_call()
743 …} else if (Z_TYPE_P(filter_args) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(filter_args),… in PHP_FUNCTION()
747 (opt = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL && in PHP_FUNCTION()
749 (def = zend_hash_str_find(HASH_OF(opt), "default", sizeof("default") - 1)) != NULL) { in PHP_FUNCTION()
820 …} else if (Z_TYPE_P(op) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(op), "flags", sizeof("… in PHP_FUNCTION()
H A Dlogical_filters.c44 …if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1))…
57 …if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1))…
72 …if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1))…
/PHP-7.0/main/
H A Dphp_ini.c324 if ((entry = zend_hash_str_find(target_hash, key, key_len)) == NULL) { in php_ini_parser_cb()
835 if ((tmp2 = zend_hash_str_find(&configuration_hash, path, strlen(path))) != NULL) {
861 if ((tmp = zend_hash_str_find(&configuration_hash, host, host_len)) != NULL) {
880 return zend_hash_str_find(&configuration_hash, name, name_length);
890 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
905 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
920 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
/PHP-7.0/ext/sysvmsg/
H A Dsysvmsg.c175 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.uid", sizeof("msg_perm.uid") - 1)) != N… in PHP_FUNCTION()
179 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.gid", sizeof("msg_perm.gid") - 1)) != N… in PHP_FUNCTION()
183 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.mode", sizeof("msg_perm.mode") - 1)) !=… in PHP_FUNCTION()
187 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_qbytes", sizeof("msg_qbytes") - 1)) != NULL)… in PHP_FUNCTION()
/PHP-7.0/ext/standard/
H A Dpassword.c207 … if (options && (option_buffer = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in PHP_FUNCTION()
282 if (options && (option_buffer = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in PHP_FUNCTION()
302 if (options && (option_buffer = zend_hash_str_find(options, "salt", sizeof("salt")-1)) != NULL) { in PHP_FUNCTION()
H A Dincomplete_class.c142 …if ((val = zend_hash_str_find(object_properties, MAGIC_MEMBER, sizeof(MAGIC_MEMBER)-1)) != NULL &&… in php_lookup_class_name()
H A Dinfo.c1029 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF")-1)) != NULL && Z_… in php_print_info()
1032 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE")-1)) != … in php_print_info()
1035 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER")-1)) != … in php_print_info()
1038 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW")-1)) != NULL… in php_print_info()
H A Durl.c679 …if ((h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1)) != NUL…
684 h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1);
709 …if ((prev_val = zend_hash_str_find(Z_ARRVAL_P(return_value), Z_STRVAL_P(hdr), (p - Z_STRVAL_P(hdr)…
H A Duser_filters.c437 if (NULL == (pzbucket = zend_hash_str_find(Z_OBJPROP_P(zobject), "bucket", sizeof("bucket")-1))) { in php_stream_bucket_attach()
451 …if (NULL != (pzdata = zend_hash_str_find(Z_OBJPROP_P(zobject), "data", sizeof("data")-1)) && Z_TYP… in php_stream_bucket_attach()
/PHP-7.0/ext/bz2/
H A Dbz2_filter.c353 …if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "concatenated", sizeof("concatenated")-1)… in php_bz2_filter_create()
358 tmpzval = zend_hash_str_find(HASH_OF(filterparams), "small", sizeof("small")-1); in php_bz2_filter_create()
378 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "blocks", sizeof("blocks")-1))) { in php_bz2_filter_create()
388 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "work", sizeof("work")-1))) { in php_bz2_filter_create()
/PHP-7.0/ext/zlib/
H A Dzlib_filter.c332 (tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
364 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "memory", sizeof("memory") -1))) { in php_zlib_filter_create()
374 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
384 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "level", sizeof("level") - 1))) { in php_zlib_filter_create()
H A Dzlib.c110 …(enc = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING", s… in php_zlib_output_encoding()
759 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("dictionary"))) != NULL) { in zlib_create_dictionary_string()
844 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) { in PHP_FUNCTION()
1029 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) { in PHP_FUNCTION()
1037 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("memory"))) != NULL) { in PHP_FUNCTION()
1045 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) { in PHP_FUNCTION()
1053 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("strategy"))) != NULL) { in PHP_FUNCTION()
/PHP-7.0/ext/imap/
H A Dphp_imap.c3568 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "date", sizeof("date") - 1)) != NULL) { in PHP_FUNCTION()
3572 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "from", sizeof("from") - 1)) != NULL) { in PHP_FUNCTION()
3588 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "to", sizeof("to") - 1)) != NULL) { in PHP_FUNCTION()
3592 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "cc", sizeof("cc") - 1)) != NULL) { in PHP_FUNCTION()
3596 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "bcc", sizeof("bcc") - 1)) != NULL) { in PHP_FUNCTION()
3633 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "type", sizeof("type") - 1)) != NULL) { in PHP_FUNCTION()
3668 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "id", sizeof("id") - 1)) != NULL) { in PHP_FUNCTION()
3714 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "md5", sizeof("md5") - 1)) != NULL) { in PHP_FUNCTION()
3720 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "type", sizeof("type") - 1)) != NULL) { in PHP_FUNCTION()
3772 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "id", sizeof("id") - 1)) != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.0/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()
434 …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-7.0/ext/session/
H A Dsession.c319 if ((array = zend_hash_str_find(&EG(symbol_table), "_SERVER", sizeof("_SERVER") - 1)) && in php_session_create_id()
321 (token = zend_hash_str_find(Z_ARRVAL_P(array), "REMOTE_ADDR", sizeof("REMOTE_ADDR") - 1)) && in php_session_create_id()
1565 && (data = zend_hash_str_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE") - 1))) {
1632 …if (PS(use_cookies) && (data = zend_hash_str_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE") …
1634 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l…
1642 if (!PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_GET", sizeof("_GET") - 1))) {
1644 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l…
1648 if (!PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_POST", sizeof("_POST") - 1))) {
1650 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l…
1658 …(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "REQUEST_URI", sizeof("R…
[all …]
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_format.c73 if ((ele_value = zend_hash_str_find(hash_arr, key_name, strlen(key_name))) != NULL) { in internal_get_arr_ele()
/PHP-7.0/ext/xmlrpc/
H A Dxmlrpc-epi-php.c376 …if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), OUTPUT_TYPE_KEY, OUTPUT_TYPE_KEY_LEN)) != N… in set_output_options()
387 …if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERBOSITY_KEY, VERBOSITY_KEY_LEN)) != NULL)… in set_output_options()
400 if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERSION_KEY, VERSION_KEY_LEN)) != NULL) { in set_output_options()
417 … if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ENCODING_KEY, ENCODING_KEY_LEN)) != NULL) { in set_output_options()
424 … if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ESCAPING_KEY, ESCAPING_KEY_LEN)) != NULL) { in set_output_options()
/PHP-7.0/Zend/
H A Dzend_exceptions.c451 tmp = zend_hash_str_find(ht, key, sizeof(key)-1); \
589 file = zend_hash_str_find(ht, "file", sizeof("file")-1); in _build_trace_string()
596 tmp = zend_hash_str_find(ht, "line", sizeof("line")-1); in _build_trace_string()
619 tmp = zend_hash_str_find(ht, "args", sizeof("args")-1); in _build_trace_string()

Completed in 144 milliseconds

123