]> granicus.if.org Git - php/commit
Fixed Bug #60809 (TRAITS - PHPDoc Comment Style Bug)
authorDmitry Stogov <dmitry@php.net>
Fri, 20 Jan 2012 12:30:57 +0000 (12:30 +0000)
committerDmitry Stogov <dmitry@php.net>
Fri, 20 Jan 2012 12:30:57 +0000 (12:30 +0000)
commit3299a2673cceeb1cefc4c064f2a248edfeba8509
treef84ac33210b12374ae4e836373d150e5b101f73c
parenta5c3078c3fe2e6b00effe86a60a64ce52937570c
Fixed Bug #60809 (TRAITS - PHPDoc Comment Style Bug)
Fixed some other traits related bugs (uninitialized variable, return => continue)
Removed some trait related redundant code and variables
NEWS
Zend/tests/traits/bug60809.phpt [new file with mode: 0644]
Zend/zend_compile.c