Lines Matching refs:output
156 $output = "┌──────┬─────────────┬──────────────────────────────────────────────────────┐\n";
157 $output .= "│ Sign │ Exponent │ Mantissa │\n";
161 …$output .= sprintf($format_string, $float_info_1->getSign(), $float_info_1->getExponent(), $float_…
162 …$output .= sprintf($format_string, $float_info_2->getSign(), $float_info_2->getExponent(), $float_…
164 $output .= "└──────┴─────────────┴──────────────────────────────────────────────────────┘\n";
166 return $output;
191 $output = "┌──────┬──────────┬─────────────────────────┐\n";
192 $output .= "│ Sign │ Exponent │ Mantissa │\n";
196 …$output .= sprintf($format_string, $float_info_1->getSign(), $float_info_1->getExponent(), $float_…
197 …$output .= sprintf($format_string, $float_info_2->getSign(), $float_info_2->getExponent(), $float_…
199 $output .= "└──────┴──────────┴─────────────────────────┘\n";
201 return $output;