Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2caf8180cdd72937109cd6eb1711fd28 > files > 81

php-pear-PhpDocumentor-1.4.4-3.1.mga4.noarch.rpm

<?php
/**
* This page returns a class with name "%s"'."\n", and shouldn't find class at all
* @package tests
*/
/**
* warning triggered when inheritance could be from more than one class
*/
define("PDERROR_MULTIPLE_PARENT",1);

//********************************************************


$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';

/**
* @package tests
*/
class RecordWarning
{
}
?>