Test: /ext/standard/tests/streams/opendir-001.phpt - Version 7.2.12    

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

Count Diff
1 (33%)
001+ Warning: opendir(): ftp:// wrapper is disabled in the server configuration by allow_url_fopen=0 in %s/opendir-001.php on line 7
002+
003+ Warning: opendir(ftp://localhost:55941/bogusdir): failed to open dir: no suitable wrapper could be found in %s/opendir-001.php on line 7
001- Warning: opendir(ftp://localhost:%d/bogusdir): failed to open dir: FTP server reports 250 /bogusdir: No such file or directory
002- in %s on line %d
006+
007+ Warning: stream_socket_accept(): accept failed: Interrupted system call in /home/susan/php-7.2.12/ext/ftp/tests/server.inc on line 96
008+ Error accepting a new connection
1 (33%)
001+ Warning: opendir(): connect() failed: Connection refused in %s/opendir-001.php on line 7
002+
003+ Warning: opendir(ftp://localhost:56957/bogusdir): failed to open dir: operation failed in %s/opendir-001.php on line 7
001- Warning: opendir(ftp://localhost:%d/bogusdir): failed to open dir: FTP server reports 250 /bogusdir: No such file or directory
002- in %s on line %d
006+
007+ Warning: stream_socket_accept(): accept failed: Connection timed out in /root/php-7.2.12/ext/ftp/tests/server.inc on line 96
008+ Error accepting a new connection
1 (33%)
001+ ** ERROR: process timed out **
001- Warning: opendir(ftp://localhost:%d/bogusdir): failed to open dir: FTP server reports 250 /bogusdir: No such file or directory
002- in %s on line %d
003- bool(false)
004- ==DONE==