- Output for 8.1.0 - 8.1.30, 8.2.0 - 8.2.25, 8.3.0 - 8.3.13
- Fatal error: Class declarations may not be nested in /in/pbSTG on line 6
Process exited with code 255.
<?php
class Baz {
function foo() {
$cl = function() {
class Bar {}
};
}
}