![]() |
|
||||
|
Sample Test: sample009.phptBack to "PHPT Test File Layout" --TEST-- STDIN input --FILE-- <?php var_dump(stream_get_contents(STDIN)); ?> --STDIN-- fooBar use this to input some thing to the php script --EXPECT-- string(54) "fooBar use this to input some thing to the php script " Back to "PHPT Test File Layout" |
|
Last update: Fri Jul 17 20:45:03 2009 UTC |