Files
littleTiger/vendor/phpunit/php-token-stream/tests/_fixture/classExtendsNamespacedClass.php

11 lines
105 B
PHP
Raw Permalink Normal View History

2019-03-04 16:08:27 +08:00
<?php
namespace Foo\Bar;
class Baz {}
namespace Other\Space;
class Extender extends \Foo\Bar\Baz {}