Skip Report for ext/standard/tests/strings/fprintf_variation_006.phpt
Script
<?php $data_file = dirname(__FILE__) . '/dump.txt'; if (!($fp = fopen($data_file, 'w'))) { die('skip File dump.txt could not be created'); } if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
Reason
this test is for 32bit platform only
Generated at Wed, 15 May 2013 22:03:26 +0000 (3 days ago)
|