DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / php / php.editor / test / unit / data / testfiles / verification / UninitializedVariableHint / testIssue226041.php
12345678910
<?php //START $outsideScope = 'out'; custom_callable_function('test', function() { echo $insideScope; echo $outsideScope; }); //END ?>