[PHP-DEV] Bug #746: split doesn't seem to work any more - used to work fine with 3.0RC3 From: asengupt <email protected>
Date: 09/14/98

From: asengupt <email protected>
Operating system: SunOS tiburon.cs.indiana.edu 5.6 Generic_105181-06 sun4u sparc SUNW,Ultra-5_10
PHP version: 3.0.3
PHP Bug Type: Misbehaving function
Bug description:
<?

$string = "hello:world:now";

$foobar = split(":", $string, 3);

echo "$foobar[0], $foobar[1], $foobar[2]<br>";

?>

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>