php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44521 [DE] Typo in crc32 docs
Submitted: 2008-03-24 20:09 UTC Modified: 2008-03-24 20:27 UTC
From: maikjacobi at googlemail dot com Assigned:
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: ----
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: maikjacobi at googlemail dot com
New email:
PHP Version: OS:

 

 [2008-03-24 20:09 UTC] maikjacobi at googlemail dot com
Description:
------------
<?php
$pruefsumme = crc32("Der schnelle braune Fuchs sprang ?ber den tr?gen Hund.");
printf("%u\n", $checksum);
?> 

$pruefsumme or $checksum.
but not both at the same time.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-03-24 20:27 UTC] bjori@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 14:01:33 2024 UTC