php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #28637 French translation error : pack()
Submitted: 2004-06-05 04:04 UTC Modified: 2004-06-05 07:43 UTC
From: bmorel at ssi dot fr Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: none
Private report: No CVE-ID: None
 [2004-06-05 04:04 UTC] bmorel at ssi dot fr
Description:
------------
In page:
http://fr2.php.net/manual/fr/function.pack.php

Expected result:
----------------
N entier long non sign? (toujours 32 bits, ordre des bits big endian) 

V entier long non sign? (toujours 32 bits, ordre des bits little endian) 


Actual result:
--------------
N entier long non sign? (toujours 16 bits, ordre des bits big endian) 

V entier long non sign? (toujours 16 bits, ordre des bits little endian) 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-05 07:43 UTC] gui@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Aug 06 17:00:03 2025 UTC