ID: 3263
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Won\'t fix
Bug Type: Other
Operating System: GNU/Linux
PHP Version: 3.0.14
New Comment:
The bug is from 1999! I thought it was pretty funny to get something on
it now, I can only assume you're clearing out old unresolved bug
reports.... :-)
Previous Comments:
------------------------------------------------------------------------
[2002-10-01 15:11:56] [EMAIL PROTECTED]
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.
works in php4
------------------------------------------------------------------------
[2000-01-20 17:59:18] [EMAIL PROTECTED]
$forwards=sprintf("%s%c%s", "bob@", 0, "[EMAIL PROTECTED]");
$forward[]=$forwards;
$debug=fopen("/tmp/output", "w");
fwrite ($debug, implode("", $forward), 255);
print "Hello";
Produces the output:
bob@<00><string of bytes from memory>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=3263&edit=1