[PHP-DEV] Bug #10910: var $foo = madness

2001-05-16 Thread jjones
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0 Latest CVS (2001-05-16) PHP Bug Type: Feature/Change Request Bug description: var $foo = madness class foo { var $bar = "Some string"; var $baz = new some_other_class_i_defined; } I would like for that to

[PHP-DEV] Bug #10743: class functions & PHP core functions inconsistently clash ;)

2001-05-09 Thread jjones
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: class functions & PHP core functions inconsistently clash ;) Okay.. this has been bugging me for a while.. consider the following: class test { funct