Merge pull request #91 from kozaktomas/switch-issue

Fix continue in switch for PHP7.3
This commit is contained in:
Nicola Asuni 2018-09-14 13:05:18 +01:00 committed by GitHub
commit f20c0fcda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17796,7 +17796,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])) {