Edit report at https://bugs.php.net/bug.php?id=60760&edit=1
ID: 60760 Comment by: larue...@php.net Reported by: dragoo...@php.net Summary: Converting zend_parse_parameters() to zend_parse_parameters_none() Status: Open Type: Feature/Change Request Package: SPL related Operating System: N/A PHP Version: 5.4.0RC5 Block user comment: N Private report: N New Comment: if no parameters will be accpected, why call to zend_parse_parameters? just a arginfo will be enough. Previous Comments: ------------------------------------------------------------------------ [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