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 |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Sat Dec 21 16:01:28 2024 UTC |