Created
January 17, 2012 15:31
-
-
Save glennpratt/1627076 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ± |donate ✓| → php -a | |
| Interactive shell | |
| php > $truck = new stdClass(); | |
| php > $truck->var = TRUE; | |
| php > if ($truck->non) { | |
| php { echo 'Yo'; | |
| php { } | |
| PHP Notice: Undefined property: stdClass::$non in php shell code on line 1 | |
| Notice: Undefined property: stdClass::$non in php shell code on line 1 | |
| php > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment