Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php83 /
usr /
include /
php /
main /
Delete
Unzip
Name
Size
Permission
Date
Action
streams
[ DIR ]
drwxr-xr-x
2025-08-25 08:39
SAPI.h
10.02
KB
-rw-r--r--
2025-08-01 09:32
build-defs.h
6.78
KB
-rw-r--r--
2025-08-01 09:33
fastcgi.h
4.78
KB
-rw-r--r--
2025-08-01 09:32
fopen_wrappers.h
2.2
KB
-rw-r--r--
2025-08-01 09:32
http_status_codes.h
2.83
KB
-rw-r--r--
2025-08-01 09:32
main_arginfo.h
6.2
KB
-rw-r--r--
2025-08-01 09:32
php.h
11.71
KB
-rw-r--r--
2025-08-01 09:32
php_compat.h
19.66
KB
-rw-r--r--
2025-08-01 09:32
php_config.h
50.03
KB
-rw-r--r--
2025-08-01 09:33
php_content_types.h
1.31
KB
-rw-r--r--
2025-08-01 09:32
php_getopt.h
1.63
KB
-rw-r--r--
2025-08-01 09:32
php_globals.h
3.89
KB
-rw-r--r--
2025-08-01 09:32
php_ini.h
3.53
KB
-rw-r--r--
2025-08-01 09:33
php_ini_builder.h
2.73
KB
-rw-r--r--
2025-08-01 09:33
php_main.h
2.88
KB
-rw-r--r--
2025-08-01 09:33
php_memory_streams.h
3.23
KB
-rw-r--r--
2025-08-01 09:33
php_network.h
10.46
KB
-rw-r--r--
2025-08-01 09:33
php_odbc_utils.h
1.27
KB
-rw-r--r--
2025-08-01 09:33
php_open_temporary_file.h
1.91
KB
-rw-r--r--
2025-08-01 09:33
php_output.h
8.78
KB
-rw-r--r--
2025-08-01 09:33
php_reentrancy.h
3.16
KB
-rw-r--r--
2025-08-01 09:33
php_scandir.h
1.67
KB
-rw-r--r--
2025-08-01 09:33
php_streams.h
30.11
KB
-rw-r--r--
2025-08-01 09:33
php_syslog.h
1.54
KB
-rw-r--r--
2025-08-01 09:33
php_ticks.h
1.34
KB
-rw-r--r--
2025-08-01 09:33
php_variables.h
2.07
KB
-rw-r--r--
2025-08-01 09:33
php_version.h
266
B
-rw-r--r--
2025-08-01 09:33
rfc1867.h
3.65
KB
-rw-r--r--
2025-08-01 09:33
snprintf.h
5.6
KB
-rw-r--r--
2025-08-01 09:33
spprintf.h
1.47
KB
-rw-r--r--
2025-08-01 09:33
Save
Rename
/* +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | https://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Shane Caraveo <shane@caraveo.com> | | Ilia Alshanetsky <ilia@prohost.org> | +----------------------------------------------------------------------+ */ #ifndef PHP_SCANDIR_H #define PHP_SCANDIR_H #include <sys/types.h> #ifdef PHP_WIN32 #include "config.w32.h" #include "win32/readdir.h" #else #include <php_config.h> #endif #ifdef HAVE_DIRENT_H #include <dirent.h> #endif #ifdef HAVE_SCANDIR #define php_scandir scandir #else PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (const struct dirent **a, const struct dirent **b)); #endif #ifdef HAVE_ALPHASORT #define php_alphasort alphasort #else PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b); #endif #endif /* PHP_SCANDIR_H */