summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/str_replace_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/str_replace_error.phpt')
-rw-r--r--ext/standard/tests/strings/str_replace_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/str_replace_error.phpt b/ext/standard/tests/strings/str_replace_error.phpt
index 38c62dc86c..b66fd8c9ec 100644
--- a/ext/standard/tests/strings/str_replace_error.phpt
+++ b/ext/standard/tests/strings/str_replace_error.phpt
@@ -5,9 +5,9 @@ precision=14
--FILE--
<?php
/*
- Prototype: mixed str_replace(mixed $search, mixed $replace,
+ Prototype: mixed str_replace(mixed $search, mixed $replace,
mixed $subject [, int &$count]);
- Description: Replace all occurrences of the search string with
+ Description: Replace all occurrences of the search string with
the replacement string
*/