%PDF- %PDF-
Direktori : /var/www/html/hrsys/api/vendor/phpunit/phpunit/tests/end-to-end/ |
Current File : /var/www/html/hrsys/api/vendor/phpunit/phpunit/tests/end-to-end/phpt-stdin.phpt |
--TEST-- PHPT runner supports STDIN section --STDIN-- Hello World --FILE-- <?php declare(strict_types=1); $input = \file_get_contents('php://stdin'); print $input; --EXPECT-- Hello World