Re: [PHP-DEV] RE: [PHP-QA] Problem with strings on Win32 From: Alexander Feldman (alex <email protected>)
Date: 02/20/01

Hi,

I can not understand very well the question, but you can produce such an
output with the following php script:

<?php
    $i = "\x00\x00\x00\x00\x00\x00";
    var_dump($i);
?>

The interpreter is binary safe and that's ok. Perhaps the var_dump
function can be enhanced, but it is supposed only for internal usage,
isn't it?

Regards:

--
Alex

On Tue, 20 Feb 2001, James Moore wrote:

> > ** > > string(6) "" > > > > . So, the variable's type and size are set correctly, but not its value. > > > > I'm using yesterday's CVS on Windows 2000 Professional. Sascha already > > checked this on his machine(s) and could NOT reproduce this. > > Sorry to ask this but your not being stupid and looking at the output > through a browser?? > > James > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, e-mail: php-dev-unsubscribe <email protected> > For additional commands, e-mail: php-dev-help <email protected> > To contact the list administrators, e-mail: php-list-admin <email protected> >

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>