ID:               23918
 Updated by:       [EMAIL PROTECTED]
 Reported By:      unknown at yabbse dot org
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Windows XP; IIS 5.1
 PHP Version:      4.3.2
 New Comment:

This has been fixed in CVS and will show up during the next manual
build, thanks for the report :)

http://cvs.php.net/cvs.php/phpdoc/en/reference/funchand/functions/register-shutdown-function.xml


Previous Comments:
------------------------------------------------------------------------

[2003-05-31 04:14:43] unknown at yabbse dot org

http://www.php.net/function.register-shutdown-function

The above documentation describes register_shutdown_function() as
returning an int, however the following PHP code shows this to not be
so: (what would it return, anyway?)

<?php

var_dump(register_shutdown_function('temp'));
// Output: NULL

function temp()
{
}

?>

Although this isn't a large issue that will cause any problems, it's
also an easy thing to fix.  (I would assume...)

Thanks,
-[Unknown]

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=23918&edit=1


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to