Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/pdo/
H A Dpdo.c188 if (!zend_hash_exists(&module_registry, "pdo", sizeof("pdo"))) { in php_pdo_register_driver()
199 if (!zend_hash_exists(&module_registry, "pdo", sizeof("pdo"))) { in php_pdo_unregister_driver()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c163 if (!zend_hash_exists(&(phar->manifest), entry + 1, entry_len - 1)) { in PHAR_FUNC()
171 if (!zend_hash_exists(&(phar->manifest), entry, entry_len)) { in PHAR_FUNC()
286 if (!zend_hash_exists(&(phar->manifest), entry + 1, entry_len - 1)) { in PHAR_FUNC()
294 if (!zend_hash_exists(&(phar->manifest), entry, entry_len)) { in PHAR_FUNC()
382 if (!zend_hash_exists(&(phar->manifest), entry + 1, entry_len - 1)) { in PHAR_FUNC()
390 if (!zend_hash_exists(&(phar->manifest), entry, entry_len)) { in PHAR_FUNC()
666 if (zend_hash_exists(&(phar->virtual_dirs), entry, entry_len)) { in phar_file_stat()
710 if (zend_hash_exists(&(phar->virtual_dirs), entry + 1, entry_len - 1)) { in phar_file_stat()
H A Dtar.c489 if (!zend_hash_exists(&myphar->manifest, hdr->linkname, linkname_len)) { in phar_parse_tarfile()
595 if (zend_hash_exists(&(myphar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_tarfile()
899 …en >= sizeof(".phar/.metadata/") + sizeof("/.metadata.bin") - 1 && !zend_hash_exists(&(entry->phar… in phar_tar_setupmetadata()
1091 if (!zend_hash_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_tar_flush()
H A Dphar.c122 PHAR_G(has_bz2) = zend_hash_exists(&module_registry, "bz2", sizeof("bz2")); in phar_split_cache_list()
123 PHAR_G(has_zlib) = zend_hash_exists(&module_registry, "zlib", sizeof("zlib")); in phar_split_cache_list()
1744 if (zend_hash_exists(&(PHAR_GLOBALS->phar_fname_map), realpath, strlen(realpath))) {
1750 if (PHAR_G(manifest_cached) && zend_hash_exists(&cached_phars, realpath, strlen(realpath))) {
1913 if (zend_hash_exists(&(PHAR_GLOBALS->phar_alias_map), (char *) filename, pos - filename)) {
1919 …if (PHAR_G(manifest_cached) && zend_hash_exists(&cached_alias, (char *) filename, pos - filename))…
3523 PHAR_G(has_bz2) = zend_hash_exists(&module_registry, "bz2", sizeof("bz2"));
3524 PHAR_G(has_zlib) = zend_hash_exists(&module_registry, "zlib", sizeof("zlib"));
3626 if (zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
H A Dutil.c301 if (zend_hash_exists(&(phar->manifest), test + 1, try_len - 1)) { in phar_find_in_include_path()
308 if (zend_hash_exists(&(phar->manifest), test, try_len)) { in phar_find_in_include_path()
1294 if (zend_hash_exists(&phar->virtual_dirs, path, path_len)) { in phar_get_entry_info_dir()
1549 if (!zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
H A Dphar_object.c390 if (zend_hash_exists(&((*pphar)->manifest), e, e_len)) { in phar_postprocess_ru_web()
1291 if (zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) { in PHP_METHOD()
2639 if (zend_hash_exists(&phar_obj->arc.archive->manifest, fname, (uint) fname_len)) { in PHP_METHOD()
3467 …if (!zend_hash_exists(&phar_obj->arc.archive->manifest, oldfile, (uint) oldfile_len) || SUCCESS !=… in PHP_METHOD()
3473 if (zend_hash_exists(&phar_obj->arc.archive->manifest, newfile, (uint) newfile_len)) { in PHP_METHOD()
3553 if (zend_hash_exists(&phar_obj->arc.archive->manifest, fname, (uint) fname_len)) { in PHP_METHOD()
3567 if (zend_hash_exists(&phar_obj->arc.archive->virtual_dirs, fname, (uint) fname_len)) { in PHP_METHOD()
3777 if (zend_hash_exists(&phar_obj->arc.archive->manifest, fname, (uint) fname_len)) { in PHP_METHOD()
H A Dstream.c623 if (zend_hash_exists(&(phar->virtual_dirs), internal_file, internal_file_len)) { in phar_wrapper_stat()
899 …is_dir = zend_hash_exists(&(phar->virtual_dirs), resource_from->path+1, strlen(resource_from->path… in phar_wrapper_rename()
H A Dzip.c646 if (zend_hash_exists(&(mydata->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_zipfile()
1328 if (!zend_hash_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_zip_flush()
/PHP-5.5/Zend/
H A Dzend_hash.h169 ZEND_API int zend_hash_exists(const HashTable *ht, const char *arKey, uint nKeyLength);
375 return zend_hash_exists(ht, arKey, nKeyLength); in zend_symtable_exists()
H A Dzend_ts_hash.c250 retval = zend_hash_exists(TS_HASH(ht), arKey, nKeyLength); in zend_ts_hash_exists()
H A Dzend_builtin_functions.c1135 if (zend_hash_exists(&ce->function_table, lcname, method_len+1)) { in ZEND_FUNCTION()
2426 if (zend_hash_exists(&module_registry, lcname, extension_name_len+1)) { in ZEND_FUNCTION()
/PHP-5.5/ext/spl/
H A Dphp_spl.c307 return zend_hash_exists(EG(class_table), (char*)lc_name, class_name_len+1); in spl_autoload()
442 if (zend_hash_exists(EG(class_table), lc_name, class_name_len + 1)) { in PHP_FUNCTION()
561 …if (SPL_G(autoload_functions) && zend_hash_exists(SPL_G(autoload_functions), (char*)lc_name, func_… in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.c294 0 == zend_hash_exists(&self->not_filtered_functions, func_name, strlen(func_name) + 1)) in MYSQLND_METHOD()
352 1 == zend_hash_exists(&self->not_filtered_functions, func_name, strlen(func_name) + 1)) in MYSQLND_METHOD()
/PHP-5.5/ext/filter/
H A Dfilter.c397 zend_hash_exists(HASH_OF(options), "default", sizeof("default")) in php_zval_filter()
583 if (array_ptr && HASH_OF(array_ptr) && zend_hash_exists(HASH_OF(array_ptr), var, var_len + 1)) { in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dsoap.c1591 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate"))) {
1597 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) {
1725 …if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, php_strtolower(class_name, class_name_l…
1799 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
1846 …if (zend_hash_exists(function_table, php_strtolower(fn_name, Z_STRLEN(function_name)), Z_STRLEN(fu…
1848 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
2450 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate")) &&
2451 zend_hash_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")) &&
2452 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")) &&
2453 zend_hash_exists(EG(function_table), "gzcompress", sizeof("gzcompress")) &&
[all …]
H A Dphp_http.c70 !zend_hash_exists(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest"))) { in basic_authentication()
1256 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate"))) { in make_http_soap_request()
1262 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) { in make_http_soap_request()
/PHP-5.5/ext/dom/
H A Dxpath.c209 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in dom_xpath_ext_function_php()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3549 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
3554 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
3559 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
3564 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
5816 if (zend_hash_exists(SG(rfc1867_uploaded_files), path, path_len + 1)) {
5844 if (!zend_hash_exists(SG(rfc1867_uploaded_files), path, path_len + 1)) {
H A Dvar.c799 …if (ce && ce != PHP_IC_ENTRY && zend_hash_exists(&ce->function_table, "__sleep", sizeof("__sleep")… in php_var_serialize_intern()
H A Dvar_unserializer.c446 zend_hash_exists(&Z_OBJCE_PP(rval)->function_table, "__wakeup", sizeof("__wakeup"))) { in object_common2()
H A Dvar_unserializer.re450 zend_hash_exists(&Z_OBJCE_PP(rval)->function_table, "__wakeup", sizeof("__wakeup"))) {
/PHP-5.5/sapi/apache/
H A Dmod_php5.c285 && !zend_hash_exists(symbol_table, "PATH_TRANSLATED", sizeof("PATH_TRANSLATED")) in sapi_apache_register_server_variables()
/PHP-5.5/main/
H A Dphp_variables.c728 if (zend_hash_exists(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY"))) { in check_http_proxy()
H A Drfc1867.c158 return zend_hash_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)+1); in is_protected_variable()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c335 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()

Completed in 209 milliseconds

12