Skip to content

Commit

Permalink
MFH
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Nov 13, 2001
1 parent 6b702ce commit 2a1ac78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext/satellite/tests/003.phpt
Expand Up @@ -3,7 +3,7 @@ Get a value from an object of type Random
--SKIPIF--
<?php if (!extension_loaded("satellite")) print "skip";
// internet connection needed, try to lookup www.php.net
exec("host www.php.net 2>/dev/null", $output, &$rv);
exec("host www.php.net 2>/dev/null", $output, $rv);
if ($rv) print "skip";
?>
--POST--
Expand Down
4 changes: 4 additions & 0 deletions ext/standard/tests/time/001.phpt
Expand Up @@ -4,8 +4,12 @@ microtime() function
--GET--
--FILE--
<?php

set_time_limit(180);

$passed = 0;
$failed = 0;
$last = 0;
for ($i=1;$i<=100000;$i++) {
list($micro,$time)=explode(" ",microtime());
$add=$micro+$time;
Expand Down

0 comments on commit 2a1ac78

Please sign in to comment.