home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / bug-550489.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  435 b   |  31 lines

  1. <?php
  2. /**
  3. * @package tests
  4. */
  5. /**
  6. * !
  7. */
  8. define('thisisdumbbutworks', 'I' . /* "shouldn't " */ 'parse this');
  9.  
  10. /**
  11. * @package tests
  12. */
  13. class testme
  14. {
  15.     // var $dontshow;
  16.     # var $oldfashioneddontshow;
  17.     var /* $notme */ $me = array('item1' => 2,
  18.     #                        'NOTME' => hahaha,
  19.     //                        'MENEITHER' => oops,
  20.                             'item2' => 3);
  21. }
  22.  
  23. /**
  24. * @package tests
  25. */
  26. class metoo
  27. {
  28.     var $mine = // not this
  29.     'but this';
  30. }
  31. ?>