/hphp/test/slow/ext_wddx/bug52468.php
http://github.com/facebook/hiphop-php · PHP · 8 lines · 5 code · 3 blank · 0 comment · 0 complexity · 2f47bf5d3d1bb8f10bf7d95a45069f2b MD5 · raw file
- <?php
- $message = "<wddxPacket version='1.0'><header><comment>my_command</comment></header><data><struct><var name='handle'><number></number></var></struct></data></wddxPacket>";
- print_r(wddx_deserialize($message));
- print_r(wddx_deserialize($message));
- ?>