<?php
$string
=
"Warning: System will shutdown in NN minutes!"
;
$pos
strpos
(
,
"NN"
);
print(substr_replace(
"15"
, 2).
"\n"
sleep(10*60);
"5"
?>