php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include "php_globals.h"
#include "php_variables.h"
#include "php_ini_builder.h"
#include "zend_hash.h"
#include "zend_modules.h"
#include "zend_interfaces.h"
#include "ext/reflection/php_reflection.h"
#include "SAPI.h"
#include <stdio.h>
#include <signal.h>
#include <locale.h>
#include "zend.h"
#include "zend_extensions.h"
#include "php_ini.h"
#include "php_main.h"
#include "fopen_wrappers.h"
#include "ext/standard/php_standard.h"
#include "ext/standard/dl_arginfo.h"
#include "cli.h"
#include "zend_compile.h"
#include "zend_execute.h"
#include "zend_highlight.h"
#include "zend_exceptions.h"
#include "php_getopt.h"
#include "php_cli_server.h"
#include "ps_title.h"
#include "php_cli_process_title.h"
#include "php_cli_process_title_arginfo.h"
Go to the source code of this file.
Macros | |
#define | php_select(m, r, w, e, t) |
#define | O_BINARY 0 |
#define | STDOUT_FILENO 1 |
#define | STDERR_FILENO 2 |
#define | INI_DEFAULT(name, value) |
Functions | |
PHP_CLI_API cli_shell_callbacks_t * | php_cli_get_shell_callbacks (void) |
PHP_CLI_API ssize_t | sapi_cli_single_write (const char *str, size_t str_length) |
int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) |
Variables | |
PHPAPI char * | php_ini_opened_path |
PHPAPI char * | php_ini_scanned_path |
PHPAPI char * | php_ini_scanned_files |
const opt_struct | OPTIONS [] |
#define php_select | ( | m, | |
r, | |||
w, | |||
e, | |||
t ) |
PHP_CLI_API cli_shell_callbacks_t * php_cli_get_shell_callbacks | ( | void | ) |
PHP_CLI_API ssize_t sapi_cli_single_write | ( | const char * | str, |
size_t | str_length ) |
int WINAPI WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | lpCmdLine, | ||
int | nShowCmd ) |
const opt_struct OPTIONS[] |