Diff for /embedaddon/php/tests/classes/type_hinting_005c.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, 2012/05/29 12:34:34
Line 9  Class D extends C { function f(array $a) {} } Line 9  Class D extends C { function f(array $a) {} }
 ?>  ?>
 ==DONE==  ==DONE==
 --EXPECTF--  --EXPECTF--
Strict Standards: Declaration of D::f() should be compatible with that of C::f() in %s on line 5Strict Standards: Declaration of D::f() should be compatible with C::f(SomeClass $a) in %s on line 5
 Array hint, should be class.  Array hint, should be class.
 ==DONE==  
   
   ==DONE==

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


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