From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 <?phpuse Foo\Bar; /* * This multi-line comment shouldn't be allowed here. */class Baz{}
<?php
use Foo\Bar;
/*
* This multi-line comment shouldn't be allowed here.
*/
class Baz
{
}