<?php
@set_time_limit(0);
$step = htmlspecialchars($_GET['step']) ?: 0;
sleep(1);
$step++;
?>
<? if ($step < 10): ?>
<?= $step; ?>
<script>
var
url = window.location.origin + window.location.pathname;
url += '?step=' + <?= $step; ?>
window.location.href = url;
</script>
<? else: ?>
Работа скрипта завершена.
<? endif; ?>
iconContentSize
iconContentOffset