summaryrefslogtreecommitdiff
path: root/ext/sybase_ct
diff options
context:
space:
mode:
authorTimm Friebe <thekid@php.net>2005-02-06 14:06:21 +0000
committerTimm Friebe <thekid@php.net>2005-02-06 14:06:21 +0000
commitca250d16dc9560a375bc84d3a66fadd4f6c56662 (patch)
tree1336b75eaa533bada3303c38ea795d04c6626def /ext/sybase_ct
parent6a4d498af4136a81e9cf8d1e9b735b0e2a618b9e (diff)
downloadphp-git-ca250d16dc9560a375bc84d3a66fadd4f6c56662.tar.gz
- Fixed error handler for situations in which an error
was raised in an include file
Diffstat (limited to 'ext/sybase_ct')
-rw-r--r--ext/sybase_ct/tests/index.php2
1 files changed, 1 insertions, 1 deletions
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
);
}