xref
: /
PHP-5.5
/
Zend
/
tests
/
bug39542
/
bug39542.php
(revision d2fe65c1)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
class
bug39542
{
3
function
bug39542
() {
4
echo
"ok
\n
"
;
5
}
6
}
7
?>
8