Skip Report for ext/xml/tests/bug32001b.phpt
Script
<?php require_once("skipif.inc"); if (!extension_loaded('iconv')) die ("skip iconv extension not available"); foreach(array('EUC-JP', 'Shift_JISP', 'GB2312') as $encoding) { if (@xml_parser_create($encoding) === false) die("skip libxml2 does not support $encoding encoding"); } ?>
Reason
libxml2 does not support EUC-JP encoding
Generated at Mon, 13 May 2013 22:40:14 +0000 (6 days ago)
|