From: <php...@li...> - 2008-03-07 08:34:43
|
> if( $fuzzyRuleSet == null ) { > $temp = $fuzzyRuleSet->toString(); > > Even I take out the null test, the error still remains. Can anyone help? Thanks! The same argument applies to the above code, of course. Use (string)$fuzzyRuleSet == null or better is_null (java_values ($fuzzyRuleSet)) for the test. Regards, Jost Boekemeier Lesen Sie Ihre E-Mails auf dem Handy. www.yahoo.de/go |