Created
August 2, 2012 20:08
-
-
Save btleffler/3240229 to your computer and use it in GitHub Desktop.
PHP: The Programming Language of Choice ™
This file contains 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
PHP Parse error: syntax error, unexpected ')', expecting T_PAAMAYIM_NEKUDOTAYIM in ... |
This file contains 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
<?php | |
isset(true); | |
?> |
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
Nothing to see here, just expecting
T_PAAMAYIM_NEKUDOTAYIM
.