Test: /tests/output/stream_isatty_in-out.phpt - Version 7.3.0-dev    

There are 3 different diffs reported by users for this test.

Count Diff
398 (99%)
007+ STDERR (constant): bool(false)
008+ STDERR (fopen): bool(false)
009+ STDERR (php://fd/2): bool(false)
007- STDERR (constant): bool(true)
008- STDERR (fopen): bool(true)
009- STDERR (php://fd/2): bool(true)
2 (0%)
001+ Warning: Use of undefined constant STDIN - assumed 'STDIN' (this will throw an Error in a future version of PHP) in /home/travis/build/RobberPhex/php-src/tests/output/stream_isatty.inc on line 6
002+ STDIN (constant):
003+ Warning: stream_isatty() expects parameter 1 to be resource, string given in /home/travis/build/RobberPhex/php-src/tests/output/stream_isatty.inc on line 23
004+ bool(false)
001- STDIN (constant): bool(false)
1 (0%)
001+ Warning: Use of undefined constant STDIN - assumed 'STDIN' (this will throw an Error in a future version of PHP) in /home/travis/build/php/php-src/tests/output/stream_isatty.inc on line 6
002+ STDIN (constant):
003+ Warning: stream_isatty() expects parameter 1 to be resource, string given in /home/travis/build/php/php-src/tests/output/stream_isatty.inc on line 23
004+ bool(false)
001- STDIN (constant): bool(false)