Skip to content

Instantly share code, notes, and snippets.

@RaymondBenc
Created March 31, 2014 14:45
Show Gist options
  • Save RaymondBenc/9893999 to your computer and use it in GitHub Desktop.
Save RaymondBenc/9893999 to your computer and use it in GitHub Desktop.
<?php
namespace M9;
class Test {
function __construct($function) {
$object = new M9Test();
$return = call_user_func($function, $object);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment