Date: 09/14/98
- Next message: Sander Steffann: "Re: [PHP-DEV] Configuration-options"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Configuration-options"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sander Steffann: "Re: [PHP-DEV] Configuration-options"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Configuration-options"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

