Guest User

Untitled

a guest
Jun 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. function foo() : void
  4. {
  5. // there is a trailing space in this comment!
  6. $var1 = (
  7. $var2 ?? 0);
  8. }
Add Comment
Please, Sign In to add comment