Browse Source

Make this a warning

migration/unlabaled-1.3.2
Marcus Boerger 24 years ago
parent
commit
7ff718f455
  1. 5
      ext/standard/tests/time/001.phpt

5
ext/standard/tests/time/001.phpt

@ -1,7 +1,10 @@
--TEST--
microtime() function
--SKIPIF--
<?php if (!function_exists('microtime')) die('skip microtime() not available'); ?>
<?php
if (!function_exists('microtime')) die('skip microtime() not available');
die('warn system dependent');
?>
--FILE--
<?php
$passed = 0;

Loading…
Cancel
Save