summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/soundex_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/soundex_error.phpt')
-rw-r--r--ext/standard/tests/strings/soundex_error.phpt7
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/standard/tests/strings/soundex_error.phpt b/ext/standard/tests/strings/soundex_error.phpt
index 20cf2c9d3e..8ff93b6d70 100644
--- a/ext/standard/tests/strings/soundex_error.phpt
+++ b/ext/standard/tests/strings/soundex_error.phpt
@@ -6,7 +6,7 @@ Test soundex() function : error conditions
* Description: Calculate the soundex key of a string
* Source code: ext/standard/string.c
*/
-
+
echo "\n*** Testing soundex error conditions ***";
echo "-- Testing soundex() function with Zero arguments --\n";
@@ -17,7 +17,7 @@ $str = "Euler";
$extra_arg = 10;
var_dump( soundex( $str, $extra_arg) );
-?>
+?>
===DONE===
--EXPECTF--
*** Testing soundex error conditions ***-- Testing soundex() function with Zero arguments --
@@ -30,5 +30,4 @@ NULL
Warning: soundex() expects exactly 1 parameter, 2 given in %s on line %d
NULL
-
-===DONE=== \ No newline at end of file
+===DONE===