php-src/ext/standard/tests
Eric Stenson 330168a247 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-15 16:51:21 +08:00
..
array Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
assert Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
class_object Fixed tests 2013-12-02 11:53:35 +04:00
dir Fixed bug #62138 ext\standard\tests\dir\dir_variation8-win32.phpt fails 2012-05-24 12:39:00 +02:00
directory - move it to the right place 2011-09-06 09:23:10 +00:00
file Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
filters Force allow_url_fopen to fix qa.php.net/reports diffs 2012-02-06 23:52:42 +00:00
general_functions Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
http Fixed bug #61548 2013-10-01 11:07:55 +02:00
image Support BITMAPV5HEADER in getimagesize(): https://en.wikipedia.org/wiki/BMP_file_format#DIB_header_.28bitmap_information_header.29 2013-01-14 18:52:38 +01:00
mail Use 'user@example.com' rather than 'user@company.com' in tests 2013-12-04 07:49:16 -08:00
math Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
misc Fix test 2012-04-04 15:20:28 +08:00
network Merge branch 'PHP-5.4' into PHP-5.5 2013-11-06 10:46:34 +01:00
password Really fix leaks, add test cases to prove it... 2012-10-06 10:38:41 -04:00
serialize fixed test 2013-11-21 21:24:47 +01:00
streams fix many parallel test issues 2013-11-06 10:31:47 +01:00
strings Fix tests expecting specific resource IDs 2013-12-15 16:51:21 +08:00
time Fix failed test with recent glibc 2013-11-13 13:19:10 +01:00
url Add a couple more test cases to parse_url() tests 2013-11-06 10:32:11 +01:00
versioning
bug49244.phpt
bug64370_var1.phpt Backported patch for #64370 2013-03-15 19:04:40 +01:00
bug64370_var2.phpt Backported patch for #64370 2013-03-15 19:04:40 +01:00
php_ini_loaded_file.phpt Fix php_ini_loaded_file() test 2012-08-16 17:46:34 +02:00