Created
July 13, 2015 19:41
-
-
Save webkader/ea5c4224edec6eec28e0 to your computer and use it in GitHub Desktop.
Hack for php 5.3.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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