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

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

Count Diff
398 (99%)
004+ STDOUT (constant): bool(false)
005+ STDOUT (fopen): bool(false)
006+ STDOUT (php://fd/1): bool(false)
004- STDOUT (constant): bool(true)
005- STDOUT (fopen): bool(true)
006- STDOUT (php://fd/1): 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)