ID: 11574
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Reproducible crash
Operating system:
PHP Version: 4.0.4pl1
Assigned To:
Comments:
This works fine for me on Linux with php 4.0.6RC4, can you try
one of the snapshots from www.zend.com/snapshots and see if the problem still exists?
Previous Comments:
---------------------------------------------------------------------------
[2001-06-20 07:07:39] [EMAIL PROTECTED]
<?
$var[0] = "text0"; $var[1] = "text1"; $var[2] = "text2"; $var[3] = "text3"; $var[4] =
"text4"; $co = "0";
while (($var["$co"]) == TRUE) {
$some = $var[$co];
echo $var["$co"] . " " . strlen($var[$co]) . " " . strtok($some) . "<br>" ;
$co++;
}
?>
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11574&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]