php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #36740 Function ob-start: Wrong param count
Submitted: 2006-03-15 03:55 UTC Modified: 2006-03-15 08:36 UTC
From: php at cconstruct dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Gentoo Linux/AMD64
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: php at cconstruct dot de
New email:
PHP Version: OS:

 

 [2006-03-15 03:55 UTC] php at cconstruct dot de
Description:
------------
The german manual on the function ob-start, residing at http://de.php.net/manual/de/function.ob-start.php, is mistaken in the parameter count of the function "ob-start".

Reproduce code:
---------------
Visit http://de.php.net/manual/de/function.ob-start.php and compare to e.g. http://de.php.net/manual/en/function.ob-start.php

Expected result:
----------------
Two times the same parameter count:
bool ob_start ( [callback output_callback [, int chunk_size [, bool erase]]] )

Actual result:
--------------
In the german version it says:
void ob_start ( void )

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-15 08:36 UTC] betz@php.net
The german manual is outdated. If you want to help translating the manual to german, please contact doc-de@lists.php.net.

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