19#ifndef PHPDBG_PROMPT_H
20#define PHPDBG_PROMPT_H
24void phpdbg_init(
char *init_file,
size_t init_file_len,
bool use_default);
dl(string $extension_filename)
#define PHPDBG_COMMAND(name)
struct _phpdbg_command_t phpdbg_command_t
const phpdbg_command_t phpdbg_prompt_commands[]
void phpdbg_force_interruption(void)
void phpdbg_init(char *init_file, size_t init_file_len, bool use_default)
void phpdbg_execute_ex(zend_execute_data *execute_data)
void phpdbg_string_init(char *buffer)
void phpdbg_try_file_init(char *init_file, size_t init_file_len, bool free_init)
int phpdbg_compile_stdin(zend_string *code)
int phpdbg_interactive(bool allow_async_unsafe, char *input)
struct _zend_string zend_string
struct _zend_execute_data zend_execute_data
zend_generator * generator