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-- Opcache should replay compilation warnings if opcache.record_warnings=1 --INI-- o..
Decoded Output download
--TEST--
Opcache should replay compilation warnings if opcache.record_warnings=1
--INI--
opcache.record_warnings=1
--EXTENSIONS--
opcache
--FILE--
<?php
require __DIR__ . '/warning_replay.inc';
require __DIR__ . '/warning_replay.inc';
?>
--EXPECTF--
Warning: Unsupported declare 'unknown' in %swarning_replay.inc on line 3
Warning: Unsupported declare 'unknown' in %swarning_replay.inc on line 3
Did this file decode correctly?
Original Code
--TEST--
Opcache should replay compilation warnings if opcache.record_warnings=1
--INI--
opcache.record_warnings=1
--EXTENSIONS--
opcache
--FILE--
<?php
require __DIR__ . '/warning_replay.inc';
require __DIR__ . '/warning_replay.inc';
?>
--EXPECTF--
Warning: Unsupported declare 'unknown' in %swarning_replay.inc on line 3
Warning: Unsupported declare 'unknown' in %swarning_replay.inc on line 3
Function Calls
None |
Stats
MD5 | bc488334b5ac3ffb9402b6f700df0d21 |
Eval Count | 0 |
Decode Time | 90 ms |