]> granicus.if.org Git - php/commitdiff
Removed the test. I should have been more aware of variability of
authorMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 11 Nov 2002 00:16:09 +0000 (00:16 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 11 Nov 2002 00:16:09 +0000 (00:16 +0000)
error messages. Thanks Ilia.

tests/lang/bug17882.phpt [deleted file]

diff --git a/tests/lang/bug17882.phpt b/tests/lang/bug17882.phpt
deleted file mode 100644 (file)
index a3c3be2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---TEST--
-Bug #17882 (case sensitivity of functions in classes)
---FILE--
-<?php
-class X {
-  function a() {}  
-  function A() {} 
-}
-class Y {
-  function A() {}  
-  function A() {} 
-}
-?>
---EXPECTF--
-Fatal error: Cannot redeclare a() in %s/bug17882.php on line 4