PHPKonf 2025 Baku

Voting

: two plus four?
(Example: nine)

The Note You're Voting On

Anonymous
6 years ago
If you use T-Regx library, to get the last constant, you can use

<?php

echo preg_last_error_constant(); // 'PREG_BAD_UTF8_ERROR'

<< Back to user notes page

To Top