Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_cmd.c723 char buf[PHPDBG_MAX_CMD]; in phpdbg_read_input()
750 if (!fgets(buf, PHPDBG_MAX_CMD, PHPDBG_G(io)[PHPDBG_STDIN])) { in phpdbg_read_input()
762 char buf[PHPDBG_MAX_CMD]; in phpdbg_read_input()
763 if (fgets(buf, PHPDBG_MAX_CMD, PHPDBG_G(io)[PHPDBG_STDIN])) { in phpdbg_read_input()
H A Dphpdbg_cmd.h107 #define PHPDBG_MAX_CMD 500 macro
H A Dphpdbg_prompt.c198 char cmd[PHPDBG_MAX_CMD]; in phpdbg_try_file_init()
204 while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) { in phpdbg_try_file_init()

Completed in 12 milliseconds