moriyoshi               Sun Nov 10 13:43:19 2002 EDT

  Added files:                 
    /php4/tests/lang    bug17882.phpt 
  Log:
  Added a test case for bug #17882
  
  

Index: php4/tests/lang/bug17882.phpt
+++ php4/tests/lang/bug17882.phpt
--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 %d



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to