php-src/tests
Eric Stenson 50377b5bf2 Fix tests expecting specific resource IDs
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().
2013-12-13 10:42:32 -08:00
..
basic tests 2013-09-10 13:14:02 +02:00
classes Fixed bug #65768: DateTimeImmutable::diff does not work 2013-11-29 23:31:07 +01:00
func Added XOR support for expressions in INI parser 2013-03-27 21:28:53 +01:00
lang Fixed tests that fail with non-default serialize_precision configurations. 2013-11-20 06:17:34 +09:00
output Merge branch 'PHP-5.4' into PHP-5.5 2013-06-13 10:30:18 -07:00
run-test run-tests.php: Adding support for sections EXPECT_EXTERNAL, EXPECTF_EXTERNAL and EXPECTREGEX_EXTERNAL. (Issue 55736) 2013-09-03 14:40:43 +02:00
security Merge branch 'PHP-5.3' into PHP-5.4 2012-11-15 12:29:38 +01:00
strings Fix tests expecting specific resource IDs 2013-12-13 10:42:32 -08:00
quicktester.inc