]> granicus.if.org Git - php/commitdiff
remove original version
authorMarcus Boerger <helly@php.net>
Sat, 26 Oct 2002 16:58:38 +0000 (16:58 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 26 Oct 2002 16:58:38 +0000 (16:58 +0000)
ext/standard/tests/strings/002.phpt [deleted file]

diff --git a/ext/standard/tests/strings/002.phpt b/ext/standard/tests/strings/002.phpt
deleted file mode 100644 (file)
index e13593d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-Test whether strstr() and strrchr() are binary safe.
---POST--
---GET--
---FILE--
-<?php
-$s = "alabala nica".chr(0)."turska panica";
-var_dump(strlen(strstr($s, "nic")));
-var_dump(strlen(strrchr($s," nic")));
-?>
---EXPECT--
-int(18)
-int(19)
\ No newline at end of file