On Fri Aug 20 09:10 AM, Jonathan Bond-Caron wrote:
> 
> Maybe Stas can comment but I can't reproduce the E_STRICT warning Is 
> this php HEAD?
> 
> class ObjParent {
>         function set($param2 = '') {}
> }
> 
> class ObjChild extends ObjParent {
>          function set(){  echo "."; }
> }
> 

My mistake, 
Strict Standards: Declaration of ObjChild::set() should be compatible with that 
of ObjParent::set()

I'll let the strict vs loose php battle this one out :)


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to