mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
When Wincache or APC are installed, the resource IDs are not the same. This is because Wincache takes a few resource objects for itself. As a result, these tests become false positives. On Windows boxes, the microtime precision is not granular enough to reliably register a difference if two calls to uniqid() are made concurrently. This is a fix to the uniqid() test to avoid the false positive when run on Windows machines. Also, added a test to exercise the 'more_entropy' variant of uniqid(). |
||
|---|---|---|
| .. | ||
| 001.phpt | ||
| 002.phpt | ||
| 004.phpt | ||
| bug22592.phpt | ||
| bug26703.phpt | ||
| offsets_chaining_1.phpt | ||
| offsets_chaining_2.phpt | ||
| offsets_chaining_3.phpt | ||
| offsets_chaining_4.phpt | ||
| offsets_chaining_5.phpt | ||
| offsets_general.phpt | ||