/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

  1. <?php
  2. $message = "<wddxPacket version='1.0'><header><comment>my_command</comment></header><data><struct><var name='handle'><number></number></var></struct></data></wddxPacket>";
  3. print_r(wddx_deserialize($message));
  4. print_r(wddx_deserialize($message));
  5. ?>