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-- Bug #67741 (auto_prepend_file messes up __LINE__) --INI-- include_path={PWD} auto..
Decoded Output download
--TEST--
Bug #67741 (auto_prepend_file messes up __LINE__)
--INI--
include_path={PWD}
auto_prepend_file=bug67741_stub.inc
--SKIPIF--
<?php
include "skipif.inc";
?>
--FILE--
#!/bin/env php
<?php
echo "primary lineno: ", __LINE__, "
";
?>
--EXPECT--
prepend lineno: 2
primary lineno: 3
Did this file decode correctly?
Original Code
--TEST--
Bug #67741 (auto_prepend_file messes up __LINE__)
--INI--
include_path={PWD}
auto_prepend_file=bug67741_stub.inc
--SKIPIF--
<?php
include "skipif.inc";
?>
--FILE--
#!/bin/env php
<?php
echo "primary lineno: ", __LINE__, "\n";
?>
--EXPECT--
prepend lineno: 2
primary lineno: 3
Function Calls
None |
Stats
MD5 | b62395f51d3d0c5ddb5ba02830705a03 |
Eval Count | 0 |
Decode Time | 109 ms |