diff options
| author | Marcus Boerger <helly@php.net> | 2003-08-04 23:21:27 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-08-04 23:21:27 +0000 |
| commit | 1716669a2788ef3de14d09f1a75e0db848f1d058 (patch) | |
| tree | a753030f6a5453322f721cb199e62b066b06f85e /ext/spl/spl.php | |
| parent | 2e945483d230f28c118dba1c1485b392b6b5bcd6 (diff) | |
| download | php-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-x | ext/spl/spl.php | 2 |
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 */ |
