my_param_count 126 Zend/zend_closures.c int my_param_count = 0; my_param_count 130 Zend/zend_closures.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "o*", &newthis, &my_params, &my_param_count) == FAILURE) { my_param_count 150 Zend/zend_closures.c fci.param_count = my_param_count;