Bug #60536 [Com]: Traits Segfault

2011-12-16 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60536&edit=1 ID: 60536 Comment by: g...@php.net Reported by:scott...@php.net Summary:Traits Segfault Status: Open Type: Bug Package:Scripting Engine pro

Bug #60536 [PATCH]: Traits Segfault

2011-12-16 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60536&edit=1 ID: 60536 Patch added by: g...@php.net Reported by:scott...@php.net Summary:Traits Segfault Status: Open Type: Bug Package:Scripting Engine pro

Bug #60536 [PATCH]: Traits Segfault

2011-12-16 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60536&edit=1 ID: 60536 Patch added by: g...@php.net Reported by:scott...@php.net Summary:Traits Segfault Status: Open Type: Bug Package:Scripting Engine pro

Bug #60536 [PATCH]: Traits Segfault

2011-12-16 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60536&edit=1 ID: 60536 Patch added by: g...@php.net Reported by:scott...@php.net Summary:Traits Segfault Status: Open Type: Bug Package:Scripting Engine pro

Bug #60536 [PATCH]: Traits Segfault

2011-12-16 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60536&edit=1 ID: 60536 Patch added by: g...@php.net Reported by:scott...@php.net Summary:Traits Segfault Status: Open Type: Bug Package:Scripting Engine pro

Bug #60536 [Com]: Traits Segfault

2011-12-16 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60536&edit=1 ID: 60536 Comment by: g...@php.net Reported by:scott...@php.net Summary:Traits Segfault Status: Open Type: Bug Package:Scripting Engine pro

Bug #60717 [PATCH]: Order of traits in use statement can cause a fatal error

2012-01-30 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60717&edit=1 ID: 60717 Patch added by: g...@php.net Reported by:Jared dot Williams1 at ntlworld dot com Summary:Order of traits in use statement can cause a fatal error St

Req #60911 [PATCH]: Confusing error message when extending traits

2012-01-31 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60911&edit=1 ID: 60911 Patch added by: g...@php.net Reported by:da...@php.net Summary:Confusing error message when extending traits Status: Wont fix Type: Feature/Change Req

Req #61265 [Com]: __autoload should know about traits

2012-03-04 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=61265&edit=1 ID: 61265 Comment by: g...@php.net Reported by:manchokapitancho at gmail dot com Summary:__autoload should know about traits Status: Open Type: Feature/Ch

Bug #64235 [Com]: Insteadof not work for class method in 5.4.11

2013-02-20 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=64235&edit=1 ID: 64235 Comment by: g...@php.net Reported by:imenem at inox dot ru Summary:Insteadof not work for class method in 5.4.11 Status: Feedback Type: Bug Pac

Bug #62069 [Com]: binding wrong traits if they have same name methods

2012-05-19 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=62069&edit=1 ID: 62069 Comment by: g...@php.net Reported by:larue...@php.net Summary:binding wrong traits if they have same name methods Status: Assigned Type: Bug Pac

[PHP-BUG] Bug #62204 [NEW]: Final keyword not enforced for methods from traits

2012-06-01 Thread g...@php.net
From: gron Operating system: PHP version: 5.4Git-2012-06-01 (Git) Package: *Compile Issues Bug Type: Bug Bug description:Final keyword not enforced for methods from traits Description: Reported by Scott MacVicar on the mailing list (May 4th). Added h

Req #55266 [Com]: Traits vs Type hints

2011-07-23 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=55266&edit=1 ID: 55266 Comment by: g...@php.net Reported by:mchlpl at gmail dot com Summary:Traits vs Type hints Status: Open Type: Feature/Change Request Pac

Bug #54441 [Com]: Traits - Visibility on alias names

2011-07-23 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=54441&edit=1 ID: 54441 Comment by: g...@php.net Reported by:php-svn at helio dot arq dot br Summary:Traits - Visibility on alias names Status: Assigned Type: Bug Pac

Bug #55214 [PATCH]: use of __CLASS__ within trait returns trait name not class name

2011-07-23 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=55214&edit=1 ID: 55214 Patch added by: g...@php.net Reported by:chris dot rutledge at gmail dot com Summary:use of __CLASS__ within trait returns trait name not class name St

Bug #55214 [Com]: use of __CLASS__ within trait returns trait name not class name

2011-07-23 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=55214&edit=1 ID: 55214 Comment by: g...@php.net Reported by:chris dot rutledge at gmail dot com Summary:use of __CLASS__ within trait returns trait name not class name St

Bug #55214 [PATCH]: use of __CLASS__ within trait returns trait name not class name

2011-07-24 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=55214&edit=1 ID: 55214 Patch added by: g...@php.net Reported by:chris dot rutledge at gmail dot com Summary:use of __CLASS__ within trait returns trait name not class name St

Bug #55214 [Com]: use of __CLASS__ within trait returns trait name not class name

2011-07-24 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=55214&edit=1 ID: 55214 Comment by: g...@php.net Reported by:chris dot rutledge at gmail dot com Summary:use of __CLASS__ within trait returns trait name not class name St

[PHP-BUG] Bug #55524 [NEW]: Traits should not be able to extend a class

2011-08-28 Thread g...@php.net
From: gron Operating system: PHP version: 5.4.0alpha3 Package: Scripting Engine problem Bug Type: Bug Bug description:Traits should not be able to extend a class Description: Spotted by this post: http://zuttonet.com/articles/php-class-traits/ Trait

Bug #55554 [Com]: Trait methods overriding legacy constructors

2011-09-12 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=4&edit=1 ID: 4 Comment by: g...@php.net Reported by:ryan at zuttonet dot com Summary:Trait methods overriding legacy constructors Status: Open Type: Bug Pac

Req #55613 [Com]: Feature: Trait checks type of consuming class

2011-09-12 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=55613&edit=1 ID: 55613 Comment by: g...@php.net Reported by:wil dot moore at wimoore dot com Summary:Feature: Trait checks type of consuming class Status: Open Type: Fea

Bug #60165 [Com]: Overriding unexisting trait should throw/trigger the exception/error

2011-11-16 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60165&edit=1 ID: 60165 Comment by: g...@php.net Reported by:fruit dot dev at gmail dot com Summary:Overriding unexisting trait should throw/trigger the exception/error St

[PHP-BUG] Bug #60338 [NEW]: SplFixedArray::key returns index for invalid keys

2011-11-19 Thread g...@php.net
From: gooh Operating system: PHP version: 5.4SVN-2011-11-19 (SVN) Package: SPL related Bug Type: Bug Bug description:SplFixedArray::key returns index for invalid keys Description: SplFixedArray::key() will return a value even when the key does not ex

Bug #60338 [Com]: SplFixedArray::key returns index for invalid keys

2011-11-19 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60338&edit=1 ID: 60338 Comment by: g...@php.net Reported by: g...@php.net Summary:SplFixedArray::key returns index for invalid keys Status: Open Type: Bug Pac

Bug #60369 [Com]: Crash with static property in trait

2011-11-23 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=60369&edit=1 ID: 60369 Comment by: g...@php.net Reported by:vr...@php.net Summary:Crash with static property in trait Status: Verified Type: Bug Package:C

Req #63629 [Com]: New constant __ALIAS__ for trait functions to know how they were called

2012-11-28 Thread g...@php.net
Edit report at https://bugs.php.net/bug.php?id=63629&edit=1 ID: 63629 Comment by: g...@php.net Reported by:spamfreedave-zend at yahoo dot com Summary:New constant __ALIAS__ for trait functions to know how they were ca