1
0
mirror of https://github.com/danog/amp.git synced 2024-12-11 17:09:40 +01:00
amp/polyfill/ext-fiber.php
2020-09-24 12:53:32 -05:00

7 lines
147 B
PHP

<?php
if (!\extension_loaded('fiber')) {
require __DIR__ . '/../stubs/Awaitable.php';
require __DIR__ . '/../stubs/FiberScheduler.php';
}