Removed the test. I should have been more aware of variability of

error messages. Thanks Ilia.
This commit is contained in:
Moriyoshi Koizumi 2002-11-11 00:16:09 +00:00
parent 85e9468b1d
commit 5e2464ed38

View File

@ -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