Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 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
?>