Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dpdo.c120 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in ZEND_GET_MODULE()
131 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in php_pdo_unregister_driver()
142 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in php_pdo_register_driver_specific_ce()
/php-src/ext/standard/
H A Ddl.c208 if (zend_hash_str_exists(&module_registry, module_entry->name, strlen(module_entry->name))) { in php_load_extension()
H A Dpassword.c107 if (options && zend_hash_str_exists(options, "salt", sizeof("salt") - 1)) { in php_password_get_salt()
H A Dbasic_functions.c2355 if (zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
2383 if (!zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
/php-src/ext/phar/
H A Dfunc_interceptors.c128 if (!zend_hash_str_exists(&(phar->manifest), entry + 1, entry_len - 1)) { in phar_get_name_for_relative_paths()
136 if (!zend_hash_str_exists(&(phar->manifest), entry, entry_len)) { in phar_get_name_for_relative_paths()
536 if (zend_hash_str_exists(&(phar->virtual_dirs), entry, entry_len)) { in phar_file_stat()
574 if (zend_hash_str_exists(&(phar->virtual_dirs), entry + 1, entry_len - 1)) { in phar_file_stat()
H A Dtar.c498 if (!zend_hash_str_exists(&myphar->manifest, hdr->linkname, linkname_len)) { in phar_parse_tarfile()
611 if (zend_hash_str_exists(&(myphar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_tarfile()
918 … >= sizeof(".phar/.metadata/") + sizeof("/.metadata.bin") - 1 && !zend_hash_str_exists(&(entry->ph… in phar_tar_setupmetadata()
1080 if (!zend_hash_str_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_tar_flush()
H A Dphar.c114 PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1); in phar_split_cache_list()
115 PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1); in phar_split_cache_list()
1819 if (zend_hash_str_exists(&(PHAR_G(phar_fname_map)), realpath, strlen(realpath))) { in phar_analyze_path()
1825 if (PHAR_G(manifest_cached) && zend_hash_str_exists(&cached_phars, realpath, strlen(realpath))) { in phar_analyze_path()
1988 if (zend_hash_str_exists(&(PHAR_G(phar_alias_map)), (char *) filename, pos - filename)) { in phar_detect_phar_fname_ext()
1994 …if (PHAR_G(manifest_cached) && zend_hash_str_exists(&cached_alias, (char *) filename, pos - filena… in phar_detect_phar_fname_ext()
3451 PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1); in phar_request_initialize()
3452 PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1); in phar_request_initialize()
3548 if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in PHP_MINFO_FUNCTION()
H A Dutil.c324 if (zend_hash_str_exists(&(phar->manifest), test + 1, try_len - 1)) { in phar_find_in_include_path()
331 if (zend_hash_str_exists(&(phar->manifest), test, try_len)) { in phar_find_in_include_path()
1324 if (zend_hash_str_exists(&phar->virtual_dirs, path, path_len)) { in phar_get_entry_info_dir()
1551 if (!zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in phar_verify_signature()
H A Dstream.c613 if (zend_hash_str_exists(&(phar->virtual_dirs), internal_file, internal_file_len)) { in phar_wrapper_stat()
870 …is_dir = zend_hash_str_exists(&(phar->virtual_dirs), ZSTR_VAL(resource_from->path)+1, ZSTR_LEN(res… in phar_wrapper_rename()
H A Dzip.c744 if (zend_hash_str_exists(&(mydata->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_zipfile()
1373 if (!zend_hash_str_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_zip_flush()
H A Dphar_object.c358 if (zend_hash_str_exists(&(pphar->manifest), e, e_len)) { in phar_postprocess_ru_web()
1263 if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in PHP_METHOD()
/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.c260 0 == zend_hash_str_exists(&self->not_filtered_functions, func_name, strlen(func_name))) in MYSQLND_METHOD()
318 1 == zend_hash_str_exists(&self->not_filtered_functions, (*func_name), strlen((*func_name)))) in MYSQLND_METHOD()
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c274 … %s, resolved path: %s, was compiled: %d\n", original_path, path, zend_hash_str_exists(&PHPDBG_G(f… in phpdbg_set_breakpoint_file()
276 if (!zend_hash_str_exists(&PHPDBG_G(file_sources), path, path_len)) { in phpdbg_set_breakpoint_file()
415 if (!zend_hash_str_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], name, name_len)) { in phpdbg_set_breakpoint_symbol()
455 if (!zend_hash_str_exists(class_table, func_lcname, func_len)) { in phpdbg_set_breakpoint_method()
H A Dphpdbg_prompt.c109 if (zend_hash_str_exists(&PHPDBG_G(registered), lc_name, name->len)) { in phpdbg_call_register()
1420 if (!zend_hash_str_exists(&PHPDBG_G(registered), lcname, lcname_len)) { in PHPDBG_COMMAND()
/php-src/ext/soap/
H A Dsoap.c1043 …if (value == SOAP_PERSISTENCE_SESSION && !zend_hash_str_exists(&module_registry, "session", sizeof… in PHP_METHOD()
1537 zend_hash_str_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)-1))) { in PHP_METHOD()
1567 zend_hash_str_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)-1))) { in PHP_METHOD()
2102 zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1) && in PHP_METHOD()
2103 zend_hash_str_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")-1) && in PHP_METHOD()
2104 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1) && in PHP_METHOD()
2105 zend_hash_str_exists(EG(function_table), "gzcompress", sizeof("gzcompress")-1) && in PHP_METHOD()
2106 zend_hash_str_exists(EG(function_table), "gzencode", sizeof("gzencode")-1)) { in PHP_METHOD()
H A Dphp_http.c1306 zend_hash_str_exists(EG(function_table), "gzdecode", sizeof("gzdecode")-1)) { in make_http_soap_request()
1310 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1)) { in make_http_soap_request()
H A Dphp_schema.c110 !zend_hash_str_exists(&ctx->docs, (char*)location, xmlStrlen(location))) { in schema_load_file()
H A Dphp_sdl.c303 if (zend_hash_str_exists(&ctx->docs, struri, strlen(struri))) { in load_wsdl_ex()
/php-src/Zend/
H A Dzend_enum.c106 if (zend_hash_str_exists(&ce->function_table, forbidden_method, strlen(forbidden_method))) { in zend_verify_enum_magic_methods()
H A Dzend_hash.h238 static zend_always_inline bool zend_hash_str_exists(const HashTable *ht, const char *str, size_t le… in zend_hash_str_exists() function
648 return zend_hash_str_exists(ht, str, len); in zend_symtable_str_exists()
/php-src/main/
H A Dphp_variables.c860 if (zend_hash_str_exists(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY")-1)) { in check_http_proxy()
H A Drfc1867.c131 return zend_hash_str_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)); in is_protected_variable()
/php-src/ext/opcache/
H A DZendAccelerator.c3594 copy = zend_hash_str_exists(preload_scripts, ZSTR_VAL(filename), eval_len);
3632 copy = zend_hash_str_exists(preload_scripts, ZSTR_VAL(filename), eval_len);
/php-src/ext/exif/
H A Dexif.c40 #define USE_MBSTRING zend_hash_str_exists(&module_registry, "mbstring", sizeof("mbstring")-1)
/php-src/ext/mbstring/
H A Dmbstring.c4649 if (!zend_hash_str_exists(&ht_headers, "mime-version", sizeof("mime-version") - 1)) { in PHP_FUNCTION()

Completed in 245 milliseconds