#50418 [NEW]: self in closures has no class scope

2009-12-08 Thread crashrox at gmail dot com
From: crashrox at gmail dot com Operating system: Linux PHP version: 5.3.1 PHP Bug Type: Class/Object related Bug description: self in closures has no class scope Description: A closure within a static method loses self scope. When you print __CLASS__ within a

#44006 [NEW]: next function is not returning correctly

2008-01-31 Thread crashrox at gmail dot com
From: crashrox at gmail dot com Operating system: SunOS 5.10 Generic_127 PHP version: 5.2.5 PHP Bug Type: Arrays related Bug description: next function is not returning correctly Description: Next function is not returning a value when it should be. Tried code

#43554 [Opn->Csd]: Calling a non static function staticaly causes local assignment

2007-12-10 Thread crashrox at gmail dot com
ID: 43554 User updated by: crashrox at gmail dot com Reported By: crashrox at gmail dot com -Status: Open +Status: Closed Bug Type: Class/Object related Operating System: Tested on Solaris & Windows PHP Version: 5.2.5 New Comment:

#43554 [NEW]: Calling a non static function staticaly causes local assignment

2007-12-10 Thread crashrox at gmail dot com
From: crashrox at gmail dot com Operating system: Tested on Solaris & Windows PHP version: 5.2.5 PHP Bug Type: Class/Object related Bug description: Calling a non static function staticaly causes local assignment Description: You have two classes (Class1