|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2014-04-30 22:51 UTC] levim@php.net
 
-Status:           Open
+Status:           Feedback
-Package:          Feature/Change Request
+Package:          Strings related
-Operating System: irrelevant
+Operating System: Irrelevant
-PHP Version:      5.2.9
+PHP Version:      Any
  [2014-04-30 22:51 UTC] levim@php.net
  [2014-12-30 10:41 UTC] php-bugs at lists dot php dot net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 03:00:01 2025 UTC | 
Description: ------------ It would be VERY helpful if you could add the functionality of associated arrays in vpsprintf. That would also make many view template scripts easier. Reproduce code: --------------- vsprintf("%2$s %1$s", array('bar','foo')) Expected result: ---------------- vsprintf("%first$s %second$s", array('second'=>'bar','first'=>'foo')) Actual result: -------------- foo bar