xref: /PHP-7.2/Zend/tests/bug39542/bug39542.php (revision db76b708)
1<?php
2class bug39542 {
3	function __construct() {
4		echo "ok\n";
5	}
6}
7?>
8