--TEST-- Bug #53347 Segfault accessing static method --FILE-- 30 ); public static function isValidFormatCode( $type, $key ) { return isset( self::${$type}[$key] ); } } var_dump( ezcConsoleOutput::isValidFormatCode( 'color', 'gray' ) ); ?> --EXPECT-- bool(true)