D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
Filename :
source5.php
back
Copy
<?php function foo($a, array $b, array $c = array()) {} interface i { public function m($a, array $b, array $c = array()); } abstract class a { abstract public function m($a, array $b, array $c = array()); } class c { public function m($a, array $b, array $c = array()) {} }