We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d8474 commit bef85e3Copy full SHA for bef85e3
phplib/simplexml44-0_4_4/class/IsterSimpleXMLElement.php
@@ -155,14 +155,14 @@ function CDATA()
155
switch( $child->___t ) {
156
case ISTER_XML_CDATA:
157
if( preg_match('/^(<!\[CDATA\[|]]>)$/', $child->___n) )
158
- continue;
+ continue 2;
159
$txt .= $child->___n;
160
break;
161
case ISTER_XML_ENTITY:
162
$txt .= $child->___ns;
163
164
default:
165
166
}
167
168
return $txt;
0 commit comments