Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. echo "hello world" ;
  3. $arr = array (
  4. 'one' => 1,
  5. 'two' => 2,
  6. 'three' => 3,
  7. );
  8. ?>
  9.  
  10. <?php
  11. echo "hello world";
  12. $arr = array(
  13. 'one' => 1,
  14. 'two' => 2,
  15. 'three' => 3,
  16. );
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement