#36422 [NEW]: unserialize() __autoloads invalid objects

2006-02-16 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.2 PHP Bug Type: Class/Object related Bug description: unserialize() __autoloads invalid objects Description: When unserialize calls __autoload() and this dosn't load the required

#36391 [NEW]: $a[] doesn't work correctly after array_pop

2006-02-14 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.2 PHP Bug Type: Arrays related Bug description: $a[] doesn't work correctly after array_pop Description: Operator $a[] doesn't add a correct key to the array if applied after

#36392 [NEW]: wrong number of decimal digits with %e specifier in sprintf

2006-02-14 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.2 PHP Bug Type: Strings related Bug description: wrong number of decimal digits with %e specifier in sprintf Description: Format specifier %e (scientific number) in sprintf

#36358 [NEW]: Function getting all supported time zone names

2006-02-10 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.2 PHP Bug Type: Feature/Change Request Bug description: Function getting all supported time zone names Description: A function that would return an array of supported time-zone

#35950 [NEW]: Integer conversion and hex values

2006-01-09 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.2RC1 PHP Bug Type: Feature/Change Request Bug description: Integer conversion and hex values Description: Why is (int) conversion ignoring hexadecimals if all other operation using

#35950 [Opn]: Integer conversion and hex values

2006-01-09 Thread tomas_matousek at hotmail dot com
ID: 35950 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Feature/Change Request Operating System: WinXP PHP Version: 5.1.2RC1 New Comment: int(17) should

#35655 [NEW]: Missing end-of-line token

2005-12-13 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.1 PHP Bug Type: Scripting Engine problem Bug description: Missing end-of-line token Description: PHP lexer omits end-of-line characters following T_END_HEREDOC token. This also

#35655 [Opn]: Missing end-of-line token

2005-12-13 Thread tomas_matousek at hotmail dot com
ID: 35655 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Scripting Engine problem Operating System: WinXP PHP Version: 5.1.1 New Comment: Correction: Expected result

#35655 [Fbk-Opn]: Missing end-of-line token

2005-12-13 Thread tomas_matousek at hotmail dot com
ID: 35655 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: WinXP PHP Version: 5.1.1 New Comment

#35651 [NEW]: Recursive call to setter blocks the property

2005-12-12 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.1 PHP Bug Type: Scripting Engine problem Bug description: Recursive call to setter blocks the property Description: In the following example, the __setter invoked by $x-a = g1

#35427 [Fbk-Opn]: str_word_count handles() '-' incorrectly

2005-11-29 Thread tomas_matousek at hotmail dot com
ID: 35427 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Feedback +Status: Open Bug Type: Strings related Operating System: * PHP Version: 5.1.0 New Comment: File string.c, line

#35427 [Opn]: str_word_count handles() '-' incorrectly

