<?php

// the important part here are the indexes 1 and 2
$callback = [1 => 0, 2 => 0];
$callback();

?>