mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
8 lines
72 B
PHP
Executable File
8 lines
72 B
PHP
Executable File
<?php
|
|
class bug39542 {
|
|
function __construct() {
|
|
echo "ok\n";
|
|
}
|
|
}
|
|
?>
|