-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
tidy_error_count() function - basic test for tidy_error_count()
--CREDITS--
Christian Wenz <wenz@php.net>
--SKIPIF--
<?php
  if (!extension_loaded('tidy')) die ('skip tidy not present');
?>
--FILE--
<?php
$buffer = '<img src="file.png" /><php>';

$tidy = tidy_parse_string($buffer);
var_dump(tidy_error_count($tidy));
?>
--EXPECTF--
int(%d)

Copyright © 2017 || Recoded By Mr.Bumblebee