Skip Report for ext/standard/tests/strings/fprintf_variation_008.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 Sun, 10 Feb 2019 05:24:25 +0000 (11 days ago)
|