Skip to content

Instantly share code, notes, and snippets.

@WyriHaximus
Created October 5, 2014 19:30
Show Gist options
  • Save WyriHaximus/6b7bcd9388cb7622d745 to your computer and use it in GitHub Desktop.
Save WyriHaximus/6b7bcd9388cb7622d745 to your computer and use it in GitHub Desktop.
<?php
var_export((new \ReflectionFunction('eio_init'))->getParameters());die();
var_export(get_defined_constants());die();
var_export(get_defined_functions());die();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment