Fix continue in switch for PHP7.3

This commit is contained in:
Tomas Kozak 2018-08-06 14:54:32 +02:00 committed by Tomas Kozak
parent 64fc194398
commit 536c8856bc
No known key found for this signature in database
GPG Key ID: 1CBC6969ED5AD1BA

View File

@ -17783,7 +17783,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value:
// justify block
if (!TCPDF_STATIC::empty_string($this->lispacer)) {
$this->lispacer = '';
continue;
break;
}
preg_match('/([0-9\.\+\-]*)[\s]([0-9\.\+\-]*)[\s]([0-9\.\+\-]*)[\s]('.$strpiece[1][0].')[\s](re)([\s]*)/x', $pmid, $xmatches);
if (!isset($xmatches[1])) {