<?php

function foo($user_id, $chat_id = 0) {
  return $user_id;
}

echo foo(42);