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 #79475 ([JIT] func_get_args() assertion violation) --EXTENSIONS-- opcache --F..
Decoded Output download
--TEST--
Bug #79475 ([JIT] func_get_args() assertion violation)
--EXTENSIONS--
opcache
--FILE--
<?php
function foo() {
$args = func_get_args();
$args[] = "bar";
}
foo();
echo "done
";
?>
--EXPECT--
done
Did this file decode correctly?
Original Code
--TEST--
Bug #79475 ([JIT] func_get_args() assertion violation)
--EXTENSIONS--
opcache
--FILE--
<?php
function foo() {
$args = func_get_args();
$args[] = "bar";
}
foo();
echo "done\n";
?>
--EXPECT--
done
Function Calls
foo | 1 |
func_get_args | 1 |
Stats
MD5 | 6381cbb1bcf9882d9445b8e723399fc3 |
Eval Count | 0 |
Decode Time | 103 ms |