]> granicus.if.org Git - php/commitdiff
remove unnecessary sections
authorMarcus Boerger <helly@php.net>
Fri, 25 Oct 2002 10:28:37 +0000 (10:28 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 25 Oct 2002 10:28:37 +0000 (10:28 +0000)
#becomes an example

ext/standard/tests/strings/strtr.phpt

index 2cab3a4317213ab69664f55ce3a78cd0591dae1e..685f0ec678e4fdc89167caa73b5422b98265c1f1 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 strtr() function
---POST--
---GET--
 --FILE--
 <?php
 $trans = array("hello" => "hi", "hi" => "hello","a" => "A","world" => "planet");