[PHP-DOC] Example for preg_last_error() function

2007-10-19 Thread Felipe Pena
if (!preg_match('/(?:\D+|<\d+>)*[!?]/', 'abcdefghihklmno')) { switch (preg_last_error()) { case PREG_BACKTRACK_LIMIT_ERROR: print "Backtrack limit exhausted!\n"; break; } }

[PHP-DOC] CVS Account

2007-10-19 Thread Felipe Pena
I would like to help in the translation of new pages of the manual to Brazilian Portuguese, and help correct the errors reported.