Req #28919 [Opn]: foreach does not take list() as argument output

2010-05-11 Thread black at scene-si dot org
Edit report at http://bugs.php.net/bug.php?id=28919&edit=1 ID: 28919 User updated by: black at scene-si dot org Reported by: black at scene-si dot org Summary: foreach does not take list() as argument output Status: Open Type: Fea

#40590 [NEW]: list($k,$v) = $v; gives unexpected output

2007-02-22 Thread black at scene-si dot org
From: black at scene-si dot org Operating system: linux PHP version: 5.2.1 PHP Bug Type: Variables related Bug description: list($k,$v) = $v; gives unexpected output Description: list() overwriting variable, unexpected result (different from php4). Reproduce

#34477 [NEW]: strtok() treats repeat of characters as single occurance

2005-09-12 Thread black at scene-si dot org
From: black at scene-si dot org Operating system: linux deb PHP version: 4.4.0 PHP Bug Type: Strings related Bug description: strtok() treats repeat of characters as single occurance Description: strtok() ignores repeats of "arg2" ie. needle, and trea

#29648 [Opn]: cant throw exceptions with __autoload (to catch and handle them - workaround?)

2004-10-29 Thread black at scene-si dot org
ID: 29648 User updated by: black at scene-si dot org Reported By: black at scene-si dot org Status: Open Bug Type: Scripting Engine problem Operating System: debian -PHP Version: 5.0.0 +PHP Version: 5.0+ New Comment: requesting feedback &

#29657 [NEW]: xml_* functions throw non descriptive error, compared to php4

2004-08-13 Thread black at scene-si dot org
From: black at scene-si dot org Operating system: debian PHP version: 5.0.0 PHP Bug Type: XML related Bug description: xml_* functions throw non descriptive error, compared to php4 Description: when validating an incorrectly formated xml file, the errors from

#29648 [Opn]: cant throw exceptions with __autoload (to catch and handle them - workaround?)

2004-08-13 Thread black at scene-si dot org
ID: 29648 User updated by: black at scene-si dot org Reported By: black at scene-si dot org Status: Open Bug Type: Scripting Engine problem Operating System: debian PHP Version: 5.0.0 New Comment: And the result: Fatal error: __autoload

#29648 [Opn]: cant throw exceptions with __autoload (to catch and handle them - workaround?)

2004-08-13 Thread black at scene-si dot org
ID: 29648 User updated by: black at scene-si dot org Reported By: black at scene-si dot org Status: Open Bug Type: Scripting Engine problem Operating System: debian PHP Version: 5.0.0 New Comment: ugh, forgot to add if (!class_exists($classname

#29648 [NEW]: cant throw exceptions with __autoload (to catch and handle them - workaround?)

2004-08-13 Thread black at scene-si dot org
From: black at scene-si dot org Operating system: debian PHP version: 5.0.0 PHP Bug Type: Scripting Engine problem Bug description: cant throw exceptions with __autoload (to catch and handle them - workaround?) Description: I've tried to create an __aut

#29479 [NEW]: changing current process name

2004-08-01 Thread black at scene-si dot org
From: black at scene-si dot org Operating system: linux PHP version: Irrelevant PHP Bug Type: *General Issues Bug description: changing current process name Description: With linux it is sometimes useful to be able to change the process name (by identifying a

#28919 [NEW]: foreach does not take list() as argument output

2004-06-25 Thread black at scene-si dot org
From: black at scene-si dot org Operating system: any PHP version: Irrelevant PHP Bug Type: Scripting Engine problem Bug description: foreach does not take list() as argument output Description: Requesting additional functionality for foreach? Reproduce code

#27428 [Fbk->Opn]: serialize brakes output for unserialize, returning garbage

2004-03-06 Thread black at scene-si dot org
ID: 27428 User updated by: black at scene-si dot org Reported By: black at scene-si dot org -Status: Feedback +Status: Open Bug Type: Strings related Operating System: debian unstable PHP Version: Irrelevant New Comment: the first thing

#27428 [Opn]: serialize brakes output for unserialize, returning garbage

2004-02-28 Thread black at scene-si dot org
ID: 27428 User updated by: black at scene-si dot org Reported By: black at scene-si dot org Status: Open Bug Type: Strings related Operating System: debian unstable PHP Version: Irrelevant New Comment: i've also tried

#27428 [NEW]: serialize brakes output for unserialize, returning garbage

2004-02-27 Thread black at scene-si dot org
From: black at scene-si dot org Operating system: debian unstable PHP version: Irrelevant PHP Bug Type: Strings related Bug description: serialize brakes output for unserialize, returning garbage Description: The following has been tested on: php-4.3.2

#10203 [Com]: foreach weakness

2003-12-08 Thread black at scene-si dot org
ID: 10203 Comment by: black at scene-si dot org Reported By: jack at mobil dot cz Status: Analyzed Bug Type: Feature/Change Request Operating System: all PHP Version: 4.0.4pl1 New Comment: just bumping this up, i guess someone would have to

#24539 [Bgs]: key() in for loop "breaks" ?

2003-07-08 Thread black at scene-si dot org
ID: 24539 User updated by: black at scene-si dot org Reported By: black at scene-si dot org Status: Bogus Bug Type: Scripting Engine problem Operating System: linux debian PHP Version: 4.3.2 New Comment: [17:00:10] damn [17:00:11] i suck [17:00

#24539 [NEW]: key() in for loop "breaks" ?

2003-07-08 Thread black at scene-si dot org
From: black at scene-si dot org Operating system: linux debian PHP version: 4.3.2 PHP Bug Type: Scripting Engine problem Bug description: key() in for loop "breaks" ? Description: replace key() with current() and you get the value with no problems, key