<?php $input = 'my address is @@address@@ and my house is at @@street@@ and the number is @@number@@ or so '; $output = $matches[0];
Standard input is empty
array(3) {
[0]=>
string(11) "@@address@@"
[1]=>
string(10) "@@street@@"
[2]=>
string(10) "@@number@@"
}