php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include "zend_hash.h"
#include "SAPI.h"
#include <locale.h>
#include "zend.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "zend_smart_str.h"
#include <readline/readline.h>
#include <readline/history.h>
#include "zend_compile.h"
#include "zend_execute.h"
#include "zend_highlight.h"
#include "zend_exceptions.h"
#include "sapi/cli/cli.h"
#include "readline_cli.h"
Go to the source code of this file.
Macros | |
#define | rl_completion_matches completion_matches |
#define | RTLD_DEFAULT NULL |
#define | DEFAULT_PROMPT "\\b \> " |
#define | GET_SHELL_CB(cb) |
Enumerations | |
enum | php_code_type { body , sstring , dstring , sstring_esc , dstring_esc , comment_line , comment_block , heredoc_start , heredoc , outside } |
Functions | |
PHP_MINIT_FUNCTION (cli_readline) | |
PHP_MSHUTDOWN_FUNCTION (cli_readline) | |
PHP_MINFO_FUNCTION (cli_readline) | |
#define DEFAULT_PROMPT "\\b \> " |
Definition at line 64 of file readline_cli.c.
Definition at line 748 of file readline_cli.c.
#define rl_completion_matches completion_matches |
Definition at line 25 of file readline_cli.c.
Definition at line 61 of file readline_cli.c.
enum php_code_type |
Enumerator | |
---|---|
body | |
sstring | |
dstring | |
sstring_esc | |
dstring_esc | |
comment_line | |
comment_block | |
heredoc_start | |
heredoc | |
outside |
Definition at line 114 of file readline_cli.c.
PHP_MINFO_FUNCTION | ( | cli_readline | ) |
Definition at line 795 of file readline_cli.c.
PHP_MINIT_FUNCTION | ( | cli_readline | ) |
Definition at line 762 of file readline_cli.c.
PHP_MSHUTDOWN_FUNCTION | ( | cli_readline | ) |
Definition at line 779 of file readline_cli.c.