Home
last modified time | relevance | path

Searched refs:zend_hash_str_find (Results 51 – 69 of 69) sorted by relevance

123

/PHP-7.4/main/streams/
H A Dstreams.c2293 …if (NULL == (wrapperhash = zend_hash_str_find(Z_ARRVAL(context->options), wrappername, strlen(wrap…
2296 return zend_hash_str_find(Z_ARRVAL_P(wrapperhash), optionname, strlen(optionname));
2306 wrapperhash = zend_hash_str_find(Z_ARRVAL(context->options), wrappername, strlen(wrappername));
H A Duserspace.c865 if (NULL != (elem = zend_hash_str_find(Z_ARRVAL_P(array), #name, sizeof(#name)-1))) { \ in statbuf_from_array()
/PHP-7.4/ext/standard/
H A Dbrowscap.c716 http_user_agent = zend_hash_str_find( in PHP_FUNCTION()
H A Durl_scanner_ex.re357 if ((tmp = zend_hash_str_find(&EG(symbol_table), ZEND_STRL("_SERVER"))) &&
359 (host = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("HTTP_HOST"))) &&
H A Dimage.c461 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(info), markername, strlen(markername))) == NULL) { in php_read_APP()
H A Dbasic_functions.c4515 if ((args = zend_hash_str_find(Z_ARRVAL_P(return_value), optname, strlen(optname))) != NULL) {
H A Dstring.c3105 entry = zend_hash_str_find(pats, key, len);
/PHP-7.4/ext/dom/
H A Dnode.c1757 tmp = zend_hash_str_find(ht, "query", sizeof("query")-1); in dom_canonicalization()
1768 tmp = zend_hash_str_find(ht, "namespaces", sizeof("namespaces")-1); in dom_canonicalization()
/PHP-7.4/ext/zip/
H A Dphp_zip.c319 …if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "remove_all_path", sizeof("remove_all_path")… in php_zip_parse_options()
324 …if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "remove_path", sizeof("remove_path") - 1)) !… in php_zip_parse_options()
344 …if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "add_path", sizeof("add_path") - 1)) != NULL… in php_zip_parse_options()
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c399 …if ((pos = zend_hash_str_find(&double_hash, (char*)&Z_DVAL(op_array->literals[i]), sizeof(double))… in zend_optimizer_compact_literals()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1441 local_cert = zend_hash_str_find(Z_ARRVAL_P(current), "local_cert", sizeof("local_cert")-1); in php_openssl_enable_server_sni()
1463 local_pk = zend_hash_str_find(Z_ARRVAL_P(current), "local_pk", sizeof("local_pk")-1); in php_openssl_enable_server_sni()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5885 if (!err && (type = zend_hash_str_find(Z_ARRVAL_P(def), "type", sizeof("type") - 1)) == NULL) {
5889 …if (!err && (not_null = zend_hash_str_find(Z_ARRVAL_P(def), "not null", sizeof("not null") - 1)) =…
5893 …if (!err && (has_default = zend_hash_str_find(Z_ARRVAL_P(def), "has default", sizeof("has default"…
5897 …if (!err && (is_enum = zend_hash_str_find(Z_ARRVAL_P(def), "is enum", sizeof("is enum") - 1)) == N…
/PHP-7.4/main/
H A Dfastcgi.c1172 if ((value = zend_hash_str_find(&fcgi_mgmt_vars, q->var, q->var_len)) == NULL) { in fcgi_read_request()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4423 if ((s = zend_hash_str_find(&ht_headers, "CONTENT-TYPE", sizeof("CONTENT-TYPE") - 1))) { in PHP_FUNCTION()
4459 …if ((s = zend_hash_str_find(&ht_headers, "CONTENT-TRANSFER-ENCODING", sizeof("CONTENT-TRANSFER-ENC… in PHP_FUNCTION()
/PHP-7.4/ext/iconv/
H A Diconv.c2440 … if ((elem = zend_hash_str_find(Z_ARRVAL_P(return_value), header_name, header_name_len)) != NULL) { in PHP_FUNCTION()
/PHP-7.4/ext/sodium/
H A Dlibsodium.c399 zval *args = zend_hash_str_find(Z_ARRVAL_P(frame), "args", sizeof("args")-1); in ZEND_GET_MODULE()
/PHP-7.4/Zend/
H A Dzend_hash.c2235 ZEND_API zval* ZEND_FASTCALL zend_hash_str_find(const HashTable *ht, const char *str, size_t len) in zend_hash_str_find() function
H A Dzend_execute.c3666 zval *zv = zend_hash_str_find(EG(function_table), name, len); in zend_fetch_function_str()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1253 if ((el = zend_hash_str_find(Z_ARRVAL_P(any), name, strlen(name))) != NULL) { in model_to_zval_any()

Completed in 150 milliseconds

123