PHPDBG_MAX_CMD    723 sapi/phpdbg/phpdbg_cmd.c 	char buf[PHPDBG_MAX_CMD];
PHPDBG_MAX_CMD    750 sapi/phpdbg/phpdbg_cmd.c 			if (!fgets(buf, PHPDBG_MAX_CMD, PHPDBG_G(io)[PHPDBG_STDIN])) {
PHPDBG_MAX_CMD    762 sapi/phpdbg/phpdbg_cmd.c 				char buf[PHPDBG_MAX_CMD];
PHPDBG_MAX_CMD    763 sapi/phpdbg/phpdbg_cmd.c 				if (fgets(buf, PHPDBG_MAX_CMD, PHPDBG_G(io)[PHPDBG_STDIN])) {
PHPDBG_MAX_CMD    198 sapi/phpdbg/phpdbg_prompt.c 			char cmd[PHPDBG_MAX_CMD];
PHPDBG_MAX_CMD    204 sapi/phpdbg/phpdbg_prompt.c 			while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) {