global statement removal: hphp/test/zend [2/x]
[hiphop-php.git] / hphp / test / zend / good / ext / iconv / tests / iconv002.php.skipif
blobddbeff05a2e51b81f224b384d75840c437cd773b
1 <?php
2 include('skipif.inc');
3 if (@iconv("ascii","UCS-4LE", "abcd") == '') {
4         die("skip conversion to UCS-4LE not supported"); 
6 ?>