Test: /ext/standard/tests/streams/bug77680.phpt - Version 7.3.12        

Bug #77680 recursive mkdir on ftp stream wrapper is incorrect
Submitted: 2019-02-28 12:38:20 Modified:
From: calin.don Assigned:
Status: Closed Package: Directory function related
PHP Version: Irrelevant OS:

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: mkdir(): connect() failed: Connection refused in %s/bug77680.php on line 7
002+
003+ Warning: mkdir(): Unable to connect to ftp://localhost:64194/one/two/three/ in %s/bug77680.php on line 7
004+ ==DONE==
005+
006+ Warning: stream_socket_accept(): accept failed: Connection timed out in /root/php-7.3.12/ext/ftp/tests/server.inc on line 89
007+ Error accepting a new connection
001- string(20) "CWD /one/two/three
002- "
003- string(14) "CWD /one/two
004- "
005- string(10) "CWD /one
006- "
007- string(7) "CWD /
008- "
009- string(7) "MKD /
010- "
011- string(10) "MKD /one
012- "
013- string(14) "MKD /one/two
014- "
015- string(20) "MKD /one/two/three
016- "
017- ==DONE==