Skip Report for ext/standard/tests/strings/fprintf_variation_007.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 Mon, 10 Jun 2013 15:00:26 +0000 (8 days ago)
|