On 3/30/12 7:27 PM, Yasuo Ohgaki wrote:
> Hi Stas,
> 
> Just FYI.
> Following bugs are needed to be fixed before 5.4.1, I think.
> 
> https://bugs.php.net/bug.php?id=61526
> Which is right, doc or code?

Both. The parameter means that first argument (object) can be a string,
and if it is, it will be passed to autoloader to find the class. See bug
#55475 for the discussion.

> 
> https://bugs.php.net/bug.php?id=61507
> This is worse than isset($str[0][0]) issue.

Non-string offsets do not work in strings, because they don't make sense
in strings.
-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to