Home
last modified time | relevance | path

Searched refs:lastError (Results 1 – 1 of 1) sorted by path

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRegex.php24 $lastError = error_get_last();
26 if (preg_last_error() != PREG_NO_ERROR || error_get_last() !== $lastError) {