global statement removal: hphp/test/zend [2/x]
[hiphop-php.git] / hphp / test / zend / good / ext / iconv / tests / bug37176.php
blob24fd3e6cd379482fa249f3b70e3193524f3bfeaf
1 <?php
2 var_dump(iconv_strpos('11--','1-',0,'UTF-8'));
3 var_dump(iconv_strpos('-11--','1-',0,'UTF-8'));
4 ?>