Skip to content

Instantly share code, notes, and snippets.

@assertchris
Created September 3, 2012 09:57
Show Gist options
  • Select an option

  • Save assertchris/3608209 to your computer and use it in GitHub Desktop.

Select an option

Save assertchris/3608209 to your computer and use it in GitHub Desktop.
$callbacks = array(
"cb" => function($value) {
return $value;
}
);
echo $callbacks["cb"]("hello world");
// This works in PHP 5.4.4 (not sure when it started working really...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment