This is really an array.
All checks were successful
The build was successful.

This commit is contained in:
2019-02-05 19:26:06 +01:00
parent bbdc740388
commit ff9e38a480

View File

@@ -5,7 +5,7 @@ class Program {
}
function a(string $p) {
mixed $backtrace = debug_backtrace();
mixed[] $backtrace = debug_backtrace();
if(isset($backtrace[0]['args'])) {
var_export($backtrace[0]['args']);
} else {