ID:               40168
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php dot net at benjamin dot schulz dot name
-Status:           Open
+Status:           Closed
 Bug Type:         Streams related
 Operating System: linux
 PHP Version:      5.2.1RC3
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2007-01-19 14:35:29] php dot net at benjamin dot schulz dot name

Description:
------------
see the summary

Reproduce code:
---------------
class foo {}
stream_wrapper_register("foo", "foo");
$t = stream_get_wrappers();
$t = array_pop($t);
var_dump($t); // string(4) "foo



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=40168&edit=1

Reply via email to