![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch bug55754-test-case_v2.patch for Scripting Engine problem Bug #55754Patch version 2011-10-06 16:58 UTC Return to Bug #55754 | Download this patchThis patch renders other patches obsolete Obsolete patches: Patch Revisions:Developer: dk@uw.no--- /dev/null 2011-07-31 22:39:26.003634828 +0200 +++ php-5.3.8/tests/lang/bug55754.phpt 2011-09-23 12:39:35.000000000 +0200 @@ -0,0 +1,14 @@ +--TEST-- +Bug #55754 (Only variables should be passed by reference for ZEND_SEND_PREFER_REF params) +--FILE-- +<?php + +current($arr = array(0 => "a")); +current(array(0 => "a")); +current($arr); + +echo "DONE"; + +?> +--EXPECT-- +DONE |
![]() All rights reserved. |
Last updated: Mon Apr 28 23:01:28 2025 UTC |