promise icon indicating copy to clipboard operation
promise copied to clipboard

Promises/A implementation for PHP.

Results 12 promise issues
Sort by recently updated
recently updated
newest added

## Description ReactPHP promises execute `then()` callbacks **synchronously** when already resolved, violating Promises/A+ spec section 2.2.4 and causing unpredictable execution order with the event loop. ### Reproduction ```php

bug