Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $regexp = /^.$/
  2. notice(type($regexp))
  3.  
  4. class foo($bar) {
  5. notice(type($bar))
  6. }
  7.  
  8. class { 'foo': bar => $regexp }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement