global statement removal: hphp/test/zend [2/x]
[hiphop-php.git] / hphp / test / zend / good / ext / iconv / tests / bug37773.php.skipif
blobf3ae607ddc47f583d690c7a784b62c63d2f5d402
1 <?php 
2 include('skipif.inc'); 
4 $test = @iconv_strpos("abbttt","ttt",0,"UTF-8");
5 if ($test === false) {
6         die("skip UTF-8 is not supported?");
9 ?>