Diff for /embedaddon/php/tests/classes/ctor_in_interface_02.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:06 version 1.1.1.2, 2013/07/22 01:32:14
Line 29  class implem13 implements constr1, constr3 Line 29  class implem13 implements constr1, constr3
         {          {
         }          }
 }  }
   
 ?>  ?>
 --EXPECTF--  --EXPECTF--
 Fatal error: Declaration of implem13::__construct() must be compatible with constr3::__construct($a) in %s on line %d  Fatal error: Declaration of implem13::__construct() must be compatible with constr3::__construct($a) in %s on line %d

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>