20220406
This commit is contained in:
11
vendor/symfony/class-loader/Tests/Fixtures/php5.5/class_cons.php
vendored
Normal file
11
vendor/symfony/class-loader/Tests/Fixtures/php5.5/class_cons.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace ClassCons;
|
||||
|
||||
class Foo
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
\Foo\TBar/* foo */::class;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user