php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #38399 German documentation says both there is, and there is not, a Boolean type.
Submitted: 2006-08-09 12:51 UTC Modified: 2007-01-02 19:16 UTC
From: Otto dot Stolz at uni-konstanz dot de Assigned: sammywg (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: any
Private report: No CVE-ID: None
 [2006-08-09 12:51 UTC] Otto dot Stolz at uni-konstanz dot de
Description:
------------
"There is...":

From
<http://www.phpcenter.de/de-html-manual/language.types.html>:
PHP unterst?tzt ... Vier skalare Typen:
* Boolean
* Integer
* Flie?komma-Zahl (float)
* String / Zeichenkette 
From
<http://www.phpcenter.de/de-html-manual/function.is-bool.html>:
is_bool --  Pr?ft, ob eine Variable vom Typ boolean ist


"There isn't...":

Aus <http://www.phpcenter.de/de-html-manual/language.expressions.html>:
PHP unterst?tzt drei skalare Datentypen: integer values
(Integer-Zahlen), floating point values (Flie?kommazahlen)
und string values (Zeichenketten).
...
(PHP hat keinen speziellen boolean-Datentyp)


Which one is true?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-09 13:45 UTC] sammywg@php.net
thanks for reporting, we'll fix the german documentation section as soon as possible.
 [2007-01-02 19:16 UTC] sammywg@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: Mon Jul 14 14:01:31 2025 UTC