|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"#include "php_assert.h"#include "php_crypt.h"#include "php_streams.h"#include "php_main.h"#include "php_globals.h"#include "php_variables.h"#include "php_ini.h"#include "php_image.h"#include "php_standard.h"#include "php_math.h"#include "php_http.h"#include "php_incomplete_class.h"#include "php_getopt.h"#include "php_ext_syslog.h"#include "ext/standard/info.h"#include "ext/session/php_session.h"#include "zend_exceptions.h"#include "zend_attributes.h"#include "zend_enum.h"#include "zend_ini.h"#include "zend_operators.h"#include "ext/standard/php_dns.h"#include "ext/standard/php_uuencode.h"#include "ext/standard/crc32_x86.h"#include "zend.h"#include "zend_ini_scanner.h"#include "zend_language_scanner.h"#include <zend_language_parser.h>#include "zend_portability.h"#include <stdarg.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <netdb.h>#include <string.h>#include <locale.h>#include "zend_globals.h"#include "SAPI.h"#include "php_ticks.h"#include "php_fopen_wrappers.h"#include "streamsfuncs.h"#include "zend_frameless_function.h"#include "basic_functions_arginfo.h"Go to the source code of this file.
Data Structures | |
| struct | _user_tick_function_entry |
Macros | |
| #define | INADDR_NONE ((zend_ulong) -1) |
| #define | BASIC_MINIT_SUBMODULE(module) |
| #define | BASIC_RINIT_SUBMODULE(module) |
| #define | BASIC_MINFO_SUBMODULE(module) |
| #define | BASIC_RSHUTDOWN_SUBMODULE(module) |
| #define | BASIC_MSHUTDOWN_SUBMODULE(module) |
| #define | ZVAL_SET_INI_STR(zv, val) |
| #define | _CHECK_PATH(var, var_len, ini) |
Typedefs | |
| typedef struct yy_buffer_state * | YY_BUFFER_STATE |
| typedef struct _user_tick_function_entry | user_tick_function_entry |
Variables | |
| PHPAPI php_basic_globals | basic_globals |
| zend_module_entry | basic_functions_module |
| php_ce_incomplete_class = register_class___PHP_Incomplete_Class() | |
| assertion_error_ce = register_class_AssertionError(zend_ce_error) | |
| rounding_mode_ce = register_class_RoundingMode() | |
| return | SUCCESS |
| #define BASIC_MINFO_SUBMODULE | ( | module | ) |
Definition at line 267 of file basic_functions.c.
| #define BASIC_MINIT_SUBMODULE | ( | module | ) |
Definition at line 259 of file basic_functions.c.
| #define BASIC_MSHUTDOWN_SUBMODULE | ( | module | ) |
Definition at line 273 of file basic_functions.c.
| #define BASIC_RINIT_SUBMODULE | ( | module | ) |
Definition at line 264 of file basic_functions.c.
| #define BASIC_RSHUTDOWN_SUBMODULE | ( | module | ) |
Definition at line 270 of file basic_functions.c.
| #define INADDR_NONE ((zend_ulong) -1) |
Definition at line 101 of file basic_functions.c.
Definition at line 1240 of file basic_functions.c.
| typedef struct _user_tick_function_entry user_tick_function_entry |
| typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 50 of file basic_functions.c.
| PHPAPI int _php_error_log | ( | int | opt_err, |
| const char * | message, | ||
| const char * | opt, | ||
| const char * | headers ) |
Definition at line 1352 of file basic_functions.c.
| PHPAPI int _php_error_log_ex | ( | int | opt_err, |
| const char * | message, | ||
| size_t | message_len, | ||
| const char * | opt, | ||
| const char * | headers ) |
Definition at line 1358 of file basic_functions.c.
| PHPAPI bool append_user_shutdown_function | ( | php_shutdown_function_entry * | shutdown_function_entry | ) |
Definition at line 1730 of file basic_functions.c.
| BG | ( | ctype_string | ) |
| zval_ptr_dtor & BG | ( | last_http_headers | ) |
|
pure virtual |
| BG | ( | page_gid | ) | = -1 |
| BG | ( | page_inode | ) |
| BG | ( | page_mtime | ) |
| BG | ( | page_uid | ) | = -1 |
| memset & BG | ( | serialize | ) |
|
pure virtual |
| BG | ( | strtok_last | ) |
| BG | ( | strtok_string | ) |
| memset & BG | ( | unserialize | ) |
| BG | ( | user_compare_fci | ) |
| BG | ( | user_compare_fci_cache | ) |
| BG | ( | user_shutdown_function_names | ) |
| FG | ( | default_context | ) |
| FG | ( | stream_filters | ) |
| FG | ( | stream_wrappers | ) |
| PHP_RINIT filestat | ( | INIT_FUNC_ARGS_PASSTHRU | ) |
| if | ( | BG(user_tick_functions) | ) |
Definition at line 471 of file basic_functions.c.
Definition at line 1663 of file basic_functions.c.
Definition at line 1673 of file basic_functions.c.
| PHP_FUNCTION | ( | call_user_func | ) |
Definition at line 1449 of file basic_functions.c.
| PHP_FUNCTION | ( | call_user_func_array | ) |
Definition at line 1473 of file basic_functions.c.
| PHP_FUNCTION | ( | connection_aborted | ) |
Definition at line 2122 of file basic_functions.c.
| PHP_FUNCTION | ( | connection_status | ) |
Definition at line 2131 of file basic_functions.c.
| PHP_FUNCTION | ( | constant | ) |
Definition at line 500 of file basic_functions.c.
| PHP_FUNCTION | ( | error_clear_last | ) |
Definition at line 1428 of file basic_functions.c.
| PHP_FUNCTION | ( | error_get_last | ) |
Definition at line 1404 of file basic_functions.c.
| PHP_FUNCTION | ( | error_log | ) |
Definition at line 1329 of file basic_functions.c.
| PHP_FUNCTION | ( | flush | ) |
Definition at line 1098 of file basic_functions.c.
| PHP_FUNCTION | ( | forward_static_call | ) |
Definition at line 1498 of file basic_functions.c.
| PHP_FUNCTION | ( | forward_static_call_array | ) |
Definition at line 1533 of file basic_functions.c.
| PHP_FUNCTION | ( | get_cfg_var | ) |
Definition at line 1290 of file basic_functions.c.
| PHP_FUNCTION | ( | get_current_user | ) |
Definition at line 1232 of file basic_functions.c.
| PHP_FUNCTION | ( | get_include_path | ) |
Definition at line 2084 of file basic_functions.c.
| PHP_FUNCTION | ( | getenv | ) |
Definition at line 691 of file basic_functions.c.
| PHP_FUNCTION | ( | getopt | ) |
Definition at line 917 of file basic_functions.c.
| PHP_FUNCTION | ( | highlight_file | ) |
Definition at line 1752 of file basic_functions.c.
| PHP_FUNCTION | ( | highlight_string | ) |
Definition at line 1828 of file basic_functions.c.
| PHP_FUNCTION | ( | ignore_user_abort | ) |
Definition at line 2140 of file basic_functions.c.
| PHP_FUNCTION | ( | inet_ntop | ) |
Definition at line 526 of file basic_functions.c.
| PHP_FUNCTION | ( | inet_pton | ) |
Definition at line 555 of file basic_functions.c.
| PHP_FUNCTION | ( | ini_get | ) |
Definition at line 1888 of file basic_functions.c.
| PHP_FUNCTION | ( | ini_get_all | ) |
Definition at line 1907 of file basic_functions.c.
| PHP_FUNCTION | ( | ini_parse_quantity | ) |
Definition at line 1869 of file basic_functions.c.
| PHP_FUNCTION | ( | ini_restore | ) |
Definition at line 2042 of file basic_functions.c.
| PHP_FUNCTION | ( | ini_set | ) |
Definition at line 1988 of file basic_functions.c.
| PHP_FUNCTION | ( | ip2long | ) |
Definition at line 588 of file basic_functions.c.
| PHP_FUNCTION | ( | is_uploaded_file | ) |
Definition at line 2327 of file basic_functions.c.
| PHP_FUNCTION | ( | long2ip | ) |
Definition at line 606 of file basic_functions.c.
| PHP_FUNCTION | ( | move_uploaded_file | ) |
Definition at line 2349 of file basic_functions.c.
| PHP_FUNCTION | ( | parse_ini_file | ) |
Definition at line 2481 of file basic_functions.c.
| PHP_FUNCTION | ( | parse_ini_string | ) |
Definition at line 2522 of file basic_functions.c.
| PHP_FUNCTION | ( | php_strip_whitespace | ) |
Definition at line 1796 of file basic_functions.c.
| PHP_FUNCTION | ( | print_r | ) |
Definition at line 2101 of file basic_functions.c.
| PHP_FUNCTION | ( | register_shutdown_function | ) |
Definition at line 1689 of file basic_functions.c.
| PHP_FUNCTION | ( | register_tick_function | ) |
Definition at line 2281 of file basic_functions.c.
| PHP_FUNCTION | ( | set_include_path | ) |
Definition at line 2055 of file basic_functions.c.
| PHP_FUNCTION | ( | sleep | ) |
Definition at line 1107 of file basic_functions.c.
| PHP_FUNCTION | ( | unregister_tick_function | ) |
Definition at line 2310 of file basic_functions.c.
| PHP_FUNCTION | ( | usleep | ) |
Definition at line 1125 of file basic_functions.c.
| ZEND_API void php_get_highlight_struct | ( | zend_syntax_highlighter_ini * | syntax_highlighter_ini | ) |
Definition at line 1741 of file basic_functions.c.
Definition at line 253 of file basic_functions.c.
Definition at line 247 of file basic_functions.c.
| PHPAPI zend_string * php_getenv | ( | const char * | str, |
| size_t | str_len ) |
Definition at line 632 of file basic_functions.c.
| php_register_incomplete_class_handlers | ( | ) |
Definition at line 111 of file incomplete_class.c.
| php_register_url_stream_wrapper | ( | "data" | , |
| & | php_stream_rfc2397_wrapper ) |
| php_register_url_stream_wrapper | ( | "file" | , |
| & | php_plain_files_wrapper ) |
| php_register_url_stream_wrapper | ( | "ftp" | , |
| & | php_stream_ftp_wrapper ) |
| php_register_url_stream_wrapper | ( | "http" | , |
| & | php_stream_http_wrapper ) |
| php_register_url_stream_wrapper | ( | "php" | , |
| & | php_stream_php_wrapper ) |
| php_unregister_url_stream_wrapper | ( | "ftp" | ) |
| php_unregister_url_stream_wrapper | ( | "http" | ) |
| php_unregister_url_stream_wrapper | ( | "php" | ) |
| register_basic_functions_symbols | ( | module_number | ) |
| PHPAPI bool register_user_shutdown_function | ( | const char * | function_name, |
| size_t | function_len, | ||
| php_shutdown_function_entry * | shutdown_function_entry ) |
Definition at line 1708 of file basic_functions.c.
| PHPAPI bool remove_user_shutdown_function | ( | const char * | function_name, |
| size_t | function_len ) |
Definition at line 1720 of file basic_functions.c.
| assertion_error_ce = register_class_AssertionError(zend_ce_error) |
Definition at line 295 of file basic_functions.c.
| zend_module_entry basic_functions_module |
Definition at line 148 of file basic_functions.c.
| PHPAPI php_basic_globals basic_globals |
Definition at line 112 of file basic_functions.c.
| php_ce_incomplete_class = register_class___PHP_Incomplete_Class() |
Definition at line 292 of file basic_functions.c.
| rounding_mode_ce = register_class_RoundingMode() |
Definition at line 297 of file basic_functions.c.
| return SUCCESS |
Definition at line 348 of file basic_functions.c.