Searched refs:phpdbg_interactive (Results 1 – 3 of 3) sorted by relevance
26 int phpdbg_interactive(zend_bool allow_async_unsafe, char *input);
1551 int phpdbg_interactive(zend_bool allow_async_unsafe, char *input) /* {{{ */ in phpdbg_interactive() function1661 switch (phpdbg_interactive(allow_async_unsafe, NULL)) { \1677 phpdbg_interactive(allow_async_unsafe, NULL); \
813 switch (phpdbg_interactive(1, NULL)) { in php_sapi_phpdbg_log_message()1932 phpdbg_interactive(1, estrdup(first_command)); in main()1946 phpdbg_interactive(1, NULL); in main()
Completed in 16 milliseconds