PHP 8.5.0 Beta 1 available for testing

Voting

: two minus one?
(Example: nine)

The Note You're Voting On

Vladimir Valikaev
6 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