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

  1. <?php
  2. /**
  3. * This page returns a class with name "%s"'."\n", and shouldn't find class at all
  4. * @package tests
  5. */
  6. /**
  7. * warning triggered when inheritance could be from more than one class
  8. */
  9. define("PDERROR_MULTIPLE_PARENT",1);
  10.  
  11. //********************************************************
  12.  
  13.  
  14. $GLOBALS['phpDocumentor_error_descrip'][PDERROR_PACKAGEOUTPUT_DELETES_PARENT_FILE] = '-po (packageoutput) option deletes parent file "%s" containing class "%s."'."\n".'  Try using --defaultpackagename (-dn) %s to include the parent file in the same package as the class';
  15.  
  16. /**
  17. * @package tests
  18. */
  19. class RecordWarning
  20. {
  21. }
  22. ?>