Skip to content

Instantly share code, notes, and snippets.

@salathe
Created June 4, 2014 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salathe/cedab11b31bec66d72d4 to your computer and use it in GitHub Desktop.
Save salathe/cedab11b31bec66d72d4 to your computer and use it in GitHub Desktop.
salathe@php3:~# echo '<?php $str="example"; var_dump($str[1]); ?>' | ./php
X-Powered-By: PHP/3.0.18
Content-type: text/html
string(1) "x"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment