Convert remaining zend_parse_parameters_none() to fast ZPP#21343
Convert remaining zend_parse_parameters_none() to fast ZPP#21343alexandre-daubois wants to merge 1 commit intophp:masterfrom
Conversation
Do you have a link for reference? |
|
Of course, here they are: Lines 1227 to 1229 in 11a9574 php-src/ext/spl/spl_iterators.c Lines 1345 to 1347 in 11a9574 |
|
Submitted #21349 for the one in spl_array.c. |
|
Thanks Gina! Should something similar be done for the iterators? It would require to refactor the switch in |
Meh, it might make sense to extract them because there is little common ground, extracting the AppendIterator constructor was easy: #21367 |
Final round. There are 2 remaining, but I'm not aware of a way to update them (because they goto or return NULL explicitly)