Skip to content

Instantly share code, notes, and snippets.

@meonkeys
Created August 1, 2013 18:31
Show Gist options
  • Save meonkeys/6133953 to your computer and use it in GitHub Desktop.
Save meonkeys/6133953 to your computer and use it in GitHub Desktop.
Strange time result
[vagrant@vm ~]$ time php -r 'echo "Foo\n";'
Foo
real 0m0.000s
user 0m0.000s
sys 0m0.047s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment