Edit report at https://bugs.php.net/bug.php?id=60760&edit=1

 ID:                 60760
 Patch added by:     le...@php.net
 Reported by:        dragoo...@php.net
 Summary:            Converting zend_parse_parameters() to
                     zend_parse_parameters_none()
 Status:             Assigned
 Type:               Feature/Change Request
 Package:            SPL related
 Operating System:   N/A
 PHP Version:        5
 Assigned To:        levim
 Block user comment: N
 Private report:     N

 New Comment:

The following patch has been added/updated:

Patch Name: spl_zpp_none.patch
Revision:   1379462145
URL:        
https://bugs.php.net/patch-display.php?bug=60760&patch=spl_zpp_none.patch&revision=1379462145


Previous Comments:
------------------------------------------------------------------------
[2012-01-20 02:37:31] dragoo...@php.net

This is just the way a lot of the phpsrc has been built. Look around various 
/ext/ places and you'll see it. I'm just cleaning things up and keeping 
consistency.

Got a few more cleanup patches to submit on the SplHeap class for this same 
reason as i've been working on that class recently.

- Paul.

------------------------------------------------------------------------
[2012-01-20 02:23:52] larue...@php.net

if no parameters will be accpected, why call to zend_parse_parameters? just a 
arginfo will be enough.

------------------------------------------------------------------------
[2012-01-15 03:33:27] dragoo...@php.net

The following patch has been added/updated:

Patch Name: spl_dllist_zend_parse_parameters_none.diff
Revision:   1326598407
URL:        
https://bugs.php.net/patch-display.php?bug=60760&patch=spl_dllist_zend_parse_parameters_none.diff&revision=1326598407

------------------------------------------------------------------------
[2012-01-15 03:32:21] dragoo...@php.net

Description:
------------
Half of the file base uses zend_parse_parameters() to check if theres no params 
passed.

Half of the file already uses zend_parse_parameters_none().

The work done here just updates zend_parse_parameters() calls to 
zend_parse_parameters_none() where necessary.

Test script:
---------------
N/A

Expected result:
----------------
N/A

Actual result:
--------------
N/A


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



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

Reply via email to