In `src/PromiseCore.php:79`, there are 2 assertions as string: ```php assert('is_resource($handle)'); assert('get_resource_type($handle) === "curl"'); ``` This behavior is deprecated in PHP 7.2 (see http://php.net/manual/en/function.assert.php).