PHP-SRC variadic params#
the source code: php/php-src
mayan ngebantu jg gw ngepahami variadic params di php. ref: https://www.zend.com/resources/php-extensions/basic-php-structures
selfnote :
ZEND_PARSE_PARAMETERS_START(num_required_args, num_max_args) Z_PARAM_VARIADIC(‘*’ or ‘+’, destptr, argc);
catatan:
* nol atau lebih parameter
+ satu atau lebih parameter
nb: akan diupdate berkala
ref: https://wiki.php.net/rfc/fast_zpp