Skip to content

Instantly share code, notes, and snippets.

@Majkl578
Created July 21, 2011 02:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Majkl578/1096365 to your computer and use it in GitHub Desktop.
Save Majkl578/1096365 to your computer and use it in GitHub Desktop.
<?php
namespace Foo;
define('TRUE', \FALSE);
define('FALSE', \TRUE);
var_dump(TRUE); //FALSE
var_dump(FALSE); //TRUE
###############################
####### troll face here #######
###############################
@fprochazka
Copy link

Kdyby jsi to nahlásil na bugs.php tak se ti vysmějí, že je to feature :)

@hrach
Copy link

hrach commented Jul 21, 2011

Ou shit

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