ID:               48976
 Updated by:       [email protected]
 Reported By:      marc-bennewitz at arcor dot de
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: WinXP
 PHP Version:      5.3.0
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php




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

[2009-07-19 18:05:12] marc-bennewitz at arcor dot de

Description:
------------
Missing Error on serialize resources with serialize and
wddx_serialize_value

Reproduce code:
---------------
$value = fopen(__FILE__, 'rb');
var_dump(serialize($value));
var_dump(wddx_serialize_value($value));


Expected result:
----------------
FALSE and PHP-Notice-Message for both serialize calls

Actual result:
--------------
string(4) "i:0;"
string(61) "<wddxPacket
version='1.0'><header/><data></data></wddxPacket>"


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


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

Reply via email to