Searched refs:preg_last_error_msg (Results 1 – 9 of 9) sorted by relevance
26 function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); } function
13 - [`preg_last_error_msg`](https://php.net/preg_last_error_msg)
69 public static function preg_last_error_msg(): string function in Symfony\\Polyfill\\Php80\\Php80
181 …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());
485 $this->error(preg_last_error_msg());496 $this->error(preg_last_error_msg());
149 return preg_last_error_msg();