xref
: /
plugin
/
findologicxmlexport
/
vendor
/
phpunit
/
phpunit-mock-objects
/
tests
/
_fixture
/
InterfaceWithSemiReservedMethodName.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
interface
InterfaceWithSemiReservedMethodName
3
{
4
public
function
unset
();
5
}
6