3v4l.org

run code in 300+ PHP versions simultaneously
<?php $title = 'str'; $getView1 = function () use ($title, $viewPath) { return compact(['title']); }; $getView2 = fn () => compact(['title']); var_dump($getView1()); // ['title' => 'str'] var_dump($getView2()); // []

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
104.76 ms | 2736 KiB | 4 Q