From 2d0d09830c66a6e75294dabb00decd3fbba94787 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 22 Dec 2006 01:20:24 +0000 Subject: [PATCH] Fix tests --- ext/ftp/tests/005.phpt | 2 +- ext/standard/tests/array/locale_sort.phpt | 4 ++-- ext/standard/tests/strings/substr_compare.phpt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/ftp/tests/005.phpt b/ext/ftp/tests/005.phpt index bbc11e87ae..c79f863ce1 100644 --- a/ext/ftp/tests/005.phpt +++ b/ext/ftp/tests/005.phpt @@ -66,7 +66,7 @@ int(-1) Warning: ftp_mkdir(): Command not implemented (7). in %s005.php on line 20 bool(false) -Warning: ftp_nb_continue(): no nbronous transfer to continue. in %s005.php on line 21 +Warning: ftp_nb_continue(): no nbronous transfer to continue in %s005.php on line 21 int(0) Warning: ftp_nb_fget(): Mode must be FTP_ASCII or FTP_BINARY in %s005.php on line 22 diff --git a/ext/standard/tests/array/locale_sort.phpt b/ext/standard/tests/array/locale_sort.phpt index 0c6934c6d8..fb63d5980a 100644 --- a/ext/standard/tests/array/locale_sort.phpt +++ b/ext/standard/tests/array/locale_sort.phpt @@ -2,7 +2,7 @@ Sort with SORT_LOCALE_STRING --SKIPIF-- "Alberta", "BC" => "Colombie-Britannique", diff --git a/ext/standard/tests/strings/substr_compare.phpt b/ext/standard/tests/strings/substr_compare.phpt index 3cbc8704eb..91a7087c79 100644 --- a/ext/standard/tests/strings/substr_compare.phpt +++ b/ext/standard/tests/strings/substr_compare.phpt @@ -24,7 +24,7 @@ int(0) int(1) int(-1) -Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d +Warning: substr_compare(): The specified segment exceeds string length in %s on line %d bool(false) Warning: substr_compare() expects parameter 5 to be boolean, object given in %s on line %d @@ -44,7 +44,7 @@ int(0) int(1) int(-1) -Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d +Warning: substr_compare(): The specified segment exceeds string length in %s on line %d bool(false) Warning: substr_compare() expects parameter 5 to be boolean, object given in %s on line %d -- 2.50.1