8 lines
84 B
PHP
8 lines
84 B
PHP
<?php
|
|
class bug39542 {
|
|
function __construct() {
|
|
echo "ok\n";
|
|
}
|
|
}
|
|
?>
|