';
- $odd_row = ! $odd_row;
-
- $output .= '| '
- . ($key_ordered_current_equals_data ? '' : '')
- . ''
- . htmlspecialchars($key_ordered_current_key)
- . '' . ($key_ordered_current_equals_data ? '' : '')
- . ' | ';
-
- $output .= ''
- . ($key_ordered_current_equals_data ? '' : '')
- . ''
- . $key_ordered_current_val . ''
- . ($key_ordered_current_equals_data ? '' : '')
- . ' | ';
-
- $output .= ''
- . ' | ';
-
- $output .= ''
- . ($val_ordered_current_equals_data ? '' : '')
- . ''
- . $val_ordered_current_val . ''
- . ($val_ordered_current_equals_data ? '' : '')
- . ' | ';
-
- $output .= ''
- . ($val_ordered_current_equals_data ? '' : '')
- . ''
- . htmlspecialchars($val_ordered_current_key)
- . '' . ($val_ordered_current_equals_data ? '' : '')
- . ' | ';
- $output .= '
';
- } // end while
-}
-
-$output .= '