<?php error_reporting(0); var_dump(error_reporting()); class XYZ { public static function something(string $foo = null){ var_dump(unserialize('S:1:"e";')); echo('running'); } } XYZ::something();
You have javascript disabled. You will not be able to edit any code.