PageRenderTime 37ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): LGPL-2.1, BSD-2-Clause, BSD-3-Clause, MPL-2.0-no-copyleft-exception, MIT, LGPL-2.0, Apache-2.0
  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. ?>