|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-11 18:09 UTC] rasmus@php.net
[2002-01-11 18:37 UTC] jolt at mail dot contactdesigns dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 19:00:02 2025 UTC |
problem with range() function: $test = range(settype($seats[1], 'integer'), settype($seats[2], 'integer')); First argument equals 1 second equals 25 confirmed by this var_dump: [1]=> int(1) [2]=> int(25) var_dump($test) returns: array(1) { [0]=> int(1) } PHP configure setup: ./configure --with-mysql=/usr/local/mysql --with-zlib --with-apache=../$apache --enable-track-vars --with-config-file=$target/conf