Test: /ext/standard/tests/file/popen_pclose_error.phpt - Version 7.4.13    

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

Count Diff
680 (100%)
008+ resource(4) of type (stream) 009+ sh: abc.txt: not found 009- Warning: popen(abc.txt,rw): %s on line %d 010- bool(false) 011-
1 (0%)
008+ sh: abc.txt: not found 009+ resource(4) of type (stream) 009- Warning: popen(abc.txt,rw): %s on line %d 010- bool(false) 011-
1 (0%)
001+ sh: /home/work/install/php-7.4.13/sapi/cli/php: Permission denied 001- *** Testing for error conditions *** 002- 003- Warning: popen() expects exactly 2 parameters, 0 given in %s on line %d 004- NULL 005- 006- Warning: popen() expects exactly 2 parameters, 1 given in %s on line %d 007- NULL 008- 009- Warning: popen(abc.txt,rw): %s on line %d 010- bool(false) 011- 012- Warning: pclose() expects exactly 1 parameter, 0 given in %s on line %d 013- bool(false) 014- 015- Warning: pclose() expects exactly 1 parameter, 2 given in %s on line %d 016- bool(false) 017- 018- Warning: pclose() expects parameter 1 to be resource, int given in %s on line %d 019- bool(false) 020- 021- --- Done ---