breich

Collider, I Hardly Knew Her!

Nov 6th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  * collider_i_hardly_knew_her.php
  5.  *
  6.  * This script intentionally causes a namespace collision as an example.
  7.  *
  8.  * @author Brian Reich <breich@reich-consulting.net>
  9.  * @copyright Copyright (C) 2012 Reich Consulting http://www.reich-consulting.net/
  10.  */
  11.  
  12. function printf( $value ) {
  13.  
  14.     // function body...
  15. }
Add Comment
Please, Sign In to add comment