From: Dan F. <dfr...@cs...> - 2004-06-10 19:28:04
|
Okay, please inform me more about isa(). It seems to throw an error for me (PHP 4.3.2), and php.net documents is_a() but not isa(). However, when I "grep -r 'isa(' * | wc -l" I get 122 lines. Is that 122 bugs? Is there some way that isa() is supposed to work? Dan Dan Frankowski wrote: > diff -b -u -r1.26 ErrorManager.php > --- ErrorManager.php 2 Jun 2004 18:01:45 -0000 1.26 > +++ ErrorManager.php 10 Jun 2004 19:23:19 -0000 > @@ -227,7 +227,7 @@ > } > else if (($error->errno & error_reporting()) != 0) { > if (($error->errno & $this->_postpone_mask) != 0) { > - if (isa($error,'PhpErrorOnce')) { > + if (is_a($error,'PhpErrorOnce')) { > $error->removeDoublettes($this->_postponed_errors); > if ( $error->_count < 2 ) > $this->_postponed_errors[] = $error; > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the new InstallShield X. > >> From Windows to Linux, servers to mobile, InstallShield X is the > > one installation-authoring solution that does it all. Learn more and > evaluate today! http://www.installshield.com/Dev2Dev/0504 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |