diff options
Diffstat (limited to 'ext/standard/tests/strings/strrchr_variation2.phpt')
-rw-r--r-- | ext/standard/tests/strings/strrchr_variation2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/strings/strrchr_variation2.phpt b/ext/standard/tests/strings/strrchr_variation2.phpt index 46d7e99e5f..4e42818938 100644 --- a/ext/standard/tests/strings/strrchr_variation2.phpt +++ b/ext/standard/tests/strings/strrchr_variation2.phpt @@ -71,7 +71,7 @@ $needle = array( 42, //needle as int(ASCII value of '*') $haystack //haystack as needle ); - + /* loop through to get the position of the needle in haystack string */ $count = 1; for($index=0; $index<count($needle); $index++) { |