php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54287 Notation of the placeholders seems wrong
Submitted: 2011-03-17 08:03 UTC Modified: 2011-03-17 08:21 UTC
From: accounts at rgloyer dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 + 26 = ?
Subscribe to this entry?

 
 [2011-03-17 08:03 UTC] accounts at rgloyer dot de
Description:
------------
---
From manual page: http://www.php.net/function.sprintf#Parameters
---
From the manual page:

Example #3 Argument swapping
<?php
$format = 'The %2$s contains %1$d monkeys';
printf($format, $num, $location);
?>

This doesn't work. I get the error: undefined variable

It works if i write: %2\$s and %1\$d


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-03-17 08:21 UTC] aharvey@php.net
-Status: Open +Status: Bogus
 [2011-03-17 08:21 UTC] aharvey@php.net
The examples are (intentionally) incomplete: if you define $num and
$location, you won't get the warnings.
 [2011-03-17 09:14 UTC] carsten_sttgt at gmx dot de
@aharvey
> The examples are (intentionally) incomplete:

What's the sense of a /intentionally/ incomplete example?


In my opinion it's just a wrong example and thus a documentation problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 21:01:29 2024 UTC