Bug #17180 Updated: Operator Precedence

2002-05-16 Thread derick
ID: 17180 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed -Bug Type:Scripting Engine problem +Bug Type:Documentation problem PHP Version: 4.2.0 New Comment: Marking this as a doc problem. Previous Comments: -

Bug #17180 Updated: Operator Precedence

2002-05-14 Thread phpclub
ID: 17180 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type:Scripting Engine problem PHP Version: 4.2.0 New Comment: Actually this is a bug, since in PHP manual it's clearly stated that ! operator has a priority over = operator. >

Bug #17180 Updated: Operator Precedence

2002-05-13 Thread sitnikov
ID: 17180 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type:Scripting Engine problem PHP Version: 4.2.0 New Comment: This behaviour is capable to confuse the developer and if this is "features" it must be documented in manual. Previ

Bug #17180 Updated: Operator Precedence

2002-05-13 Thread manuzhai
ID: 17180 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Analyzed Bug Type:Scripting Engine problem PHP Version: 4.2.0 New Comment: Well, but it's stupid to do something like that. It makes no sense to assign anything to NOT(a va

Bug #17180 Updated: Operator Precedence

2002-05-13 Thread sitnikov
ID: 17180 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type:Scripting Engine problem PHP Version: 4.2.0 New Comment: Yes, I want ASSIGN value to $a and check assigned value. But parser must say: "parser error", becouse it can not assi

Bug #17180 Updated: Operator Precedence

2002-05-13 Thread manuzhai
ID: 17180 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type:Scripting Engine problem PHP Version: 4.2.0 Previous Comments: [2002-05-13 17:48:54]

Bug #17180 Updated: Operator Precedence

2002-05-13 Thread manuzhai
ID: 17180 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Scripting Engine problem PHP Version: 4.2.0 New Comment: "if (!$a = foo(FALSE))" --> you're assigning the output of foo(FALSE) to $a "if (!$a == foo(FALSE))" --> you're comparin