diff options
| author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:37:48 -0400 |
|---|---|---|
| committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:37:48 -0400 |
| commit | eddbbea4325e602ddc87c545531609132d4f0e3b (patch) | |
| tree | f0994206a7e0a6251be7cc6729ba480f0c8729c2 /ext/ftp/tests | |
| parent | 2d4e5b09576bb4f0ba716cc82cdf29ea04d9184b (diff) | |
| download | php-eddbbea4325e602ddc87c545531609132d4f0e3b.tar.gz | |
Imported Upstream version 5.2.3upstream/5.2.3
Diffstat (limited to 'ext/ftp/tests')
| -rw-r--r-- | ext/ftp/tests/bug27809.phpt | 2 | ||||
| -rw-r--r-- | ext/ftp/tests/bug37799.phpt | 2 | ||||
| -rw-r--r-- | ext/ftp/tests/bug39458-2.phpt | 2 | ||||
| -rw-r--r-- | ext/ftp/tests/bug39458.phpt | 2 | ||||
| -rw-r--r-- | ext/ftp/tests/bug39583-2.phpt | 2 | ||||
| -rw-r--r-- | ext/ftp/tests/bug39583.phpt | 2 | ||||
| -rw-r--r-- | ext/ftp/tests/bug7216-2.phpt | 2 | ||||
| -rw-r--r-- | ext/ftp/tests/bug7216.phpt | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ext/ftp/tests/bug27809.phpt b/ext/ftp/tests/bug27809.phpt index bcbe03f13..ff9765c10 100644 --- a/ext/ftp/tests/bug27809.phpt +++ b/ext/ftp/tests/bug27809.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #27809: ftp_systype returns null +Bug #27809 (ftp_systype returns null) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug37799.phpt b/ext/ftp/tests/bug37799.phpt index a47d58678..bc9ce002a 100644 --- a/ext/ftp/tests/bug37799.phpt +++ b/ext/ftp/tests/bug37799.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #37799: ftp_ssl_connect() falls back to non-ssl connection +Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection) --SKIPIF-- <?php $ssl = 1; diff --git a/ext/ftp/tests/bug39458-2.phpt b/ext/ftp/tests/bug39458-2.phpt index 4cd2a4523..9e4be5d5f 100644 --- a/ext/ftp/tests/bug39458-2.phpt +++ b/ext/ftp/tests/bug39458-2.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39458: ftp_nlist() returns false on empty directories (other server behaviour) +Bug #39458 (ftp_nlist() returns false on empty directories (other server behaviour)) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug39458.phpt b/ext/ftp/tests/bug39458.phpt index 5ea345776..828664990 100644 --- a/ext/ftp/tests/bug39458.phpt +++ b/ext/ftp/tests/bug39458.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39458: ftp_nlist() returns false on empty directories +Bug #39458 (ftp_nlist() returns false on empty directories) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug39583-2.phpt b/ext/ftp/tests/bug39583-2.phpt index 44921b320..0a8423d39 100644 --- a/ext/ftp/tests/bug39583-2.phpt +++ b/ext/ftp/tests/bug39583-2.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39583: FTP always transfers in binary mode +Bug #39583 (FTP always transfers in binary mode) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug39583.phpt b/ext/ftp/tests/bug39583.phpt index 3c73758dc..b3af56ec0 100644 --- a/ext/ftp/tests/bug39583.phpt +++ b/ext/ftp/tests/bug39583.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39583: FTP always transfers in binary mode +Bug #39583 (FTP always transfers in binary mode) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug7216-2.phpt b/ext/ftp/tests/bug7216-2.phpt index 62b6ec84b..23ab85119 100644 --- a/ext/ftp/tests/bug7216-2.phpt +++ b/ext/ftp/tests/bug7216-2.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #7216: ftp_mkdir returns nothing (2) +Bug #7216 (ftp_mkdir returns nothing (2)) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug7216.phpt b/ext/ftp/tests/bug7216.phpt index 870e02ea6..000bb1ded 100644 --- a/ext/ftp/tests/bug7216.phpt +++ b/ext/ftp/tests/bug7216.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #7216: ftp_mkdir returns nothing +Bug #7216 (ftp_mkdir returns nothing) --SKIPIF-- <?php require 'skipif.inc'; |