2005-11-29 Thread tomas_matousek at hotmail dot com
ID: 35427 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Strings related Operating System: * PHP Version: 5.1.0 New Comment: Sorry, this should be correct: while (isalpha

#35427 [Opn]: str_word_count handles() '-' incorrectly

2005-11-29 Thread tomas_matousek at hotmail dot com
ID: 35427 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Strings related Operating System: * PHP Version: 5.1.0 New Comment: One more correction: while (isalpha(*p) || *p

#35427 [Bgs-Opn]: str_word_count handles() '-' incorrectly

2005-11-28 Thread tomas_matousek at hotmail dot com
ID: 35427 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Bogus +Status: Open Bug Type: Strings related Operating System: * PHP Version: 5.1.0 New Comment: Read again the full

#35427 [Bgs-Opn]: str_word_count handles() '-' incorrectly

2005-11-28 Thread tomas_matousek at hotmail dot com
ID: 35427 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Bogus +Status: Open Bug Type: Strings related Operating System: * PHP Version: 5.1.0 New Comment: No, I needn't

#35425 [NEW]: idate('Z') ignores current time zone

2005-11-27 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.0 PHP Bug Type: Date/time related Bug description: idate('Z') ignores current time zone Description: idate('Z') doesn't reflect zone settings by date_default_timezone_set(). That's

#35427 [NEW]: str_word_count handles '-' incorrectly

2005-11-27 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.0 PHP Bug Type: Strings related Bug description: str_word_count handles '-' incorrectly Description: Characters specified in str_word_count() should be treated equally to letters

#35427 [Fbk-Opn]: str_word_count handles '-' incorrectly

2005-11-27 Thread tomas_matousek at hotmail dot com
ID: 35427 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Feedback +Status: Open Bug Type: Strings related Operating System: WinXP PHP Version: 5.1.0 New Comment: By passing 0

#35166 [NEW]: ReflectionMethod::getParameters() doesn't work on built-in methods

2005-11-09 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5CVS-2005-11-09 (CVS) PHP Bug Type: Unknown/Other Function Bug description: ReflectionMethod::getParameters() doesn't work on built-in methods Description: My question is related

#35166 [Bgs]: ReflectionMethod::getParameters() doesn't work on built-in methods

2005-11-09 Thread tomas_matousek at hotmail dot com
ID: 35166 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Bogus Bug Type: Unknown/Other Function Operating System: WinXP PHP Version: 5CVS-2005-11-09 (CVS) New Comment: Well, I know

#35143 [NEW]: gettimeofday()'s ignoring current time zone

2005-11-07 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.0RC4 PHP Bug Type: Date/time related Bug description: gettimeofday()'s ignoring current time zone Description: I assume gettimeofday() should return minuteswest and dsttime

#34834 [Bgs-Opn]: array_merge_recursive merges objects with arrays

2005-11-01 Thread tomas_matousek at hotmail dot com
ID: 34834 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Bogus +Status: Open Bug Type: Arrays related Operating System: WinXP PHP Version: 5.1.0RC1 New Comment: Why

#34795 [NEW]: Passing assignment result by reference

2005-10-09 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.0RC1 PHP Bug Type: Scripting Engine problem Bug description: Passing assignment result by reference Description: Let's have a function with a parameter passsed by reference

#34795 [Fbk-Opn]: Passing assignment result by reference

2005-10-09 Thread tomas_matousek at hotmail dot com
ID: 34795 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: WinXP PHP Version: 5.1.0RC1 New Comment

#34761 [NEW]: error_reporting() interferes @ operator

2005-10-06 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.0RC1 PHP Bug Type: Feature/Change Request Bug description: error_reporting() interferes @ operator Description: Setting a level of error reporting by a call to error_reporting(value

#33605 [NEW]: substr_compare crashes

2005-07-07 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.0b2 PHP Bug Type: Reproducible crash Bug description: substr_compare crashes Description: substr_compare can crash. Reproduce code: --- substr_compare(abcde, abc

#33605 [Opn]: substr_compare crashes

2005-07-07 Thread tomas_matousek at hotmail dot com
ID: 33605 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Reproducible crash Operating System: WinXP PHP Version: 5.1.0b2 New Comment: substr_count($var, 'a', -7, -1

#33582 [NEW]: ArrayAccess - getOffset doesn't work

2005-07-06 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.1.0b2 PHP Bug Type: SPL related Bug description: ArrayAccess - getOffset doesn't work Description: Since you fixed this issue: Fixed inheritance check to control return by reference

#33407 [Bgs]: Invalid exception stack traces

2005-06-22 Thread tomas_matousek at hotmail dot com
ID: 33407 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Bogus Bug Type: Zend Engine 2 problem Operating System: WinXP PHP Version: 5.0.4 New Comment: OK. I see. I didn't know that about

#33407 [Bgs-Opn]: Invalid exception stack traces

2005-06-21 Thread tomas_matousek at hotmail dot com
ID: 33407 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Bogus +Status: Open Bug Type: Zend Engine 2 problem Operating System: WinXP PHP Version: 5.0.4 New Comment: Well, that's

#33407 [Bgs]: Invalid exception stack traces

2005-06-21 Thread tomas_matousek at hotmail dot com
ID: 33407 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Bogus Bug Type: Zend Engine 2 problem Operating System: WinXP PHP Version: 5.0.4 New Comment: :-O Well, you are saying

#33407 [Bgs-Opn]: Invalid exception stack traces

2005-06-21 Thread tomas_matousek at hotmail dot com
ID: 33407 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Bogus +Status: Open Bug Type: Zend Engine 2 problem Operating System: WinXP PHP Version: 5.0.4 New Comment: Do you

#33407 [NEW]: Invalid exception stack traces

2005-06-20 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.4 PHP Bug Type: Zend Engine 2 problem Bug description: Invalid exception stack traces Description: Exception stack trace is created by the new operator and not when the exception

#33407 [Bgs-Opn]: Invalid exception stack traces

2005-06-20 Thread tomas_matousek at hotmail dot com
ID: 33407 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Bogus +Status: Open Bug Type: Zend Engine 2 problem Operating System: WinXP PHP Version: 5.0.4 New Comment: I don't

#33172 [Fbk-Opn]: changing array during foreach iteration

2005-06-03 Thread tomas_matousek at hotmail dot com
ID: 33172 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: WinXP PHP Version: 5.0.4 New Comment

#33169 [NEW]: ArrayAccess doesn't work at all

2005-05-28 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.4 PHP Bug Type: Zend Engine 2 problem Bug description: ArrayAccess doesn't work at all Description: I looks like you have never do in-depth testing with ArrayAccess. I you did you

#33169 [Opn]: ArrayAccess doesn't work at all

2005-05-28 Thread tomas_matousek at hotmail dot com
ID: 33169 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Zend Engine 2 problem Operating System: WinXP PHP Version: 5.0.4 New Comment: I'm sorry for mystifying with: $obj

#33169 [Fbk-Bgs]: ArrayAccess doesn't work at all

2005-05-28 Thread tomas_matousek at hotmail dot com
ID: 33169 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Feedback +Status: Bogus Bug Type: Zend Engine 2 problem Operating System: WinXP PHP Version: 5.0.4 New Comment: Sorry

#33172 [NEW]: changing array during foreach iteration

2005-05-28 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.4 PHP Bug Type: Scripting Engine problem Bug description: changing array during foreach iteration Description: The behavior of foreach statment with reference value is not imho

#33172 [Opn]: changing array during foreach iteration

2005-05-28 Thread tomas_matousek at hotmail dot com
ID: 33172 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Scripting Engine problem Operating System: WinXP PHP Version: 5.0.4 New Comment: Well, I've swapped the expected

#32513 [NEW]: session_write_close has to be called explicitly

2005-03-31 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.3 PHP Bug Type: Session related Bug description: session_write_close has to be called explicitly Description: If user handlers are set, the Write callback is not triggered and so

#30263 [NEW]: bitwise operators return different lengths

2004-09-28 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.2 PHP Bug Type: Variables related Bug description: bitwise operators return different lengths Description: If a biwise operator is applied on strings with different lengths one

#29950 [Bgs]: Nondeterministic behavior of array inner pointer

2004-09-26 Thread tomas_matousek at hotmail dot com
ID: 29950 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Bogus Bug Type: Arrays related Operating System: all PHP Version: 5.0.1 New Comment: Wow, PHP is non-deterministic. That's cool

#29950 [Opn]: Nondeterministic behavior of array inner pointer

2004-09-04 Thread tomas_matousek at hotmail dot com
ID: 29950 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Arrays related Operating System: all PHP Version: 5.0.1 New Comment: Of course, there is copy-on-write. That's

#29950 [NEW]: Nondeterministic behavior of array inner pointer

2004-09-02 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.1 PHP Bug Type: Arrays related Bug description: Nondeterministic behavior of array inner pointer Description: In the manual page describing each() function is the following caution

#29954 [NEW]: array_reduce crashes

2004-09-02 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.1 PHP Bug Type: Reproducible crash Bug description: array_reduce crashes Description: array_reduce function crashes PHP in the following case Reproduce code

#29954 [Opn]: array_reduce crashes

2004-09-02 Thread tomas_matousek at hotmail dot com
ID: 29954 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Reproducible crash Operating System: WinXP PHP Version: 5.0.1 New Comment: Errata: $array1 should be empty when

#29882 [NEW]: isset crashes on arrays

2004-08-29 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.1 PHP Bug Type: Reproducible crash Bug description: isset crashes on arrays Description: isset applied to operator [] with empty array key crashes Reproduce code

#29883 [NEW]: isset gives invalid values on strings

2004-08-29 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.1 PHP Bug Type: Scripting Engine problem Bug description: isset gives invalid values on strings Description: isset applied on a string with negative index returns true. It should

#29534 [NEW]: Resources should be scalars

2004-08-05 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0 PHP Bug Type: Feature/Change Request Bug description: Resources should be scalars Description: A resource can be defined as a constant: e.g. define(my_file,fopen(...)); or STDIN

#29104 [Opn]: Function declaration in method doesn't work

2004-07-13 Thread tomas_matousek at hotmail dot com
ID: 29104 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Zend Engine 2 problem Operating System: WinXP PHP Version: 5.0.0RC3 New Comment: PHP supports declaring functions

#29104 [NEW]: Function declaration in method doesn't work

2004-07-12 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0RC3 PHP Bug Type: Zend Engine 2 problem Bug description: Function declaration in method doesn't work Description: Declaration of a function in a method doesn't work. IMHO

#29044 [NEW]: compact function doesn't take account of infinitly recursive arrays

2004-07-07 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0RC3 PHP Bug Type: Reproducible crash Bug description: compact function doesn't take account of infinitly recursive arrays Description: The compact() function crashes (terminates

#29038 [Bgs-Opn]: extract function, EXTR_PREFIX_SAME option prefixes empty strings

2004-07-07 Thread tomas_matousek at hotmail dot com
ID: 29038 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Bogus +Status: Open Bug Type: Arrays related Operating System: WinXP PHP Version: 5.0.0RC3 New Comment: No, skip

#29044 [Opn]: compact function doesn't take account of infinitly recursive arrays

2004-07-07 Thread tomas_matousek at hotmail dot com
ID: 29044 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Reproducible crash Operating System: * PHP Version: 5.0.0RC3 New Comment: I don't think it is very hard. You can

#29044 [Fbk-Opn]: compact function doesn't take account of infinitly recursive arrays

2004-07-07 Thread tomas_matousek at hotmail dot com
ID: 29044 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: * PHP Version: 5.0.0RC3 New Comment: I don't think

#29029 [NEW]: Object to integer typecast is incorrect

2004-07-06 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0RC3 PHP Bug Type: Zend Engine 2 problem Bug description: Object to integer typecast is incorrect Description: No description needed. Reproduce code: --- var_dump((int

#29038 [NEW]: extract function, EXTR_PREFIX_SAME option prefixes empty strings

2004-07-06 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0RC3 PHP Bug Type: Arrays related Bug description: extract function, EXTR_PREFIX_SAME option prefixes empty strings Description: The extract() function with EXTR_PREFIX_SAME option

#29015 [NEW]: Strange behavior of field which names are not strings

2004-07-05 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0RC3 PHP Bug Type: Zend Engine 2 problem Bug description: Strange behavior of field which names are not strings Description: If I try to use variable with non-string name (e.g. $x

#29008 [NEW]: array_combine skips keys of type other than int or string

2004-07-04 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0RC3 PHP Bug Type: Arrays related Bug description: array_combine skips keys of type other than int or string Description: The array_combine function skips keys of type other than

#28972 [NEW]: [] operator overflow treatment is incorrect

2004-06-30 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0RC3 PHP Bug Type: Scripting Engine problem Bug description: [] operator overflow treatment is incorrect Description: If there is an item in an array having key = 2^31-1 and you use

#28974 [NEW]: array_slice treats large lengths incorrectly

2004-06-30 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0RC3 PHP Bug Type: Arrays related Bug description: array_slice treats large lengths incorrectly Description: If offset + length MAX_INTEGER then array_slice function returns wrong

#28832 [NEW]: Operator = doesn't copy $GLOBALS array

2004-06-18 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0RC3 PHP Bug Type: Scripting Engine problem Bug description: Operator = doesn't copy $GLOBALS array Description: When the operator = is used on user created array on RHS this array

#28734 [Opn]: Operator = changes structure of self-referencing arrays

2004-06-11 Thread tomas_matousek at hotmail dot com
ID: 28734 User updated by: tomas_matousek at hotmail dot com Reported By: tomas_matousek at hotmail dot com Status: Open Bug Type: Scripting Engine problem Operating System: WinXP PHP Version: 5.0.0RC2 New Comment: Don't know how that is possible

#28734 [NEW]: Operator = changes structure of self-referencing arrays

2004-06-10 Thread tomas_matousek at hotmail dot com
From: tomas_matousek at hotmail dot com Operating system: WinXP PHP version: 5.0.0RC2 PHP Bug Type: Scripting Engine problem Bug description: Operator = changes structure of self-referencing arrays Description: Create an array $b and set some of its item