관리-도구
편집 파일: phpt-stdin.phpt
--TEST-- PHPT runner supports STDIN section --STDIN-- Hello World --FILE-- <?php $input = \file_get_contents('php://stdin'); print $input; ?> --EXPECT-- Hello World