php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #35297 mistake in the german translation of the manual of mysql_real_escape_string()
Submitted: 2005-11-19 19:48 UTC Modified: 2005-11-30 02:22 UTC
From: roting at betazerfall dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: roting at betazerfall dot de
New email:
PHP Version: OS:

 

 [2005-11-19 19:48 UTC] roting at betazerfall dot de
Description:
------------
There is a problem in the manual (german translation) which you can find here:

http://de3.php.net/manual/de/function.mysql-real-escape-string.php

See the section called "Beispiel 2".
See the definition of a function called "quote_smart()".

In the body you will find "!is_int($value)", it should be
"!is_numeric($value)" as you can read it in the english original (http://de3.php.net/manual/en/function.mysql-real-escape-string.php)



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-19 19:53 UTC] simp@php.net
The whole translated manual page is outdated at the moment. Please wait for it to be updated.
 [2005-11-30 02:22 UTC] fa@php.net
fixed in cvs of German manual
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 03:01:32 2025 UTC