php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11574 Using $thok()
Submitted: 2001-06-20 07:07 UTC Modified: 2001-07-22 13:20 UTC
From: ssayan3 at hotmail dot com Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.0.4pl1 OS: Windows Me
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ssayan3 at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-06-20 07:07 UTC] ssayan3 at hotmail dot com
<?
$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++;
}
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-20 10:16 UTC] derick@php.net
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-07-22 13:20 UTC] andy@php.net
no feedback after 30+ days.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC