![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch bug65969.phpt for Variables related Bug #65969Patch version 2013-11-27 05:39 UTC Return to Bug #65969 | Download this patchPatch Revisions: Developer: laruence@php.net--TEST-- Bug #65969 (Chain assignment with T_LIST failure) --FILE-- <?php $obj = new stdClass; list($a) = $obj->prop = [1]; var_dump($a); ?> --EXPECT-- int(1) |
![]() All rights reserved. |
Last updated: Mon Apr 07 17:01:29 2025 UTC |