#28503 [Opn]: Operator $x[$y] behavior is incorrect

2004-05-24 Thread tomas dot matousek at matfyz dot cz
ID: 28503 User updated by: tomas dot matousek at matfyz dot cz Reported By: tomas dot matousek at matfyz dot cz Status: Open Bug Type: Scripting Engine problem Operating System: WinXP PHP Version: 5.0.0RC2 New Comment: Sorry te "Actual r

#28503 [NEW]: Operator $x[$y] behavior is incorrect

2004-05-24 Thread tomas dot matousek at matfyz dot cz
From: tomas dot matousek at matfyz dot cz Operating system: WinXP PHP version: 5.0.0RC2 PHP Bug Type: Scripting Engine problem Bug description: Operator $x[$y] behavior is incorrect Description: Why does operator [] create a new array when applied on boolean

#28502 [NEW]: empty statement misbehaves on objects

2004-05-24 Thread tomas dot matousek at matfyz dot cz
From: tomas dot matousek at matfyz dot cz Operating system: WinXP PHP version: 5.0.0RC2 PHP Bug Type: Zend Engine 2 problem Bug description: empty statement misbehaves on objects Description: There is written in the manual that empty($object) == TRUE, where

#28488 [NEW]: No warning reported when using string as object

2004-05-22 Thread tomas dot matousek at matfyz dot cz
From: tomas dot matousek at matfyz dot cz Operating system: WinXP PHP version: 5.0.0RC2 PHP Bug Type: Scripting Engine problem Bug description: No warning reported when using string as object Description: PHP should report a warning if -> operator is used o

#28487 [NEW]: crash when function declared in switch is called

2004-05-22 Thread tomas dot matousek at matfyz dot cz
From: tomas dot matousek at matfyz dot cz Operating system: WinXP PHP version: 5.0.0RC2 PHP Bug Type: Scripting Engine problem Bug description: crash when function declared in switch is called Description: PHP crashes when an arbitrary function declared in a

#27354 [NEW]: Modulus operator crashes PHP

2004-02-22 Thread tomas dot matousek at matfyz dot cz
From: tomas dot matousek at matfyz dot cz Operating system: WinXP PHP version: Irrelevant PHP Bug Type: Reproducible crash Bug description: Modulus operator crashes PHP Description: Using modulus operator on particular numbers leads to PHP crash. Reproduce

#27162 [Bgs->Opn]: Bad int keys generated by array_merge_recursive

2004-02-06 Thread tomas dot matousek at matfyz dot cz
ID: 27162 User updated by: tomas dot matousek at matfyz dot cz Reported By: tomas dot matousek at matfyz dot cz -Status: Bogus +Status: Open Bug Type: Arrays related Operating System: WinXP PHP Version: 4CVS, 5CVS New Comment: "I

#27162 [Bgs->Opn]: Bad int keys generated by array_merge_recursive

2004-02-06 Thread tomas dot matousek at matfyz dot cz
ID: 27162 User updated by: tomas dot matousek at matfyz dot cz Reported By: tomas dot matousek at matfyz dot cz -Status: Bogus +Status: Open Bug Type: Arrays related Operating System: WinXP PHP Version: 5.0.0b3 (beta3) New Comment: Maybe

#27142 [Opn]: Inconsistent comparing

2004-02-05 Thread tomas dot matousek at matfyz dot cz
ID: 27142 User updated by: tomas dot matousek at matfyz dot cz Reported By: tomas dot matousek at matfyz dot cz Status: Open Bug Type: Zend Engine 2 problem Operating System: WinXP PHP Version: 5.0.0b3 (beta3) New Comment: I realize differences

#27162 [NEW]: Bad int keys generated by array_merge_recursive

2004-02-05 Thread tomas dot matousek at matfyz dot cz
From: tomas dot matousek at matfyz dot cz Operating system: WinXP PHP version: 5.0.0b3 (beta3) PHP Bug Type: Arrays related Bug description: Bad int keys generated by array_merge_recursive Description: Function array_merge_recursive merges arrays recursivelly

#27142 [Bgs->Opn]: Inconsistent comparing

2004-02-05 Thread tomas dot matousek at matfyz dot cz
ID: 27142 User updated by: tomas dot matousek at matfyz dot cz Reported By: tomas dot matousek at matfyz dot cz -Status: Bogus +Status: Open Bug Type: Zend Engine 2 problem Operating System: WinXP PHP Version: 5.0.0b3 (beta3) New Comment

#27142 [NEW]: Inconsistent comparing

2004-02-04 Thread tomas dot matousek at matfyz dot cz
From: tomas dot matousek at matfyz dot cz Operating system: WinXP PHP version: 5.0.0b3 (beta3) PHP Bug Type: Zend Engine 2 problem Bug description: Inconsistent comparing Description: The way in which elements of an array are compared is inconsistent

#26730 [Bgs->Opn]: [chm] bug on function.explode.html

2004-01-29 Thread tomas dot matousek at matfyz dot cz
ID: 26730 User updated by: tomas dot matousek at matfyz dot cz Reported By: tomas dot matousek at matfyz dot cz -Status: Bogus +Status: Open Bug Type: Scripting Engine problem Operating System: windows PHP Version: 5.0.0b2 (beta2) New

#26730 [Bgs]: [chm] bug on function.explode.html

2004-01-11 Thread tomas dot matousek at matfyz dot cz
ID: 26730 User updated by: tomas dot matousek at matfyz dot cz Reported By: tomas dot matousek at matfyz dot cz Status: Bogus Bug Type: Scripting Engine problem Operating System: windows PHP Version: 5.0.0b2 (beta2) New Comment: It should be so

#26730 [NEW]: [chm] bug on function.explode.html

2003-12-28 Thread tomas dot matousek at matfyz dot cz
From: tomas dot matousek at matfyz dot cz Operating system: windows PHP version: 5.0.0b2 (beta2) PHP Bug Type: Scripting Engine problem Bug description: [chm] bug on function.explode.html Description: The explode() function misbehaves if the limit parameter has

#26601 [Opn]: Property name must be a string

2003-12-12 Thread tomas dot matousek at matfyz dot cz
ID: 26601 User updated by: tomas dot matousek at matfyz dot cz Reported By: tomas dot matousek at matfyz dot cz Status: Open Bug Type: Class/Object related Operating System: WinXP PHP Version: 4.3.4 New Comment: Sorry for a mistake in code. There

#26601 [NEW]: Property name must be a string

2003-12-12 Thread tomas dot matousek at matfyz dot cz
From: tomas dot matousek at matfyz dot cz Operating system: WinXP PHP version: 4.3.4 PHP Bug Type: Class/Object related Bug description: Property name must be a string Description: The rules for property names are inconsistent. See comments in submitted code