: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<div class="column middleside" style="margin-top:-9px;height: 40vmin;" id="demo-wrap">
<!-- <img class="demo-bg" src="https://sportsfever360.com/wp-content/uploads/2021/04/SF360-Digital-Red-1.png" alt=""> -->
$quotient = intval($decoded2->{"latestBowling"}[0]->{"balls"} / 6);
$remainder = fmod($decoded2->{"latestBowling"}[0]->{"balls"}, 6);
$overs = $quotient . "." . $remainder;
style="text-align:center;color:white;font-size:3vmin;font-weight:bold;width: 100%;background: #433ce3;margin-top: 0px;border-radius: 10px 10px 0px 0px;height: 5vmin;display: table;">
<div style="font-size:3vmin;font-weight:bold;display: flex;height: 6vmin;background: red;color:white;"
<p style="width:100%;margin-top: 1vmin;">
<?php echo strtoupper($decoded2->{"latestBowling"}[0]->{"firstName"} . " " . $decoded2->{"latestBowling"}[0]->{"lastName"}); ?>
<div style="font-size:3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;" align="center">
<p style="width:100%;margin-top: 1vmin;">
<?php echo $decoded2->{"latestBowling"}[0]->{"runs"} . "-" . $decoded2->{"latestBowling"}[0]->{"wickets"} . " (" . $overs . ")";; ?>
<div style="font-size:3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;" align="center">
<p style="width:100%;margin-top: 1vmin;">
<?php echo "MAIDEN: " . $decoded2->{"latestBowling"}[0]->{"maidens"}; ?></p>
<div style="font-size:3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;" align="center">
<p style="width:100%;margin-top: 1vmin;">
<?php echo $overs > 0 ? "ECON: " . number_format($decoded2->{"latestBowling"}[0]->{"runs"} / $overs, 2) : "ECON: 0"; ?></p>
<div style="font-size:3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;border-radius: 0px 0px 10px 10px;"
<p style="width:100%;margin-top: 1vmin;">SPEED: -</p>
<!-- <div style="font-size:2.3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;border-radius: 0px 0px 10px 10px;" align="center">
<p style="width:100%;">-</p>
<div class="column middleside" style="margin-top:-9px;height: 40vmin;" id="demo-wrap">
style="text-align:center;color:white;font-size:3vmin;font-weight:bold;width: 100%;background: #433ce3;margin-top: 0px;border-radius: 10px 10px 0px 0px;height: 5vmin;display: table;">
if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "false") {
echo $decoded->{"data"}->{"innings1"}->{"extras"}->{"b"} + $decoded->{"data"}->{"innings1"}->{"extras"}->{"lb"} + $decoded->{"data"}->{"innings1"}->{"extras"}->{"nb"} + $decoded->{"data"}->{"innings1"}->{"extras"}->{"wd"};
echo $decoded->{"data"}->{"innings2"}->{"extras"}->{"b"} + $decoded->{"data"}->{"innings2"}->{"extras"}->{"lb"} + $decoded->{"data"}->{"innings2"}->{"extras"}->{"nb"} + $decoded->{"data"}->{"innings2"}->{"extras"}->{"wd"};
<div style="font-size:3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;" align="center">
<p style="width:100%;margin-top: 1vmin;">
if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "false") {
echo $decoded->{"data"}->{"innings1"}->{"extras"}->{"nb"};
} else if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "true") {
echo $decoded->{"data"}->{"innings2"}->{"extras"}->{"nb"};
<div style="font-size:3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;" align="center">
<p style="width:100%;margin-top: 1vmin;">
if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "false") {
echo $decoded->{"data"}->{"innings1"}->{"extras"}->{"wd"};
} else if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "true") {
echo $decoded->{"data"}->{"innings2"}->{"extras"}->{"wd"};
<div style="font-size:3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;" align="center">
<p style="width:100%;margin-top: 1vmin;">
if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "false") {
echo $decoded->{"data"}->{"innings1"}->{"extras"}->{"b"};
} else if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "true") {
echo $decoded->{"data"}->{"innings2"}->{"extras"}->{"b"};
<div style="font-size:3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;" align="center">
<p style="width:100%;margin-top: 1vmin;">
if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "false") {
echo $decoded->{"data"}->{"innings1"}->{"extras"}->{"lb"};
} else if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "true") {
echo $decoded->{"data"}->{"innings2"}->{"extras"}->{"lb"};
<div style="font-size:3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;border-radius: 0px 0px 10px 10px;"
<p style="width:100%;margin-top: 1vmin;">P-RUNS:
if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "false") {
echo $decoded->{"data"}->{"innings1"}->{"extras"}->{"pn"};
} else if ($LTdecoded->{"data"}->{"values"}->{"isSecondInningsStarted"} === "true") {
echo $decoded->{"data"}->{"innings2"}->{"extras"}->{"pn"};
<!-- <div style="font-size:2.3vmin;font-weight:bold;display: flex;height: 6vmin;background: beige;border-radius: 0px 0px 10px 10px;" align="center">
<p style="width:100%;">-</p>