On 18/11/2014 23:20, Rowan Collins wrote:
If a fatal error is being raised, it makes (some) sense to skip that evaluation

To be honest, it's a little weird to me that these two programs behave differently:

$a = print('hello');
non_existent_function($a);

vs

non_existent_function( print('hello') );

But relying on the exact behaviour during a fatal error would certainly be ill-advised.

--
Rowan Collins
[IMSoP]


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

Reply via email to