: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<?php foreach( $data as $name => $contents ):?>
<strong><?php echo( $name ); ?></strong>
echo( ' = ' . $contents[ 'value' ] );
if( isset( $_GET[ 'calcs_debug' ] ) ) {
echo( '<br />RAW: ' . $contents[ 'raw' ]);
echo( '<br />PARSED: ' . $contents[ 'parsed' ]);