Home
last modified time | relevance | path

Searched refs:phpdbg_interactive (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.h28 int phpdbg_interactive(zend_bool allow_async_unsafe, char *input);
H A Dphpdbg.c887 switch (phpdbg_interactive(1, NULL)) { in php_sapi_phpdbg_log_message()
1987 phpdbg_interactive(1, estrdup(first_command)); in main()
2001 phpdbg_interactive(1, NULL); in main()
H A Dphpdbg_prompt.c1607 int phpdbg_interactive(zend_bool allow_async_unsafe, char *input) /* {{{ */ in phpdbg_interactive() function
1709 switch (phpdbg_interactive(allow_async_unsafe, NULL)) { \

Completed in 19 milliseconds