AW: [PHP-DEV] Bug #11572: global variables cannot be accessed from an objects function?

2001-06-20 Thread Florian Grimm
ailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. Juni 2001 07:44 An: [EMAIL PROTECTED] Betreff: [PHP-DEV] Bug #11572: global variables cannot be accessed from an objects function? From: [EMAIL PROTECTED] Operating system: debian linux PHP version: 4.0.4pl1 PHP Bug Type: Variab

[PHP-DEV] Bug #11572: global variables cannot be accessed from an objects function?

2001-06-20 Thread vincev
From: [EMAIL PROTECTED] Operating system: debian linux PHP version: 4.0.4pl1 PHP Bug Type: Variables related Bug description: global variables cannot be accessed from an objects function? class a { function a() { if(!isset($GLOBALS["b"])) {