IOP-Patho/vendor/phpunit/php-token-stream/tests/_fixture/classExtendsNamespacedClass...

11 lines
105 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<?php
namespace Foo\Bar;
class Baz {}
namespace Other\Space;
class Extender extends \Foo\Bar\Baz {}