php-8.0.30-src/Zend/tests/bug39542/bug39542.inc

8 lines
84 B
PHP

<?php
class bug39542 {
function __construct() {
echo "ok\n";
}
}
?>