Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php if (rand(0, 1)) { $b = 321; } $a = function () use ($b):int { return $b; }; echo $a();
Snippet created on February 20 2021 at 13:02 UTC
Settings
Get link