[PHP-DEV] test bug60322

2013-06-13 Thread Pierre Joye
hi Stas, tests/output/bug60322.phpt - var_dump(ob_get_clean()); prints string(0) instead of bool(false); 5.3/4/5 recent builds Is the test wrong or the fix? Cheers, -- Pierre @pierrejoye | http://www.libgd.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

[PHP-DEV] Re: test bug60322

2013-06-13 Thread Stas Malyshev
Hi! tests/output/bug60322.phpt - var_dump(ob_get_clean()); prints string(0) instead of bool(false); 5.3/4/5 recent builds Produces false for me. As it should be. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP

[PHP-DEV] Re: test bug60322

2013-06-13 Thread Pierre Joye
On Thu, Jun 13, 2013 at 10:37 AM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! tests/output/bug60322.phpt - var_dump(ob_get_clean()); prints string(0) instead of bool(false); 5.3/4/5 recent builds Produces false for me. As it should be. 'works for me' is barely an answer ;-) Fails on

Re: [PHP-DEV] Internal object orientation documentation available!

2013-06-13 Thread Julien Pauli
On Wed, Jun 12, 2013 at 10:04 PM, Nikita Popov nikita@gmail.com wrote: On Wed, Jun 12, 2013 at 11:04 AM, Terry Ellison ellison.te...@gmail.com wrote: On 10/06/13 19:33, Nikita Popov wrote: We just published some rather extensive documentation on internal object orientation:

[PHP-DEV] Re: test bug60322

2013-06-13 Thread Stas Malyshev
Hi! Fails on 5 boxes here. What's your settings? It would be much more useful to know what is *your* settings, since it is where the tests are failing. But never mind, I think I know where the problem is. The loop in the test: while(ob_get_clean()); is wrong, since it would terminate at