#include <sys/stat.h>
#include <wchar.h>
#include "php_filestat.h"
#include "zend_highlight.h"
#include "url_scanner_ex.h"
Go to the source code of this file.
|
| PHP_MINIT_FUNCTION (basic) |
|
| PHP_MSHUTDOWN_FUNCTION (basic) |
|
| PHP_RINIT_FUNCTION (basic) |
|
| PHP_RSHUTDOWN_FUNCTION (basic) |
|
| PHP_MINFO_FUNCTION (basic) |
|
ZEND_API void | php_get_highlight_struct (zend_syntax_highlighter_ini *syntax_highlighter_ini) |
|
| PHP_MINIT_FUNCTION (user_filters) |
|
| PHP_RSHUTDOWN_FUNCTION (user_filters) |
|
| PHP_RSHUTDOWN_FUNCTION (browscap) |
|
PHPAPI int | _php_error_log (int opt_err, const char *message, const char *opt, const char *headers) |
|
PHPAPI int | _php_error_log_ex (int opt_err, const char *message, size_t message_len, const char *opt, const char *headers) |
|
PHPAPI int | php_prefix_varname (zval *result, zend_string *prefix, const char *var_name, size_t var_name_len, bool add_underscore) |
|
PHPAPI zend_string * | php_getenv (const char *str, size_t str_len) |
|
PHPAPI double | php_get_nan (void) |
|
PHPAPI double | php_get_inf (void) |
|
PHPAPI bool | register_user_shutdown_function (const char *function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry) |
|
PHPAPI bool | remove_user_shutdown_function (const char *function_name, size_t function_len) |
|
PHPAPI bool | append_user_shutdown_function (php_shutdown_function_entry *shutdown_function_entry) |
|
PHPAPI void | php_call_shutdown_functions (void) |
|
PHPAPI void | php_free_shutdown_functions (void) |
|
◆ basic_functions_module_ptr
◆ BG
◆ php_basic_globals
◆ php_shutdown_function_entry
◆ _php_error_log()
PHPAPI int _php_error_log |
( |
int | opt_err, |
|
|
const char * | message, |
|
|
const char * | opt, |
|
|
const char * | headers ) |
◆ _php_error_log_ex()
PHPAPI int _php_error_log_ex |
( |
int | opt_err, |
|
|
const char * | message, |
|
|
size_t | message_len, |
|
|
const char * | opt, |
|
|
const char * | headers ) |
◆ append_user_shutdown_function()
◆ php_call_shutdown_functions()
◆ php_free_shutdown_functions()
◆ php_get_highlight_struct()
◆ php_get_inf()
◆ php_get_nan()
◆ php_getenv()
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
basic | | ) |
|
◆ PHP_MINIT_FUNCTION() [1/2]
PHP_MINIT_FUNCTION |
( |
basic | | ) |
|
◆ PHP_MINIT_FUNCTION() [2/2]
PHP_MINIT_FUNCTION |
( |
user_filters | | ) |
|
◆ PHP_MSHUTDOWN_FUNCTION()
PHP_MSHUTDOWN_FUNCTION |
( |
basic | | ) |
|
◆ php_prefix_varname()
PHPAPI int php_prefix_varname |
( |
zval * | result, |
|
|
zend_string * | prefix, |
|
|
const char * | var_name, |
|
|
size_t | var_name_len, |
|
|
bool | add_underscore ) |
◆ PHP_RINIT_FUNCTION()
PHP_RINIT_FUNCTION |
( |
basic | | ) |
|
◆ PHP_RSHUTDOWN_FUNCTION() [1/3]
PHP_RSHUTDOWN_FUNCTION |
( |
basic | | ) |
|
◆ PHP_RSHUTDOWN_FUNCTION() [2/3]
PHP_RSHUTDOWN_FUNCTION |
( |
browscap | | ) |
|
◆ PHP_RSHUTDOWN_FUNCTION() [3/3]
PHP_RSHUTDOWN_FUNCTION |
( |
user_filters | | ) |
|
◆ register_user_shutdown_function()
◆ remove_user_shutdown_function()
PHPAPI bool remove_user_shutdown_function |
( |
const char * | function_name, |
|
|
size_t | function_len ) |
|
extern |
◆ basic_functions_module
◆ basic_globals