#!/usr/bin/env php '🌑', 'Waxing Crescent' => '🌒', 'First Quarter' => '🌓', 'Waxing Gibbous' => '🌔', 'Full Moon' => '🌕', 'Waning Gibbous' => '🌖', 'Third Quarter' => '🌗', 'Waning Crescent' => '🌘', ]; $moonphase = new Solaris\MoonPhase; print $phases [ $moonphase->phase_name() ]; # print " " . $moonphase->phase_name();