Current Path: > > opt > cloudlinux > alt-php80 > root > usr > > include > php > main
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
streams | Directory | - | - | |
SAPI.h | File | 10264 bytes | July 09 2025 08:40:03. | |
build-defs.h | File | 6939 bytes | July 09 2025 08:40:03. | |
fastcgi.h | File | 4876 bytes | July 09 2025 08:40:03. | |
fopen_wrappers.h | File | 2256 bytes | July 09 2025 08:40:03. | |
http_status_codes.h | File | 2898 bytes | July 09 2025 08:40:03. | |
php.h | File | 11930 bytes | July 09 2025 08:40:03. | |
php_compat.h | File | 20130 bytes | July 09 2025 08:40:03. | |
php_config.h | File | 47727 bytes | July 09 2025 08:40:03. | |
php_content_types.h | File | 1338 bytes | July 09 2025 08:40:03. | |
php_getopt.h | File | 1671 bytes | July 09 2025 08:40:03. | |
php_globals.h | File | 4038 bytes | July 09 2025 08:40:03. | |
php_ini.h | File | 3613 bytes | July 09 2025 08:40:03. | |
php_main.h | File | 2323 bytes | July 09 2025 08:40:03. | |
php_memory_streams.h | File | 3369 bytes | July 09 2025 08:40:03. | |
php_network.h | File | 10374 bytes | July 09 2025 08:40:03. | |
php_open_temporary_file.h | File | 1960 bytes | July 09 2025 08:40:03. | |
php_output.h | File | 9558 bytes | July 09 2025 08:40:03. | |
php_reentrancy.h | File | 3231 bytes | July 09 2025 08:40:03. | |
php_scandir.h | File | 1715 bytes | July 09 2025 08:40:03. | |
php_stdint.h | File | 1836 bytes | July 09 2025 08:40:03. | |
php_streams.h | File | 29343 bytes | July 09 2025 08:40:03. | |
php_syslog.h | File | 1502 bytes | July 09 2025 08:40:03. | |
php_ticks.h | File | 1351 bytes | July 09 2025 08:40:03. | |
php_variables.h | File | 1939 bytes | July 09 2025 08:40:03. | |
php_version.h | File | 266 bytes | July 09 2025 08:40:03. | |
rfc1867.h | File | 3213 bytes | July 09 2025 08:40:03. | |
snprintf.h | File | 6708 bytes | July 09 2025 08:40:03. | |
spprintf.h | File | 1501 bytes | July 09 2025 08:40:03. |
/* +----------------------------------------------------------------------+ | 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: | | http://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: Michael Wallner <mike@php.net> | +----------------------------------------------------------------------+ */ #ifndef PHP_STDINT_H #define PHP_STDINT_H /* C99 requires these for C++ to get the definitions * of INT64_MAX and other macros used by Zend/zend_long.h * C11 drops this requirement, so these effectively * just backport that piece of behavior. * * These defines are placed here instead of * with the include below, because sys/types * and inttypes may include stdint themselves. * And these definitions MUST come first. */ #ifdef __cplusplus # ifndef __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS # endif # ifndef __STDC_CONSTANT_MACROS # define __STDC_CONSTANT_MACROS # endif # ifndef __STDC_FORMAT_MACROS # define __STDC_FORMAT_MACROS # endif #endif #include <inttypes.h> #include <stdint.h> #if defined(_MSC_VER) # ifndef u_char typedef unsigned __int8 u_char; # endif #endif /* !_MSC_VER */ #endif /* PHP_STDINT_H */
SILENT KILLER Tool