Skip Report for ext/standard/tests/strings/fprintf_variation_003.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 Fri, 17 May 2013 23:23:52 +0000 (6 days ago)
|