From: [EMAIL PROTECTED]
Operating system:
PHP version: 4.2.3
PHP Bug Type: Feature/Change Request
Bug description: skipping an optional argument
Any reason why the following has never been implemented for optional
function arguments?
function test($a, $b = 1, $c = 2)
{
ID: 29292
Comment by: jeremyirons at genevus dot com
Reported By: jmelville at selectaustralasia dot com dot au
Status: Open
Bug Type: MSSQL related
Operating System: Windows 2000 Server SP4
PHP Version: 4.3.8
New Comment:
I've been h
From: jeremyirons at genevus dot com
Operating system: Windows 2k
PHP version: 4.3.2
PHP Bug Type: Feature/Change Request
Bug description: $_POST_GET; merge the two and superglobal it
Description:
I often merge $_POST and $_GET together especially when coding UI