Searched refs:preg_last_error_msg (Results 1 – 10 of 10) sorted by relevance
8 var_dump(preg_last_error_msg() === 'No error');10 var_dump(preg_last_error_msg() === 'Recursion limit exhausted');
16 var_dump(preg_last_error_msg() === 'Backtrack limit exhausted');19 var_dump(preg_last_error_msg() === 'No error');
7 var_dump(preg_last_error_msg() === 'Malformed UTF-8 characters, possibly incorrectly encoded');
7 var_dump(preg_last_error_msg() === 'Internal error');
14 var_dump(preg_last_error_msg() === 'JIT stack limit exhausted');
7 var_dump(preg_last_error_msg() === 'The offset did not correspond to the beginning of a valid UTF-8…
76 ZEND_FUNCTION(preg_last_error_msg);90 ZEND_FE(preg_last_error_msg, arginfo_preg_last_error_msg)
142 function preg_last_error_msg(): string {} function
2982 PHP_FUNCTION(preg_last_error_msg) in PHP_FUNCTION() argument
168 Function [ <internal:pcre> function preg_last_error_msg ] {
Completed in 29 milliseconds