[PHP-DEV] Bug #11526: PHP reveals C++ Comments

2001-06-18 Thread Martin . Sander
From: [EMAIL PROTECTED] Operating system: W2k, RedHat 7.x PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: PHP reveals C++ Comments If in the example the line with the comment ends with "0x0D 0x0D 0x0A", the line is sent to the browser! -- E

[PHP-DEV] Re: Bug #10810 Updated: unset in function doesn't work on global arrays

2001-05-11 Thread Martin Sander
> Not a bug. The unset ($ar) in the unset all function removes the reference to the >global variabele. If you remove the "//"s, the array $ar is still available in UnsetAll() > function UnsetAll() { > > global $ar; > > //echo "t1s: n"; ListIt(); echo ":t1e n"; > > unset($ar);

[PHP-DEV] Bug #10810: unset in function doesn't work on global arrays

2001-05-11 Thread Martin . Sander
From: [EMAIL PROTECTED] Operating system: RedHat 7.0 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: unset in function doesn't work on global arrays unset in function doesn't work on global arrays example: $v) { echo "ar[$k] = $v \n";

[PHP-DEV] PHP 4.0 Bug #9714: array_walk crashes

2001-03-12 Thread Martin . Sander
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: array_walk crashes this example: $t[Line][4][21] = 14; $t[Line][1][1] = 1; $t[Line][2][12] = 12; $t[Line][1][3] = 3; $t[Line][3][20] = 13; ksor