Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Delay execution in microseconds
<?php usleep(int $microseconds): void
<?php             fwrite(STDOUT, (string) $exception);

            fwrite(STDOUT, "\n\n");

        }

        usleep(10000);

    }

}
<?php         break;

    } catch (Throwable $exception) {

        echo($exception);

        usleep(10000);

    }

}