From f39bffda6b440c53e2660cc12391dfdc4cec4118 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 18 Oct 2016 11:14:50 +0000 Subject: [PATCH] Add error section Original patch provided by anon user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340545 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/regexiterator/construct.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/spl/regexiterator/construct.xml b/reference/spl/regexiterator/construct.xml index a64b290826..04a3c5a795 100644 --- a/reference/spl/regexiterator/construct.xml +++ b/reference/spl/regexiterator/construct.xml @@ -119,7 +119,14 @@ - + + + &reftitle.errors; + + Throws an InvalidArgumentException if the regex argument is invalid. + + + &reftitle.examples;