diff options
Diffstat (limited to 'ext/spl/examples/dbaarray.inc')
-rwxr-xr-x | ext/spl/examples/dbaarray.inc | 2 |
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 |