<?php

for ($s = 5; $s >= 1; $s--) {
	$currentTime = time();
	while($currentTime + 1 != time()){}
	echo "{$s} секунд\n";
}
echo 'бабах';