From:             php at cconstruct dot de
Operating system: Gentoo Linux/AMD64
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  Function ob-start: Wrong param count

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 )

-- 
Edit bug report at http://bugs.php.net/?id=36740&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36740&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36740&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36740&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36740&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36740&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36740&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36740&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36740&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36740&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36740&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36740&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36740&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36740&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36740&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36740&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36740&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36740&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36740&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36740&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36740&r=mysqlcfg

Reply via email to