ConFoo Montreal 2026: Call for Papers

Voting

: four minus one?
(Example: nine)

The Note You're Voting On

Vladimir Valikaev
5 years ago
Getting error as text (small update):

<?php
echo array_flip(array_filter(get_defined_constants(true)['pcre'], function($v) { return is_integer($v); }))[preg_last_error()];

<< Back to user notes page

To Top