<?php function f($b = ["\n", new \stdClass]) { } var_dump((string) (new ReflectionFunction("f"))->getParameters()[0]); function g($b = ["\n"]) { } var_dump((string) (new ReflectionFunction('g'))->getParameters()[0]);
You have javascript disabled. You will not be able to edit any code.