summaryrefslogtreecommitdiff
path: root/ext/spl/examples/dbaarray.inc
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-11-01 01:29:06 +0000
committerMarcus Boerger <helly@php.net>2004-11-01 01:29:06 +0000
commite0196d11a46a31f6dfdf42428e8e36eb59d55193 (patch)
tree3920e2d873a9d15d22eac6ec3c02803eef5eedcf /ext/spl/examples/dbaarray.inc
parent846666109bcceb9b19f02c3b9d915d811c7f4e36 (diff)
downloadphp-git-e0196d11a46a31f6dfdf42428e8e36eb59d55193.tar.gz
- Do not autoload if require does the trick
Diffstat (limited to 'ext/spl/examples/dbaarray.inc')
-rwxr-xr-xext/spl/examples/dbaarray.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/dbaarray.inc b/ext/spl/examples/dbaarray.inc
index 1064b581e8..54f5ec844b 100755
--- a/ext/spl/examples/dbaarray.inc
+++ b/ext/spl/examples/dbaarray.inc
@@ -9,7 +9,7 @@
* SPL - Standard PHP Library
*/
-if (!class_exists("DbaReader")) require_once("dbareader.inc");
+if (!class_exists("DbaReader", false)) require_once("dbareader.inc");
/** @ingroup Examples
* @brief This implements a DBA Array