|   | 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 UTCReturn to Bug #65969 | Download this patch Patch 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) | 
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 09:00:01 2025 UTC |