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-- zip_open() function --EXTENSIONS-- zip --FILE-- <?php $zip = zip_open(__DIR__."/t..

Decoded Output download

--TEST--
zip_open() function
--EXTENSIONS--
zip
--FILE--
<?php
$zip = zip_open(__DIR__."/test_procedural.zip");

echo is_resource($zip) ? "OK" : "Failure";

?>
--EXPECTF--
Deprecated: Function zip_open() is deprecated in %s on line %d
OK

Did this file decode correctly?

Original Code

--TEST--
zip_open() function
--EXTENSIONS--
zip
--FILE--
<?php
$zip = zip_open(__DIR__."/test_procedural.zip");

echo is_resource($zip) ? "OK" : "Failure";

?>
--EXPECTF--
Deprecated: Function zip_open() is deprecated in %s on line %d
OK

Function Calls

None

Variables

None

Stats

MD5 e32917bceb8488620fcef09da2a911ba
Eval Count 0
Decode Time 96 ms