php-src/Zend/tests/bug39542/bug39542.php

8 lines
69 B
PHP
Executable File

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