File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
library/Zend/Pdf/FileParser/Font Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -898,7 +898,7 @@ protected function _parseCmapTable()
898
898
if ($ language != 0 ) {
899
899
$ this ->_debugLog ('Type 0 cmap tables must be language-independent; '
900
900
. ' language: %d; skipping ' , $ language );
901
- continue ;
901
+ break ;
902
902
}
903
903
break ;
904
904
@@ -917,7 +917,7 @@ protected function _parseCmapTable()
917
917
case 0xa : // break intentionally omitted
918
918
case 0xc :
919
919
$ this ->_debugLog ('Format: 0x%x currently unsupported; skipping ' , $ format );
920
- continue ;
920
+ break ;
921
921
//$this->skipBytes(2);
922
922
//$cmapLength = $this->readUInt(4);
923
923
//$language = $this->readUInt(4);
@@ -929,7 +929,7 @@ protected function _parseCmapTable()
929
929
930
930
default :
931
931
$ this ->_debugLog ('Unknown subtable format: 0x%x; skipping ' , $ format );
932
- continue ;
932
+ break ;
933
933
}
934
934
$ cmapType = $ format ;
935
935
break ;
You can’t perform that action at this time.
0 commit comments