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