Home
last modified time | relevance | path

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

12

/PHP-5.4/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.c470 if (!zend_hash_exists(&myphar->manifest, hdr->linkname, strlen(hdr->linkname))) { in phar_parse_tarfile()
575 if (zend_hash_exists(&(myphar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_tarfile()
876 …en >= sizeof(".phar/.metadata/") + sizeof("/.metadata.bin") - 1 && !zend_hash_exists(&(entry->phar… in phar_tar_setupmetadata()
1068 if (!zend_hash_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_tar_flush()
H A Dphar.c124 PHAR_G(has_bz2) = zend_hash_exists(&module_registry, "bz2", sizeof("bz2")); in phar_split_cache_list()
125 PHAR_G(has_zlib) = zend_hash_exists(&module_registry, "zlib", sizeof("zlib")); in phar_split_cache_list()
1745 if (zend_hash_exists(&(PHAR_GLOBALS->phar_fname_map), realpath, strlen(realpath))) {
1751 if (PHAR_G(manifest_cached) && zend_hash_exists(&cached_phars, realpath, strlen(realpath))) {
1914 if (zend_hash_exists(&(PHAR_GLOBALS->phar_alias_map), (char *) filename, pos - filename)) {
1920 …if (PHAR_G(manifest_cached) && zend_hash_exists(&cached_alias, (char *) filename, pos - filename))…
3609 PHAR_G(has_bz2) = zend_hash_exists(&module_registry, "bz2", sizeof("bz2"));
3610 PHAR_G(has_zlib) = zend_hash_exists(&module_registry, "zlib", sizeof("zlib"));
3712 if (zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
H A Dutil.c306 if (zend_hash_exists(&(phar->manifest), test + 1, try_len - 1)) { in phar_find_in_include_path()
313 if (zend_hash_exists(&(phar->manifest), test, try_len)) { in phar_find_in_include_path()
386 if (zend_hash_exists(&(phar->manifest), test + 1, try_len - 1)) { in phar_find_in_include_path()
393 if (zend_hash_exists(&(phar->manifest), test, try_len)) { in phar_find_in_include_path()
1539 if (zend_hash_exists(&phar->virtual_dirs, path, path_len)) { in phar_get_entry_info_dir()
1815 if (!zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
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 Dphar_object.c390 if (zend_hash_exists(&((*pphar)->manifest), e, e_len)) { in phar_postprocess_ru_web()
1308 if (zend_hash_exists(&module_registry, "openssl", sizeof("openssl"))) {
2718 if (zend_hash_exists(&phar_obj->arc.archive->manifest, fname, (uint) fname_len)) {
3546 …if (!zend_hash_exists(&phar_obj->arc.archive->manifest, oldfile, (uint) oldfile_len) || SUCCESS !=…
3552 if (zend_hash_exists(&phar_obj->arc.archive->manifest, newfile, (uint) newfile_len)) {
3636 if (zend_hash_exists(&phar_obj->arc.archive->manifest, fname, (uint) fname_len)) {
3650 if (zend_hash_exists(&phar_obj->arc.archive->virtual_dirs, fname, (uint) fname_len)) {
3860 if (zend_hash_exists(&phar_obj->arc.archive->manifest, fname, (uint) fname_len)) {
H A Dzip.c654 if (zend_hash_exists(&(mydata->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_zipfile()
1336 if (!zend_hash_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_zip_flush()
/PHP-5.4/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.4/Zend/
H A Dzend_hash.h168 ZEND_API int zend_hash_exists(const HashTable *ht, const char *arKey, uint nKeyLength);
372 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()
2441 if (zend_hash_exists(&module_registry, lcname, extension_name_len+1)) { in ZEND_FUNCTION()
/PHP-5.4/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()
H A Dspl_observer.c447 found = zend_hash_exists(&intern->storage, hash, hash_len); in spl_object_storage_contains()
/PHP-5.4/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.4/ext/filter/
H A Dfilter.c395 zend_hash_exists(HASH_OF(options), "default", sizeof("default")) in php_zval_filter()
581 if (array_ptr && HASH_OF(array_ptr) && zend_hash_exists(HASH_OF(array_ptr), var, var_len + 1)) { in PHP_FUNCTION()
/PHP-5.4/ext/soap/
H A Dsoap.c1585 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate"))) {
1591 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) {
1719 …if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, php_strtolower(class_name, class_name_l…
1793 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
1840 …if (zend_hash_exists(function_table, php_strtolower(fn_name, Z_STRLEN(function_name)), Z_STRLEN(fu…
1842 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
2445 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate")) &&
2446 zend_hash_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")) &&
2447 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")) &&
2448 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()
1194 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate"))) { in make_http_soap_request()
1200 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) { in make_http_soap_request()
/PHP-5.4/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.4/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.4/ext/standard/
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.4/ext/xsl/
H A Dxsltprocessor.c335 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
/PHP-5.4/main/
H A Drfc1867.c158 return zend_hash_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)+1); in is_protected_variable()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c3663 || zend_hash_exists(&ce->function_table, lc_name, name_len + 1)) { in ZEND_METHOD()
3849 …if (zend_hash_exists(Z_OBJ_HT_P(intern->obj)->get_properties(intern->obj TSRMLS_CC), name, name_le… in ZEND_METHOD()
3992 if (zend_hash_exists(&ce->constants_table, name, name_len + 1)) { in ZEND_METHOD()
4791 …if (zend_hash_exists(Z_OBJ_HT_P(classname)->get_properties(classname TSRMLS_CC), name_str, name_le… in ZEND_METHOD()
6047 && zend_hash_exists(&Z_OBJCE_P(object)->properties_info, Z_STRVAL_P(member), Z_STRLEN_P(member)+1) in _reflection_write_property()

Completed in 117 milliseconds

12