[ create a new paste ] login | about

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

PHP, pasted on Aug 11:
1
2
<?php
var_dump(1 | 2 | 4 | /* ... */ 64);


Output:
1
int(71)


Create a new paste based on this one


Comments: