summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/chop_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/chop_variation5.phpt')
-rw-r--r--ext/standard/tests/strings/chop_variation5.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/strings/chop_variation5.phpt b/ext/standard/tests/strings/chop_variation5.phpt
index 7d915c2c86..c0fe43976f 100644
--- a/ext/standard/tests/strings/chop_variation5.phpt
+++ b/ext/standard/tests/strings/chop_variation5.phpt
@@ -2,11 +2,6 @@
Test chop() function : usage variations - miscellaneous arguments
--FILE--
<?php
-/* Prototype : string chop ( string $str [, string $charlist] )
- * Description: Strip whitespace (or other characters) from the end of a string
- * Source code: ext/standard/string.c
-*/
-
/*
* Testing chop() : with miscellaneous arguments
*/