Searched refs:phpdbg_interactive (Results 1 – 3 of 3) sorted by relevance
28 int phpdbg_interactive(zend_bool allow_async_unsafe, char *input);
887 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()
1607 int phpdbg_interactive(zend_bool allow_async_unsafe, char *input) /* {{{ */ in phpdbg_interactive() function1709 switch (phpdbg_interactive(allow_async_unsafe, NULL)) { \
Completed in 15 milliseconds