Voting

: three plus three?
(Example: nine)

The Note You're Voting On

gk at anuary dot com
11 years ago
In PHP 5.5 and above, getting the error message is as simple as:

<?php
echo array_flip(get_defined_constants(true)['pcre'])[preg_last_error()];

<< Back to user notes page

To Top