Sign in
apache
/
zetacomponents
/
refs/heads/trunk
/
.
/
Reflection
/
tests
/
test_classes
/
MyReflectionFunction.php
blob: 5609190d15c5e2137d8de77d22038fde3cc36258 [
file
] [
log
] [
blame
]
<?
php
class
MyReflectionFunction
extends
ReflectionFunction
{
public
function
doSomeMetaProgramming
()
{
return
true
;
}
}