From:             ragekab at yahoo dot com
Operating system: Windows XP
PHP version:      5.0.2
PHP Bug Type:     Calendar related
Bug description:  The function cal_info() does not work w/o a parameter

Description:
------------
The manual says "If no calendar is specified information on all supported
calendars is returned as an array. This functionality will be available
beginning with PHP 5."

I believe using cal_info() is suppose to work without a paramenter on PHP
5, however it returns an error saying its expecting a parameter.

Reproduce code:
---------------
<?

print_r(cal_info());

// Warning: cal_info() expects exactly 1 parameter

?>

Expected result:
----------------
An array of all supported calendars should return


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

Reply via email to