Skip to content

Instantly share code, notes, and snippets.

@glennpratt
Created January 17, 2012 15:31
Show Gist options
  • Select an option

  • Save glennpratt/1627076 to your computer and use it in GitHub Desktop.

Select an option

Save glennpratt/1627076 to your computer and use it in GitHub Desktop.
± |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