![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch bug60809.phpt for *General Issues Bug #60809Patch version 2012-01-20 02:39 UTC Return to Bug #60809 | Download this patchPatch Revisions: Developer: pierrick@php.net--TEST-- Bug #60809 (traits - phpdoc double free) --FILE-- <?php class Example { use ExampleTrait; } trait ExampleTrait { /** * */ public $hello_world = 'hello World ^^'; } echo 'DONE'; --EXPECT-- DONE |
![]() All rights reserved. |
Last updated: Tue Apr 01 03:01:29 2025 UTC |