Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Test that the Hprose\Tags class works. --SKIPIF-- <?php if (!extension_loaded("hp..
Decoded Output download
--TEST--
Test that the Hprose\Tags class works.
--SKIPIF--
<?php if (!extension_loaded("hprose")) print "skip"; ?>
--FILE--
<?php
echo HproseTags::TagInteger;
echo HproseTags::TagEnd;
?>
--EXPECT--
iz
Did this file decode correctly?
Original Code
--TEST--
Test that the Hprose\Tags class works.
--SKIPIF--
<?php if (!extension_loaded("hprose")) print "skip"; ?>
--FILE--
<?php
echo HproseTags::TagInteger;
echo HproseTags::TagEnd;
?>
--EXPECT--
iz
Function Calls
extension_loaded | 1 |
Stats
MD5 | 69452a791f93a9f9370cd40477e6be80 |
Eval Count | 0 |
Decode Time | 91 ms |