ID: 11574
Updated by: andy
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Reproducible crash
Operating System: Windows Me
PHP Version: 4.0.4pl1
New Comment:
no feedback after 30+ days.
Previous Comments:
------------------------------------------------------------------------
[2001-06-20 10:16:12] [EMAIL PROTECTED]
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?
------------------------------------------------------------------------
[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++;
}
?>
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=11574&edit=1
--
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]