diff options
| author | Stanislav Malyshev <stas@php.net> | 2014-07-08 14:13:46 -0700 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2014-07-08 15:04:09 -0700 |
| commit | cd1130751d852ee16a164323bc415108a3e51bc8 (patch) | |
| tree | 17d3e86a22bde15bffa84037d14bf755817e4406 /ext | |
| parent | 02111855483208da891e15ea10136287f8e9f3e1 (diff) | |
| download | php-git-cd1130751d852ee16a164323bc415108a3e51bc8.tar.gz | |
fix unstable test
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/ftp/tests/bug37799.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/tests/bug37799.phpt b/ext/ftp/tests/bug37799.phpt index bc9ce002a8..7636081a4e 100644 --- a/ext/ftp/tests/bug37799.phpt +++ b/ext/ftp/tests/bug37799.phpt @@ -18,5 +18,5 @@ var_dump(ftp_login($ftp, 'user', 'pass')); ftp_close($ftp); ?> --EXPECTF-- -Warning: ftp_login(): bogus msg in %sbug37799.php on line 8 +Warning: ftp_login(): %rdummy|bogus msg%r in %sbug37799.php on line 8 bool(false) |
