PHP Classes

File: Library/vendor/phpunit/phpunit/tests/TextUI/phpt-stdin.phpt

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/phpunit/phpunit/tests/TextUI/phpt-stdin.phpt   Download  
File: Library/vendor/phpunit/phpunit/tests/TextUI/phpt-stdin.phpt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 163 bytes
 

Contents

Class file image Download
--TEST-- PHPT runner supports STDIN section --STDIN-- Hello World --FILE-- <?php $input = file_get_contents('php://stdin'); echo $input; ?> --EXPECT-- Hello World