Skip to content

Instantly share code, notes, and snippets.

@btleffler
Created August 2, 2012 20:08
Show Gist options
  • Save btleffler/3240229 to your computer and use it in GitHub Desktop.
Save btleffler/3240229 to your computer and use it in GitHub Desktop.
PHP: The Programming Language of Choice ™
PHP Parse error: syntax error, unexpected ')', expecting T_PAAMAYIM_NEKUDOTAYIM in ...
<?php
isset(true);
?>
@btleffler
Copy link
Author

Nothing to see here, just expecting T_PAAMAYIM_NEKUDOTAYIM.

@btleffler
Copy link
Author

http://us3.php.net/manual/en/function.isset.php#refsect1-function.isset-notes

My bad, it's actually working the way it's supposed to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment