[PHP] REG_ECTYPE Warning from ereg_replace

2002-05-23 Thread Thalis A. Kalfigopoulos
I get REG_ECTYPE from a call to ereg_replace. No mention in the docs. Minimal mention in the archives. What exactly is it supposed to mean? The call is: $definitions=ereg_replace(name=[^[:space]]*,,$definitions); TIA, thalis -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] REG_ECTYPE Warning from ereg_replace

2002-05-23 Thread Analysis Solutions
On Thu, May 23, 2002 at 10:51:45PM -0400, Thalis A. Kalfigopoulos wrote: $definitions=ereg_replace(name=[^[:space]]*,,$definitions); ^ Add a semicolon : between the e and the ] --Dan -- PHP classes that make web design easier