PHP Conference Kansai 2025

Voting

: min(four, three)?
(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