PHP 8.5.0 Alpha 1 available for testing

Voting

: three plus two?
(Example: nine)

The Note You're Voting On

Munin
9 years ago
preg_match('{[}]}', ''); // Warning: preg_match(): Unknown modifier ']'

preg_match('{[\}]}', ''); // OK

<< Back to user notes page

To Top