-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/tidy/tests/
File Upload :
Current File : //usr/src/php/ext/tidy/tests/018.phpt

--TEST--
binary safety
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
<?php
$x = tidy_repair_string("<p>abra\0cadabra</p>", 
	array(	'show-body-only' => true, 
			'clean' => false,
			'newline' => "\n")
	);
var_dump($x);
?>
--EXPECT--
string(19) "<p>abracadabra</p>
"

Copyright © 2017 || Recoded By Mr.Bumblebee