php warning
Hej,Jeg har følgende statement , som giver en warning i PHP 7.3 men ikke i PHP 7.2.
Hvad er der galt ?
$end = strpos($content, $closeTag, $tag['position']);
if (false === $end)
continue;
$openTagLength = strlen($tagMatch[0][0]);
vh dswebmaster