summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/strrpos_basic2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/strrpos_basic2.phpt')
-rw-r--r--ext/standard/tests/strings/strrpos_basic2.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/strings/strrpos_basic2.phpt b/ext/standard/tests/strings/strrpos_basic2.phpt
index 4698aafebf..9d84a7613c 100644
--- a/ext/standard/tests/strings/strrpos_basic2.phpt
+++ b/ext/standard/tests/strings/strrpos_basic2.phpt
@@ -2,11 +2,6 @@
Test strrpos() function : basic functionality - with all arguments
--FILE--
<?php
-/* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
- * Description: Find position of last occurrence of 'needle' in 'haystack'
- * Source code: ext/standard/string.c
-*/
-
echo "*** Testing strrpos() function: basic functionality ***\n";
$heredoc_str = <<<EOD
Hello, World