Lines Matching refs:arg_count
123 int arg_count; member
4883 for (i = 0; i < shutdown_function_entry->arg_count; i++) {
4895 for (i = 0; i < tick_function_entry->arg_count; i++) {
4924 shutdown_function_entry->arg_count - 1,
4945 tick_fe->arg_count - 1,
5035 shutdown_function_entry.arg_count = ZEND_NUM_ARGS();
5037 if (shutdown_function_entry.arg_count < 1) {
5041 …nction_entry.arguments = (zval *) safe_emalloc(sizeof(zval), shutdown_function_entry.arg_count, 0);
5043 …if (zend_get_parameters_array(ZEND_NUM_ARGS(), shutdown_function_entry.arg_count, shutdown_functio…
5063 for (i = 0; i < shutdown_function_entry.arg_count; i++) {
5659 tick_fe.arg_count = ZEND_NUM_ARGS();
5661 if (tick_fe.arg_count < 1) {
5665 tick_fe.arguments = (zval *) safe_emalloc(sizeof(zval), tick_fe.arg_count, 0);
5667 if (zend_get_parameters_array(ZEND_NUM_ARGS(), tick_fe.arg_count, tick_fe.arguments) == FAILURE) {
5693 for (i = 0; i < tick_fe.arg_count; i++) {
5726 tick_fe.arg_count = 1;