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