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) |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Thu Nov 21 16:01:29 2024 UTC |