root/Zend/tests/bug39542/bug39542.php

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. bug39542

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

/* [<][>][^][v][top][bottom][index][help] */