xref
: /
php-src
/
Zend
/
tests
/
bug39542
/
bug39542.inc
(revision f8d79582)
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