Bug #16955 Updated: 0 == NULL, but only sometimes! :)

2002-05-01 Thread claudio . frizziero
ID: 16955 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Red Hat 6.2 PHP Version: 4.2.0 New Comment: I find the problem: $temp = "0"; // is not // $temp = 0;

Bug #16955: 0 == NULL, but only sometimes! :)

2002-05-01 Thread claudio . frizziero
From: [EMAIL PROTECTED] Operating system: Red Hat 6.2 PHP version: 4.2.0 PHP Bug Type: Scripting Engine problem Bug description: 0 == NULL, but only sometimes! :) Hello! i might have found a problem dealing with 0 and NULL values while using a recursive function in a class