|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php_version.h"#include "zend.h"#include "zend_sort.h"#include "php_compat.h"#include "zend_API.h"#include <assert.h>#include <stdlib.h>#include <ctype.h>#include <stdarg.h>#include "zend_hash.h"#include "zend_alloc.h"#include "zend_stack.h"#include <string.h>#include <limits.h>#include "snprintf.h"#include "spprintf.h"#include "main/php_output.h"#include "php_streams.h"#include "php_memory_streams.h"#include "fopen_wrappers.h"#include "zend_virtual_cwd.h"#include "zend_constants.h"#include "php_reentrancy.h"Go to the source code of this file.
Typedefs | |
| typedef bool | zend_bool |
| typedef intptr_t | zend_intptr_t |
| typedef uintptr_t | zend_uintptr_t |
Variables | |
| char ** | environ |
| PHPAPI int(* | php_register_internal_extensions_func )(void) |
| PHPAPI void(* | php_internal_encoding_changed )(void) |
| #define error_handling_t zend_error_handling_t |
| #define explicit_bzero php_explicit_bzero |
| #define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME |
| #define PHP_ATTRIBUTE_FORMAT ZEND_ATTRIBUTE_FORMAT |
| #define PHP_ATTRIBUTE_MALLOC ZEND_ATTRIBUTE_MALLOC |
| #define PHP_DEP_FALIAS ZEND_DEP_FALIAS |
| #define PHP_DEP_FE ZEND_DEP_FE |
| #define PHP_DOUBLE_MAX_LENGTH ZEND_DOUBLE_MAX_LENGTH |
| #define php_error zend_error |
| #define PHP_FALIAS ZEND_FALIAS |
| #define PHP_FE_END ZEND_FE_END |
| #define PHP_FUNCTION ZEND_FUNCTION |
| #define PHP_GCC_VERSION ZEND_GCC_VERSION |
| #define PHP_GINIT ZEND_GINIT |
| #define PHP_GINIT_FUNCTION ZEND_GINIT_FUNCTION |
| #define PHP_GSHUTDOWN ZEND_GSHUTDOWN |
| #define PHP_GSHUTDOWN_FUNCTION ZEND_GSHUTDOWN_FUNCTION |
| #define php_ignore_value | ( | x | ) |
| #define PHP_MALIAS ZEND_MALIAS |
| #define PHP_ME_MAPPING ZEND_ME_MAPPING |
| #define PHP_METHOD ZEND_METHOD |
| #define PHP_MINFO ZEND_MODULE_INFO_N |
| #define PHP_MINFO_FUNCTION ZEND_MODULE_INFO_D |
| #define PHP_MINIT ZEND_MODULE_STARTUP_N |
| #define PHP_MINIT_FUNCTION ZEND_MODULE_STARTUP_D |
| #define PHP_MODULE_ACTIVATE_D ZEND_MODULE_ACTIVATE_D |
| #define PHP_MODULE_ACTIVATE_N ZEND_MODULE_ACTIVATE_N |
| #define PHP_MODULE_DEACTIVATE_D ZEND_MODULE_DEACTIVATE_D |
| #define PHP_MODULE_DEACTIVATE_N ZEND_MODULE_DEACTIVATE_N |
| #define PHP_MODULE_GLOBALS ZEND_MODULE_GLOBALS |
| #define PHP_MODULE_INFO_D ZEND_MODULE_INFO_D |
| #define PHP_MODULE_INFO_N ZEND_MODULE_INFO_N |
| #define PHP_MODULE_SHUTDOWN_D ZEND_MODULE_SHUTDOWN_D |
| #define PHP_MODULE_SHUTDOWN_N ZEND_MODULE_SHUTDOWN_N |
| #define PHP_MODULE_STARTUP_D ZEND_MODULE_STARTUP_D |
| #define PHP_MODULE_STARTUP_N ZEND_MODULE_STARTUP_N |
| #define PHP_MSHUTDOWN ZEND_MODULE_SHUTDOWN_N |
| #define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D |
| #define PHP_NAMED_FE ZEND_NAMED_FE |
| #define PHP_NAMED_FUNCTION ZEND_NAMED_FUNCTION |
| #define PHP_RAW_NAMED_FE ZEND_RAW_NAMED_FE |
| #define PHP_RINIT ZEND_MODULE_ACTIVATE_N |
| #define PHP_RINIT_FUNCTION ZEND_MODULE_ACTIVATE_D |
| #define PHP_RSHUTDOWN ZEND_MODULE_DEACTIVATE_N |
| #define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D |
| #define strlcat php_strlcat |
| #define strlcpy php_strlcpy |
| typedef intptr_t zend_intptr_t |
| typedef uintptr_t zend_uintptr_t |
| int int cfgparse | ( | void | ) |
| int Debug | ( | char * | format, |
| ... ) |
| PHPAPI ZEND_COLD void PHPAPI ZEND_COLD void php_error_docref | ( | const char * | docref, |
| int | type, | ||
| const char * | format, | ||
| ... ) |
| PHPAPI ZEND_COLD void php_error_docref1 | ( | const char * | docref, |
| const char * | param1, | ||
| int | type, | ||
| const char * | format, | ||
| ... ) |
| PHPAPI ZEND_COLD void PHPAPI ZEND_COLD void php_error_docref2 | ( | const char * | docref, |
| const char * | param1, | ||
| const char * | param2, | ||
| int | type, | ||
| const char * | format, | ||
| ... ) |
Definition at line 29 of file explicit_bzero.c.
| PHPAPI size_t php_printf | ( | const char * | format, |
| ... ) |
| PHPAPI int php_safe_bcmp | ( | const zend_string * | a, |
| const zend_string * | b ) |
Definition at line 26 of file safe_bcmp.c.
| PHPAPI size_t php_strlcat | ( | char * | dst, |
| const char * | src, | ||
| size_t | siz ) |
| PHPAPI size_t php_strlcpy | ( | char * | dst, |
| const char * | src, | ||
| size_t | siz ) |
| PHPAPI ZEND_COLD void php_verror | ( | const char * | docref, |
| const char * | params, | ||
| int | type, | ||
| const char * | format, | ||
| va_list | args ) |
| void phperror | ( | char * | error | ) |
| char * strtok_r | ( | char * | s, |
| const char * | delim, | ||
| char ** | last ) |
|
extern |