<?php preg_last_error(): int
<?php protected function handleRegexError() { if (! preg_last_error()) { return; }
<?php return; } throw new RegexError(preg_last_error(), $this->view); } protected function sanitizePhp($text)