[PHP-DEV] RC5 hexdec not compatible

2001-12-04 Thread chrism
5d08374e => 1560819534 pineapple => a7e9b7d0 => -1477855280 fruit => c10d50e3 => -1056091933 sausage => 42d08254 => 1120961108 breakfast => f7d7b86e => -136857490 coconut => 1138ca81 => 288934529 % php4.0.6 -f hexdec.php lemon => 5d08374e => 1560819534 pineapple => a7e9b7d0 => -1477855280 fruit

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

2001-07-01 Thread chrism
> dealnews.com, Inc. > Makers of dealnews, dealmac > http://dealnews.com/ | http://dealmac.com/ > > > - Original Message - > From: "chrism" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> >

[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 eithe

[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 e