3v4l.org

run code in 300+ PHP versions simultaneously
<?php function foo(callable $bar = null) { } foo(null); foo(function() {}); foo('strpos'); foo('foo'); foo(array(new SplFixedArray(), 'fromArray')); foo(array('SplFixedArray', 'fromArray')); foo('SplFixedArray::fromArray');

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
58.28 ms | 2658 KiB | 4 Q