Bug #64195 [Com]: clone object with circular reference cause segfault

2013-02-12 Thread vovan-ve at yandex dot ru
Edit report at https://bugs.php.net/bug.php?id=64195&edit=1 ID: 64195 Comment by: vovan-ve at yandex dot ru Reported by:vovan-ve at yandex dot ru Summary:clone object with circular reference cause segfault Status: Not a bug

[PHP-BUG] Bug #64195 [NEW]: clone object with circular reference cause segfault

2013-02-12 Thread vovan-ve at yandex dot ru
From: vovan-ve at yandex dot ru Operating system: linux PHP version: 5.4.11 Package: Class/Object related Bug Type: Bug Bug description:clone object with circular reference cause segfault Description: There are two objects of the same class. Both

[PHP-BUG] Bug #63659 [NEW]: Type hint 'self' means plain 'self' instead of original target class

2012-11-30 Thread vovan-ve at yandex dot ru
From: vovan-ve at yandex dot ru Operating system: PHP version: Irrelevant Package: Class/Object related Bug Type: Bug Bug description:Type hint 'self' means plain 'self' instead of original target class Description: It seems

[PHP-BUG] Bug #63111 [NEW]: is_callable() lies for abstract static method

2012-09-18 Thread vovan-ve at yandex dot ru
From: vovan-ve at yandex dot ru Operating system: PHP version: Irrelevant Package: Class/Object related Bug Type: Bug Bug description:is_callable() lies for abstract static method Description: The function is_callable() says, that abstract static

Req #55633 [Com]: New argument $invert for array_filter()

2012-08-20 Thread vovan-ve at yandex dot ru
Edit report at https://bugs.php.net/bug.php?id=55633&edit=1 ID: 55633 Comment by: vovan-ve at yandex dot ru Reported by:vovan-ve at yandex dot ru Summary:New argument $invert for array_filter() Status: Open Type: Fea

Bug #55061 [Com]: Array autoindex[] overflow

2012-02-27 Thread vovan-ve at yandex dot ru
Edit report at https://bugs.php.net/bug.php?id=55061&edit=1 ID: 55061 Comment by: vovan-ve at yandex dot ru Reported by:vovan-ve at yandex dot ru Summary:Array autoindex[] overflow Status: Open Type: Bug Pac

Req #55633 [Com]: New argument $invert for array_filter()

2012-01-23 Thread vovan-ve at yandex dot ru
Edit report at https://bugs.php.net/bug.php?id=55633&edit=1 ID: 55633 Comment by: vovan-ve at yandex dot ru Reported by:vovan-ve at yandex dot ru Summary:New argument $invert for array_filter() Status: Open Type: Fea

Bug #26678 [Com]: preg_quote doesn't quote forward slashes

2012-01-12 Thread vovan-ve at yandex dot ru
Edit report at https://bugs.php.net/bug.php?id=26678&edit=1 ID: 26678 Comment by: vovan-ve at yandex dot ru Reported by:gnif at spacevs dot com Summary:preg_quote doesn't quote forward slashes Status: Bogus Type:

[PHP-BUG] Req #55633 [NEW]: New argument $invert for array_filter()

2011-09-07 Thread vovan-ve at yandex dot ru
From: Operating system: PHP version: Irrelevant Package: Arrays related Bug Type: Feature/Change Request Bug description:New argument $invert for array_filter() Description: I think, it would be useful to add new argument $invert to array_filter() f

Req #55493 [Com]: Superglobal variable variables with ${expression} in non-global scope

2011-08-24 Thread vovan-ve at yandex dot ru
Edit report at https://bugs.php.net/bug.php?id=55493&edit=1 ID: 55493 Comment by: vovan-ve at yandex dot ru Reported by:vovan-ve at yandex dot ru Summary:Superglobal variable variables with ${expression} in non-global s

Req #55493 [Com]: Superglobal variable variables with ${expression} in non-global scope

2011-08-24 Thread vovan-ve at yandex dot ru
Edit report at https://bugs.php.net/bug.php?id=55493&edit=1 ID: 55493 Comment by: vovan-ve at yandex dot ru Reported by:vovan-ve at yandex dot ru Summary:Superglobal variable variables with ${expression} in non-global s

Req #55493 [Com]: Superglobal variable variables with ${expression} in non-global scope

2011-08-24 Thread vovan-ve at yandex dot ru
Edit report at https://bugs.php.net/bug.php?id=55493&edit=1 ID: 55493 Comment by: vovan-ve at yandex dot ru Reported by:vovan-ve at yandex dot ru Summary:Superglobal variable variables with ${expression} in non-global s

[PHP-BUG] Bug #55493 [NEW]: Superglobal variable variables with ${expression} in non-global scope

2011-08-23 Thread vovan-ve at yandex dot ru
From: Operating system: Windows XP SP3 PHP version: 5.3.7 Package: Variables related Bug Type: Bug Bug description:Superglobal variable variables with ${expression} in non-global scope Description: ONLY Superglobal variable variables does not work O

Bug #55061 [Com]: Array autoindex[] overflow

2011-07-29 Thread vovan-ve at yandex dot ru
Edit report at https://bugs.php.net/bug.php?id=55061&edit=1 ID: 55061 Comment by: vovan-ve at yandex dot ru Reported by:vovan-ve at yandex dot ru Summary:Array autoindex[] overflow Status: Open Type: Bug Pac

Bug #60006 [Opn]: Array autoindex[] overflow

2011-06-29 Thread vovan-ve at yandex dot ru
Edit report at https://bugs.php.net/bug.php?id=60006&edit=1 ID: 60006 User updated by:vovan-ve at yandex dot ru Reported by:vovan-ve at yandex dot ru Summary:Array autoindex[] overflow Status: Open Type: Bug Pac

[PHP-BUG] Bug #60006 [NEW]: Array autoindex[] overflow

2011-06-29 Thread vovan-ve at yandex dot ru
From: Operating system: WindowsXP SP3 PHP version: 5.3.6 Package: Arrays related Bug Type: Bug Bug description:Array autoindex[] overflow Description: There is a test code: $a = array(0x7FFF => 42); $a[] = 37; var_dymp($a); Second line em

[PHP-BUG] Req #52124 [NEW]: [strpos] Limit search inside $haystack by new $length parameter

2010-06-19 Thread vovan-ve at yandex dot ru
From: Operating system: PHP version: Irrelevant Package: Strings related Bug Type: Feature/Change Request Bug description:[strpos] Limit search inside $haystack by new $length parameter Description: Why strpos() does not accept $length parameter wit

Req #51335 [Com]: Search first substring from list

2010-06-11 Thread vovan-ve at yandex dot ru
Edit report at http://bugs.php.net/bug.php?id=51335&edit=1 ID: 51335 Comment by: vovan-ve at yandex dot ru Reported by: vovan-ve at yandex dot ru Summary: Search first substring from list Status: Feedback Type:Feature/Change Request Package: Strings rel

[PHP-BUG] Req #51335 [NEW]: Search first substring from list

2010-03-20 Thread vovan-ve at yandex dot ru
From: Operating system: PHP version: Irrelevant Package: Strings related Bug Type: Feature/Change Request Bug description:Search first substring from list Description: If we want to search first substrings from list, we should make multiple calls to