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