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