[PHP-DEV] Bug #10395: $array[] with no subscript will not return any data

2001-04-19 Thread roel
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Bug description: $array[] with no subscript will not return any data If you try to use an array without a subscript, no data will be send back to the browser. Netscape will say 'document con

[PHP-DEV] PHP 4.0 Bug #10395 Updated: $array[] with no subscript will not return any data

2001-04-19 Thread roel
hines, all with all error reporting turned on. If I change the test script to have a non-existing string as index(echo "this is a test: " . $pr['test'];), I get: Test. Warning: Undefined variable: pr in /home/roel/test/test2.php on line 5 this is a test: which would n

Re: [PHP-DEV] set_time_limit()

2001-09-23 Thread roel
Hi, I'm not working in safe mode ! The script won't time out if $url contains a bad url. Any suggestion? Thanks > There is a parse error in this script. The url should be in quotes. This > granted, the script performs correctly with latest CVS. > > Gavin > > > > > > > function connect1()