php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40238 Ordered wrong on the swedish page
Submitted: 2007-01-25 17:04 UTC Modified: 2007-01-25 17:34 UTC
From: steelside at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: steelside at gmail dot com
New email:
PHP Version: OS:

 

 [2007-01-25 17:04 UTC] steelside at gmail dot com
Description:
------------
http://se2.php.net/manual/sv/function.imagettfbbox.php
Please notice the authors of this mirror about the bug, it exists on se.php.net also.

array imagettfbbox ( float size, float angle, string fontfile, string text )

text

size

fontfile

angle
 
See something wrong? in the function definition it says size,angle,font,text. 
But below it says text,size,fontfile,angle.

Solution; Rearrange the info below to match the function name, it was really irritating for me when i tried to place a string on an image and i constantly had it somewhere i did not expect.

Sorry if this has been reported, but i really am to lazy to search, and the 3 it returned when pressing submit the first time was not related.

Reproduce code:
---------------
-

Expected result:
----------------
-

Actual result:
--------------
-

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-25 17:34 UTC] didou@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

This shows up because the SV version of the manual hasn't been built for awhile (2005-08-03), but this bug was fixed on (2005-08-18) in EN.
SV uses the EN version of this file.

In summary: When SV is next built, it will be fixed. So, am closing this report.

Additionally, this is a dup of bug #34144 ... don't be lazy next time ;)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 20 06:00:02 2025 UTC