[ create a new paste ] login | about

Link: http://codepad.org/QTJmdRAH    [ raw code | output | fork ]

PHP, pasted on Jul 14:
1
2
3
4
5
6
7
8
9
<?

$wtf = array("whatthechrist" => 0);

var_export($wtf);

echo "\n------\n";

var_export(in_array("baaalllllllssssssssssssssss", $wtf));


Output:
1
2
3
4
5
array (
  'whatthechrist' => 0,
)
------
true


Create a new paste based on this one


Comments: