Searched refs:PHPDBG_MAX_CMD (Results 1 – 3 of 3) sorted by relevance
723 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()
107 #define PHPDBG_MAX_CMD 500 macro
198 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 9 milliseconds