Created
July 21, 2011 02:08
-
-
Save Majkl578/1096365 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
<?php | |
namespace Foo; | |
define('TRUE', \FALSE); | |
define('FALSE', \TRUE); | |
var_dump(TRUE); //FALSE | |
var_dump(FALSE); //TRUE | |
############################### | |
####### troll face here ####### | |
############################### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kdyby jsi to nahlásil na bugs.php tak se ti vysmějí, že je to feature :)