From: Timm Friebe Date: Sun, 6 Feb 2005 14:06:21 +0000 (+0000) Subject: - Fixed error handler for situations in which an error X-Git-Tag: RELEASE_0_2~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca250d16dc9560a375bc84d3a66fadd4f6c56662;p=php - Fixed error handler for situations in which an error was raised in an include file --- diff --git a/ext/sybase_ct/tests/index.php b/ext/sybase_ct/tests/index.php index 346e6d13be..e7c8e6aacd 100644 --- a/ext/sybase_ct/tests/index.php +++ b/ext/sybase_ct/tests/index.php @@ -84,7 +84,7 @@ "\n%s: %s in %s on line %d\n", $names[$errno], $errstr, - $this->name, + strstr($errfile, 'eval()\'d code') ? $this->name : $errfile, $errline ); }