0]; } /** * Gets information about memory usage * * @return array with memory usage data */ public function memory() { return []; } /** * Checks whether class is supported in this environment */ public function supported(): bool { return true; } }