This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
chengwenliang
/
Queenabby
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
60773f27e6
Ramas
Etiquetas
master
Queenabby
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
classUsesNamespacedFunction.php
classUsesNamespacedFunction.php
58 B
Histórico
Raw
1
2
3
4
5
6
7
8
<?php
namespace foo;
use function bar\baz;
class Foo
{
}