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-- PHP5.4 (new thing)->call() --SKIPIF-- <?php if (version_compare(PHP_VERSION, '5...

Decoded Output download

--TEST--
PHP5.4 (new thing)->call()
--SKIPIF--
<?php 
if (version_compare(PHP_VERSION, '5.4', '<')) exit("Skip This test is for PHP 5.5 only.");
?>
--FILE--
<?php
class simple {
  public function call() {
    echo 'pass';
  }
}

(new simple)->call();
--EXPECT--
pass
 ?>

Did this file decode correctly?

Original Code

--TEST--
PHP5.4 (new thing)->call()
--SKIPIF--
<?php 
if (version_compare(PHP_VERSION, '5.4', '<')) exit("Skip This test is for PHP 5.5 only.");
?>
--FILE--
<?php
class simple {
  public function call() {
    echo 'pass';
  }
}

(new simple)->call();
--EXPECT--
pass

Function Calls

None

Variables

None

Stats

MD5 5b895c313358c59466cb63b02a467492
Eval Count 0
Decode Time 95 ms