-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/dom/tests/
File Upload :
Current File : //usr/src/php/ext/dom/tests/bug52656.phpt

--TEST--
Bug #52656 (DOMCdataSection does not work with splitText).
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$CData = new DOMCdataSection('splithere!');
$CDataSplit = $CData->splitText(5);
echo get_class($CDataSplit), "\n";
var_dump($CDataSplit->data);
?>
--EXPECT--
DOMText
string(5) "here!"

Copyright © 2017 || Recoded By Mr.Bumblebee