e.g. `apcu_delete` returns `false` when the `$key` does not exist in the cache store, and `error_get_last()` returns `null` in this case. ``` >>> apcu_delete('abc') => false >>> error_get_last() => null ```