Home
last modified time | relevance | path

Searched refs:preg_last_error_msg (Results 1 – 9 of 9) sorted by relevance

/plugin/scrape/vendor/symfony/polyfill-php80/
Dbootstrap.php26 function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); } function
DREADME.md13 - [`preg_last_error_msg`](https://php.net/preg_last_error_msg)
DPhp80.php69 public static function preg_last_error_msg(): string function in Symfony\\Polyfill\\Php80\\Php80
/plugin/combo/vendor/symfony/polyfill-php80/
H A Dbootstrap.php26 function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); } function
H A DREADME.md13 - [`preg_last_error_msg`](https://php.net/preg_last_error_msg)
H A DPhp80.php69 public static function preg_last_error_msg(): string function in Symfony\\Polyfill\\Php80\\Php80
/plugin/renderrevisions/action/
H A Dsave.php181 …row new \Exception('Invalid regular expression in $conf[\'skipRegex\']. ' . preg_last_error_msg());
188 …ow new \Exception('Invalid regular expression in $conf[\'matchRegex\']. ' . preg_last_error_msg());
/plugin/aichat/
Dcli.php485 $this->error(preg_last_error_msg());
496 $this->error(preg_last_error_msg());
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
DUtils.php149 return preg_last_error_msg();