1
2
3
4
  static public function invoke($hook) {
    $packages = array();
    $results = array();  
...

PHP Dynamically invoking static...

by Tj Holowaychuk, June 09, 2008 20:52, 1 refactoring, tagged with static, class, eval

Hey guys, I should have rea...

F1e3ab214a976a39cfd713bc93deb10f Talk
1
2
3
4
<?php
// Eval encoded file decrypter
// V 1 - 01/26/2008
...

PHP Eval encoded file decoder

by ellisgl.myopenid.com, January 26, 2008 17:08, 38 refactorings, tagged with php, decode, encrypted, eval

I was having an issue with ...

8bba46dba9043c254e6eef1aa664e6f0 Talk