Mantis - Quercus
Viewing Issue Advanced Details
3224 minor always 01-06-09 22:19 01-09-09 00:45
koreth  
nam  
urgent  
closed 4.0.0  
fixed  
none    
none 4.0.0  
0003224: Warning when character class is used in regular expression
<?php
if (preg_match('/[\pL]/', 'abcdef'))
  print "match";

Regular PHP prints "match". Quercus prints "Warning: com.caucho.quercus.lib.regexp.IllegalRegexpException: expected '123' [preg_match]".

Notes
(0003709)
nam   
01-09-09 00:45   
php/4e3[r-y]