[PHP-DEV] RC5 hexdec not compatible

2001-12-04 Thread chrism
?php /* hexdec.php */ /* 4.1.0 branch hexdec not compatible * with earlier PHP releases. */ /* % php4.0.0 -f hexdec.php lemon = 5d08374e = 1560819534 pineapple = a7e9b7d0 = -1477855280 fruit = c10d50e3 = -1056091933 sausage = 42d08254 = 1120961108 breakfast = f7d7b86e = -136857490 coconut =

Re: [PHP-DEV] switch, equality and preg_match

2001-07-01 Thread chrism
of dealnews, dealmac http://dealnews.com/ | http://dealmac.com/ - Original Message - From: chrism [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 30, 2001 7:02 PM Subject: [PHP-DEV] switch, equality and preg_match I encountered a problem where the result of a preg_match

[PHP-DEV] no subject (file transmission)

2001-06-30 Thread chrism
I encountered a problem where the result of a preg_replace was FALSE. This was fed into a switch statement - and I believe PHP executed the the wrong case section. I've tracked this down to preg_replace not really returning FALSE combined with SWITCH executing the first case statement always on

[PHP-DEV] switch, equality and preg_match

2001-06-30 Thread chrism
I encountered a problem where the result of a preg_match was FALSE. This was fed into a switch statement - and I believe PHP executed the the wrong case section. I've tracked this down to preg_match not really returning FALSE combined with SWITCH executing the first case statement always on