[PHP-DEV] [RFC] Change var_dump back?

2008-05-25 Thread Marcus Boerger
Hello Internals, now that we got rid of the unicode.semantics switch, should we change var_dump(foo) from showing 'unicode(3) foo' back to 'string(3) foo' as it is the new string type and change the other output to show 'binary' which it is now? And long those lines should we change all

Re: [PHP-DEV] [RFC] Change var_dump back?

2008-05-25 Thread Steph Fox
Hi Marcus, now that we got rid of the unicode.semantics switch, should we change var_dump(foo) from showing 'unicode(3) foo' back to 'string(3) foo' as it is the new string type and change the other output to show 'binary' which it is now? And long those lines should we change all occurances

Re: [PHP-DEV] [RFC] Change var_dump back?

2008-05-25 Thread Geoffrey Sneddon
On 25 May 2008, at 19:28, Marcus Boerger wrote: now that we got rid of the unicode.semantics switch, should we change var_dump(foo) from showing 'unicode(3) foo' back to 'string(3) foo' as it is the new string type and change the other output to show 'binary' which it is now? I'd say

Re: [PHP-DEV] [RFC] Change var_dump back?

2008-05-25 Thread Marcus Boerger
Hello Geoffrey, Sunday, May 25, 2008, 10:29:54 PM, you wrote: On 25 May 2008, at 19:28, Marcus Boerger wrote: now that we got rid of the unicode.semantics switch, should we change var_dump(foo) from showing 'unicode(3) foo' back to 'string(3) foo' as it is the new string type and