Preemptively update tests for UndefinedVariableException 3/n
[hiphop-php.git] / hphp / test / zend / good / ext / iconv / tests / iconv_strpos_variation3_64bit.php.skipif
blobf6fd4332d3c517be6598a5a086ea2e4b17195508
1 <?hh
2 <<__EntryPoint>> function main(): void {
3 extension_loaded('iconv') || die('skip');
4 function_exists('iconv_strpos') || die("skip iconv_strpos() is not available in this build");
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");