index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Zend
/
tests
/
bug39542
/
bug39542.php
blob: 90cb36cc6813732f20a6cd724582cd7504867ba5 (
plain
)
1
2
3
4
5
6
7
<
?php
class
bug39542
{
function
bug39542
() {
echo
"ok
\n
"
;
}
}
?
>