ID: 15003
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Unknown/Other Function
Operating System: Linux 2.4
PHP Version: 4.1.1
New Comment:
I should have read the settype() docs more closely, however, I only
added the settype after upgrading to 4.1.1 bro
From: [EMAIL PROTECTED]
Operating system: Linux 2.4
PHP version: 4.1.1
PHP Bug Type: Unknown/Other Function
Bug description: problem with range() function
problem with range() function:
$test = range(settype($seats[1], 'integer'), settype($seats[2],
'integer'));
First