Skip to content

Instantly share code, notes, and snippets.

@webkader
Created July 13, 2015 19:41
Show Gist options
  • Save webkader/ea5c4224edec6eec28e0 to your computer and use it in GitHub Desktop.
Save webkader/ea5c4224edec6eec28e0 to your computer and use it in GitHub Desktop.
Hack for php 5.3.2
$argv = array();
$tmp = func_get_args();
foreach ($tmp as $key => $value) {
$argv[$key] = &$tmp[$key];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment