Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php $a = ['a']; if (rand(0, 1)) { $a[] = 'b'; } $_a = array_reverse($a); /** @psalm-trace $_a */
Snippet created on November 5 2024 at 23:12 UTC
Settings
Get link