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

This commit is contained in:
Rafal Kupiec 2019-02-05 19:26:06 +01:00
parent bbdc740388
commit ff9e38a480
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

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 {