![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch bug_55754-test-case.patch for Scripting Engine problem Bug #55754Patch version 2011-09-23 15:59 UTC Return to Bug #55754 | Download this patchThis patch is obsolete Obsoleted by 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,11 @@ +--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); + +?> +--EXPECT-- |
![]() All rights reserved. |
Last updated: Mon Apr 28 23:01:28 2025 UTC |