File "classExtendsNamespacedClass.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/php-token-stream/tests/_fixture/classExtendsNamespacedClass.php
File size: 105 bytes
MIME-type: --
Charset: utf-8

<?php

namespace Foo\Bar;

class Baz {}

namespace Other\Space;

class Extender extends \Foo\Bar\Baz {}