This is really an array.
The build was successful. Details

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
1 changed files with 1 additions and 1 deletions

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 {