|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-11-08 13:33 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 11:00:02 2025 UTC |
Description: ------------ in CLI mode, It is no output without over than 1024 byte character or new line character. Reproduce code: --------------- in test.php <?php echo "test"; // No result ?> % php test.php Expected result: ---------------- test Actual result: -------------- No output