![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch bug60169.phpt for Scripting Engine problem Bug #60169Patch version 2011-10-30 02:08 UTC Return to Bug #60169 | Download this patchPatch Revisions: Developer: laruence@php.net--TEST-- Bug #60169 (Conjunction of ternary and list crashes PHP) --FILE-- <?php error_reporting(0); $arr = array("test"); list($a,$b)= is_array($arr)? $arr : $arr; echo "ok\n"; --EXPECT-- ok |
![]() All rights reserved. |
Last updated: Sat Apr 12 23:01:29 2025 UTC |