Codebase list php-react-promise / 68de9fe9-0808-44d5-a800-4e60c71caf16/main src / functions_include.php
68de9fe9-0808-44d5-a800-4e60c71caf16/main

Tree @68de9fe9-0808-44d5-a800-4e60c71caf16/main (Download .tar.gz)

functions_include.php @68de9fe9-0808-44d5-a800-4e60c71caf16/mainraw · history · blame

1
2
3
4
5
<?php

if (!function_exists('React\Promise\resolve')) {
    require __DIR__.'/functions.php';
}