Home
last modified time | relevance | path

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

12

/PHP-5.6/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.6/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()
597 if (zend_hash_exists(&(myphar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_tarfile()
901 …en >= sizeof(".phar/.metadata/") + sizeof("/.metadata.bin") - 1 && !zend_hash_exists(&(entry->phar… in phar_tar_setupmetadata()
1093 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()
1755 if (zend_hash_exists(&(PHAR_GLOBALS->phar_fname_map), realpath, strlen(realpath))) {
1761 if (PHAR_G(manifest_cached) && zend_hash_exists(&cached_phars, realpath, strlen(realpath))) {
1927 if (zend_hash_exists(&(PHAR_GLOBALS->phar_alias_map), (char *) filename, pos - filename)) {
1933 …if (PHAR_G(manifest_cached) && zend_hash_exists(&cached_alias, (char *) filename, pos - filename))…
3513 PHAR_G(has_bz2) = zend_hash_exists(&module_registry, "bz2", sizeof("bz2"));
3514 PHAR_G(has_zlib) = zend_hash_exists(&module_registry, "zlib", sizeof("zlib"));
3616 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()
1542 if (!zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
H A Dphar_object.c388 if (zend_hash_exists(&((*pphar)->manifest), e, e_len)) { in phar_postprocess_ru_web()
1289 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()
3788 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()
891 …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()
1327 if (!zend_hash_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_zip_flush()
/PHP-5.6/Zend/
H A Dzend_hash.h169 ZEND_API int zend_hash_exists(const HashTable *ht, const char *arKey, uint nKeyLength);
380 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.c1145 if (zend_hash_exists(&ce->function_table, lcname, method_len+1)) { in ZEND_FUNCTION()
2436 if (zend_hash_exists(&module_registry, lcname, extension_name_len+1)) { in ZEND_FUNCTION()
/PHP-5.6/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.6/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.6/ext/filter/
H A Dfilter.c404 zend_hash_exists(HASH_OF(options), "default", sizeof("default")) in php_zval_filter()
590 if (array_ptr && HASH_OF(array_ptr) && zend_hash_exists(HASH_OF(array_ptr), var, var_len + 1)) { in PHP_FUNCTION()
/PHP-5.6/ext/soap/
H A Dphp_http.c70 !zend_hash_exists(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest"))) { in basic_authentication()
1257 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate"))) { in make_http_soap_request()
1263 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) { in make_http_soap_request()
H A Dsoap.c1717 …if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND…
1745 …if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, php_strtolower(class_name, class_name_l…
1817 …if (zend_hash_exists(function_table, php_strtolower(fn_name, Z_STRLEN(h->function_name)), Z_STRLEN…
1819 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
1866 …if (zend_hash_exists(function_table, php_strtolower(fn_name, Z_STRLEN(function_name)), Z_STRLEN(fu…
1868 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
2470 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate")) &&
2471 zend_hash_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")) &&
2472 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")) &&
2473 zend_hash_exists(EG(function_table), "gzcompress", sizeof("gzcompress")) &&
[all …]
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_prompt.c83 if (zend_hash_exists( in phpdbg_call_register()
885 if (!zend_hash_exists(&PHPDBG_G(registered), lcname, lcname_len+1)) { in PHPDBG_COMMAND()
H A Dphpdbg_bp.c277 if (!zend_hash_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], name, name_len)) { in phpdbg_set_breakpoint_symbol()
313 if (!zend_hash_exists(class_table, lcname, func_len)) { in phpdbg_set_breakpoint_method()
/PHP-5.6/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.6/ext/opcache/Optimizer/
H A Dpass1_5.c469 } else if ((!zend_hash_exists(&module_registry, "mbstring", sizeof("mbstring")) ||
/PHP-5.6/ext/standard/
H A Dbasic_functions.c3522 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
3527 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
3532 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
3537 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
5790 if (zend_hash_exists(SG(rfc1867_uploaded_files), path, path_len + 1)) {
5818 if (!zend_hash_exists(SG(rfc1867_uploaded_files), path, path_len + 1)) {
H A Dvar.c796 …if (ce && ce != PHP_IC_ENTRY && zend_hash_exists(&ce->function_table, "__sleep", sizeof("__sleep")… in php_var_serialize_intern()
/PHP-5.6/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.6/main/
H A Dphp_variables.c816 if (zend_hash_exists(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY"))) { in check_http_proxy()
/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c339 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()

Completed in 115 milliseconds

12