php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_prompt.h File Reference

Go to the source code of this file.

Functions

void phpdbg_string_init (char *buffer)
 
void phpdbg_init (char *init_file, size_t init_file_len, bool use_default)
 
void phpdbg_try_file_init (char *init_file, size_t init_file_len, bool free_init)
 
int phpdbg_interactive (bool allow_async_unsafe, char *input)
 
int phpdbg_compile (void)
 
int phpdbg_compile_stdin (zend_string *code)
 
void phpdbg_force_interruption (void)
 
 PHPDBG_COMMAND (exec)
 
 PHPDBG_COMMAND (stdin)
 
 PHPDBG_COMMAND (step)
 
 PHPDBG_COMMAND (continue)
 
 PHPDBG_COMMAND (run)
 
 PHPDBG_COMMAND (ev)
 
 PHPDBG_COMMAND (until)
 
 PHPDBG_COMMAND (finish)
 
 PHPDBG_COMMAND (leave)
 
 PHPDBG_COMMAND (frame)
 
 PHPDBG_COMMAND (print)
 
 PHPDBG_COMMAND (break)
 
 PHPDBG_COMMAND (back)
 
 PHPDBG_COMMAND (list)
 
 PHPDBG_COMMAND (info)
 
 PHPDBG_COMMAND (clean)
 
 PHPDBG_COMMAND (clear)
 
 PHPDBG_COMMAND (help)
 
 PHPDBG_COMMAND (sh)
 
 PHPDBG_COMMAND (dl)
 
 PHPDBG_COMMAND (generator)
 
 PHPDBG_COMMAND (set)
 
 PHPDBG_COMMAND (source)
 
 PHPDBG_COMMAND (export)
 
 PHPDBG_COMMAND (register)
 
 PHPDBG_COMMAND (quit)
 
 PHPDBG_COMMAND (watch)
 
 PHPDBG_COMMAND (next)
 
 PHPDBG_COMMAND (eol)
 
void phpdbg_execute_ex (zend_execute_data *execute_data)
 

Variables

const phpdbg_command_t phpdbg_prompt_commands []
 

Function Documentation

◆ PHPDBG_COMMAND() [1/29]

PHPDBG_COMMAND ( back )

◆ PHPDBG_COMMAND() [2/29]

PHPDBG_COMMAND ( break )

◆ PHPDBG_COMMAND() [3/29]

PHPDBG_COMMAND ( clean )

◆ PHPDBG_COMMAND() [4/29]

PHPDBG_COMMAND ( clear )

◆ PHPDBG_COMMAND() [5/29]

PHPDBG_COMMAND ( continue )

◆ PHPDBG_COMMAND() [6/29]

PHPDBG_COMMAND ( dl )

◆ PHPDBG_COMMAND() [7/29]

PHPDBG_COMMAND ( eol )

◆ PHPDBG_COMMAND() [8/29]

PHPDBG_COMMAND ( ev )

◆ PHPDBG_COMMAND() [9/29]

PHPDBG_COMMAND ( exec )

◆ PHPDBG_COMMAND() [10/29]

PHPDBG_COMMAND ( export )

◆ PHPDBG_COMMAND() [11/29]

PHPDBG_COMMAND ( finish )

◆ PHPDBG_COMMAND() [12/29]

PHPDBG_COMMAND ( frame )

◆ PHPDBG_COMMAND() [13/29]

PHPDBG_COMMAND ( generator )

◆ PHPDBG_COMMAND() [14/29]

PHPDBG_COMMAND ( help )

◆ PHPDBG_COMMAND() [15/29]

PHPDBG_COMMAND ( info )

◆ PHPDBG_COMMAND() [16/29]

PHPDBG_COMMAND ( leave )

◆ PHPDBG_COMMAND() [17/29]

PHPDBG_COMMAND ( list )

◆ PHPDBG_COMMAND() [18/29]

PHPDBG_COMMAND ( next )

◆ PHPDBG_COMMAND() [19/29]

PHPDBG_COMMAND ( print )

◆ PHPDBG_COMMAND() [20/29]

PHPDBG_COMMAND ( quit )

◆ PHPDBG_COMMAND() [21/29]

PHPDBG_COMMAND ( register )

◆ PHPDBG_COMMAND() [22/29]

PHPDBG_COMMAND ( run )

◆ PHPDBG_COMMAND() [23/29]

PHPDBG_COMMAND ( set )

◆ PHPDBG_COMMAND() [24/29]

PHPDBG_COMMAND ( sh )

◆ PHPDBG_COMMAND() [25/29]

PHPDBG_COMMAND ( source )

◆ PHPDBG_COMMAND() [26/29]

PHPDBG_COMMAND ( stdin )

Definition at line 459 of file phpdbg_prompt.c.

◆ PHPDBG_COMMAND() [27/29]

PHPDBG_COMMAND ( step )

◆ PHPDBG_COMMAND() [28/29]

PHPDBG_COMMAND ( until )

◆ PHPDBG_COMMAND() [29/29]

PHPDBG_COMMAND ( watch )

◆ phpdbg_compile()

int phpdbg_compile ( void )

Definition at line 557 of file phpdbg_prompt.c.

◆ phpdbg_compile_stdin()

int phpdbg_compile_stdin ( zend_string * code)

Definition at line 520 of file phpdbg_prompt.c.

◆ phpdbg_execute_ex()

void phpdbg_execute_ex ( zend_execute_data * execute_data)

◆ phpdbg_force_interruption()

void phpdbg_force_interruption ( void )

◆ phpdbg_init()

void phpdbg_init ( char * init_file,
size_t init_file_len,
bool use_default )

Definition at line 340 of file phpdbg_prompt.c.

◆ phpdbg_interactive()

int phpdbg_interactive ( bool allow_async_unsafe,
char * input )

◆ phpdbg_string_init()

void phpdbg_string_init ( char * buffer)

Definition at line 294 of file phpdbg_prompt.c.

◆ phpdbg_try_file_init()

void phpdbg_try_file_init ( char * init_file,
size_t init_file_len,
bool free_init )

Definition at line 309 of file phpdbg_prompt.c.

Variable Documentation

◆ phpdbg_prompt_commands

const phpdbg_command_t phpdbg_prompt_commands[]
extern

Definition at line 63 of file phpdbg_prompt.c.