From 78adb7cb3596b93171031fdb81ec0aa12a91acc1 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 10 May 2006 17:27:51 +0000 Subject: [PATCH] Initial commit, still considered undocumented. See also: pcre.backtrack_limit and pcre.recursion_limit git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212773 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/functions/preg-last-error.xml | 59 ++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 reference/pcre/functions/preg-last-error.xml diff --git a/reference/pcre/functions/preg-last-error.xml b/reference/pcre/functions/preg-last-error.xml new file mode 100644 index 0000000000..a6ab0af8aa --- /dev/null +++ b/reference/pcre/functions/preg-last-error.xml @@ -0,0 +1,59 @@ + + + + + preg_last_error + Returns the error code of the last PCRE regexp execution. + + + + &reftitle.description; + + intpreg_last_error + + + + Returns the error code of the last PCRE regexp execution. + + + &warn.undocumented.func; + + + + + &reftitle.returnvalues; + + The error code on success. + + + + + &reftitle.seealso; + + + preg_replace + + + + + +