php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
main.stub.php
Go to the documentation of this file.
1<?php
2
4
5/* Register constants */
10const PHP_VERSION = UNKNOWN;
15const PHP_MAJOR_VERSION = UNKNOWN;
20const PHP_MINOR_VERSION = UNKNOWN;
25const PHP_RELEASE_VERSION = UNKNOWN;
26
31const PHP_EXTRA_VERSION = UNKNOWN;
36const PHP_VERSION_ID = UNKNOWN;
41const PHP_ZTS = UNKNOWN;
46const PHP_DEBUG = UNKNOWN;
51const PHP_OS = UNKNOWN;
56const PHP_OS_FAMILY = UNKNOWN;
61const DEFAULT_INCLUDE_PATH = UNKNOWN;
66const PEAR_INSTALL_DIR = UNKNOWN;
71const PEAR_EXTENSION_DIR = UNKNOWN;
76const PHP_EXTENSION_DIR = UNKNOWN;
81const PHP_PREFIX = UNKNOWN;
86const PHP_BINDIR = UNKNOWN;
91const PHP_SBINDIR = UNKNOWN;
92#ifndef PHP_WIN32
97const PHP_MANDIR = UNKNOWN;
98#endif
103const PHP_LIBDIR = UNKNOWN;
108const PHP_DATADIR = UNKNOWN;
113const PHP_SYSCONFDIR = UNKNOWN;
118const PHP_LOCALSTATEDIR = UNKNOWN;
123const PHP_CONFIG_FILE_PATH = UNKNOWN;
133const PHP_SHLIB_SUFFIX = UNKNOWN;
138const PHP_EOL = UNKNOWN;
143const PHP_MAXPATHLEN = UNKNOWN;
148const PHP_INT_MAX = UNKNOWN;
153const PHP_INT_MIN = UNKNOWN;
158const PHP_INT_SIZE = UNKNOWN;
163const PHP_FD_SETSIZE = UNKNOWN;
168const PHP_FLOAT_DIG = UNKNOWN;
173const PHP_FLOAT_EPSILON = UNKNOWN;
178const PHP_FLOAT_MAX = UNKNOWN;
183const PHP_FLOAT_MIN = UNKNOWN;
184
185#ifdef PHP_WIN32
235const PHP_WINDOWS_NT_SERVER = UNKNOWN;
241#endif
242
278
314
319const UPLOAD_ERR_OK = UNKNOWN;
324const UPLOAD_ERR_INI_SIZE = UNKNOWN;
329const UPLOAD_ERR_FORM_SIZE = UNKNOWN;
334const UPLOAD_ERR_PARTIAL = UNKNOWN;
339const UPLOAD_ERR_NO_FILE = UNKNOWN;
344const UPLOAD_ERR_NO_TMP_DIR = UNKNOWN;
349const UPLOAD_ERR_CANT_WRITE = UNKNOWN;
354const UPLOAD_ERR_EXTENSION = UNKNOWN;
355#ifdef ZEND_VERIFY_TYPE_INFERENCE
361#endif
367const PHP_SAPI = UNKNOWN;
373const PHP_BINARY = UNKNOWN;
const PHP_LIBDIR
const UPLOAD_ERR_EXTENSION
const PHP_SYSCONFDIR
const UPLOAD_ERR_INI_SIZE
const PHP_WINDOWS_VERSION_SP_MINOR
const PHP_WINDOWS_VERSION_PRODUCTTYPE
const PHP_SAPI
const PHP_WINDOWS_NT_SERVER
const PHP_FLOAT_DIG
const PHP_SHLIB_SUFFIX
const PHP_FD_SETSIZE
const UPLOAD_ERR_NO_TMP_DIR
const PEAR_EXTENSION_DIR
Definition main.stub.php:71
const PHP_FLOAT_MAX
const PHP_WINDOWS_VERSION_SP_MAJOR
const PHP_LOCALSTATEDIR
const UPLOAD_ERR_OK
const PHP_WINDOWS_VERSION_MINOR
const PHP_WINDOWS_NT_DOMAIN_CONTROLLER
const PHP_WINDOWS_VERSION_SUITEMASK
const PHP_FLOAT_EPSILON
const PHP_EXTENSION_DIR
Definition main.stub.php:76
const PHP_WINDOWS_VERSION_PLATFORM
const PHP_SBINDIR
Definition main.stub.php:91
const UPLOAD_ERR_FORM_SIZE
const UPLOAD_ERR_CANT_WRITE
const PHP_DATADIR
const PHP_WINDOWS_NT_WORKSTATION
const PHP_INT_SIZE
const PHP_MANDIR
Definition main.stub.php:97
const UPLOAD_ERR_NO_FILE
const PHP_WINDOWS_VERSION_MAJOR
const PHP_CONFIG_FILE_SCAN_DIR
const PEAR_INSTALL_DIR
Definition main.stub.php:66
const PHP_OS
Definition main.stub.php:51
const PHP_PREFIX
Definition main.stub.php:81
const PHP_BINARY
const PHP_WINDOWS_VERSION_BUILD
const PHP_BINDIR
Definition main.stub.php:86
const PHP_CONFIG_FILE_PATH
const UPLOAD_ERR_PARTIAL
const PHP_FLOAT_MIN
const PHP_INT_MIN
const PHP_MAXPATHLEN
const PHP_INT_MAX
const ZEND_VERIFY_TYPE_INFERENCE
const DEFAULT_INCLUDE_PATH
Definition main.stub.php:61
#define PHP_OS_FAMILY
Definition php.h:51
#define PHP_DEBUG
Definition php.h:56
#define PHP_EOL
Definition php.h:74
#define PHP_ZTS
Definition php_main.h:75
#define PHP_OUTPUT_HANDLER_DISABLED
Definition php_output.h:43
#define PHP_OUTPUT_HANDLER_PROCESSED
Definition php_output.h:44
#define PHP_OUTPUT_HANDLER_REMOVABLE
Definition php_output.h:38
#define PHP_OUTPUT_HANDLER_WRITE
Definition php_output.h:23
#define PHP_OUTPUT_HANDLER_FLUSHABLE
Definition php_output.h:37
#define PHP_OUTPUT_HANDLER_CONT
Definition php_output.h:28
#define PHP_OUTPUT_HANDLER_FLUSH
Definition php_output.h:26
#define PHP_OUTPUT_HANDLER_STDFLAGS
Definition php_output.h:39
#define PHP_OUTPUT_HANDLER_CLEAN
Definition php_output.h:25
#define PHP_OUTPUT_HANDLER_FINAL
Definition php_output.h:27
#define PHP_OUTPUT_HANDLER_CLEANABLE
Definition php_output.h:36
#define PHP_OUTPUT_HANDLER_END
Definition php_output.h:29
#define PHP_OUTPUT_HANDLER_STARTED
Definition php_output.h:42
#define PHP_OUTPUT_HANDLER_START
Definition php_output.h:24
#define PHP_EXTRA_VERSION
Definition php_version.h:6
#define PHP_MINOR_VERSION
Definition php_version.h:4
#define PHP_RELEASE_VERSION
Definition php_version.h:5
#define PHP_MAJOR_VERSION
Definition php_version.h:3
#define PHP_VERSION
Definition php_version.h:7
#define PHP_VERSION_ID
Definition php_version.h:8