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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]