summaryrefslogtreecommitdiff
path: root/ext/spl/spl.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-08-04 23:21:27 +0000
committerMarcus Boerger <helly@php.net>2003-08-04 23:21:27 +0000
commit1716669a2788ef3de14d09f1a75e0db848f1d058 (patch)
treea753030f6a5453322f721cb199e62b066b06f85e /ext/spl/spl.php
parent2e945483d230f28c118dba1c1485b392b6b5bcd6 (diff)
downloadphp-git-1716669a2788ef3de14d09f1a75e0db848f1d058.tar.gz
You shall not Copy'n'Paste after midnight without checking 3 times
Diffstat (limited to 'ext/spl/spl.php')
-rwxr-xr-xext/spl/spl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl.php b/ext/spl/spl.php
index 78495018e6..2edde96154 100755
--- a/ext/spl/spl.php
+++ b/ext/spl/spl.php
@@ -315,7 +315,7 @@ class spl_dir implements spl_sequence {
*
* \param $path directory to iterate.
*/
- private function __construct($path);
+ function __construct($path);
/*! \copydoc spl_sequence::rewind
*/