<?php namespace Foo; set_error_handler(function () { throw new \Exception(); }); function func(array &$ref){} call_user_func('func', 'not_an_array_variable');
You have javascript disabled. You will not be able to edit any code.