From 545354f92ce14ccfad09e39a0c88ef55aa33f0e0 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Fri, 27 Apr 2012 21:57:57 +0000 Subject: [PATCH] changelog for directoryiterator constructor exceptions (doc #61833) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325477 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/directoryiterator/construct.xml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/reference/spl/directoryiterator/construct.xml b/reference/spl/directoryiterator/construct.xml index e19ea06234..45ce347039 100644 --- a/reference/spl/directoryiterator/construct.xml +++ b/reference/spl/directoryiterator/construct.xml @@ -40,6 +40,49 @@ Throws an UnexpectedValueException if the path cannot be opened. + + Throws a RuntimeException + if the path is an empty string. + + + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + Throws UnexpectedValueException if the + path cannot be opened. + + + + 5.1.3 + + Throws RuntimeException if the + path is an empty string. + + + + 5.1.0 + + Throws RuntimeException on error. + Previously, threw Exception. + + + + + +