Skip to content

Instantly share code, notes, and snippets.

@sasezaki
Created November 16, 2013 12:59
Show Gist options
  • Save sasezaki/7499931 to your computer and use it in GitHub Desktop.
Save sasezaki/7499931 to your computer and use it in GitHub Desktop.
function completion phpdbg.init
<:
readline_completion_function(function(){return array_merge(get_defined_functions()['internal'],array_keys(get_defined_constants()));});
:>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment