1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00
Files
archived-php-src/Zend/tests/bug39542/bug39542.php
2015-03-31 17:55:27 +02:00

8 lines
72 B
PHP
Executable File

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