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