php-src/tests/strings
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
..
001.phpt Fix tests expecting specific resource IDs 2013-12-13 10:42:32 -08:00
002.phpt Fix test 2004-05-18 21:27:08 +00:00
004.phpt Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3. 2010-04-21 21:56:24 +00:00
bug22592.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26703.phpt Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3. 2010-04-21 21:56:24 +00:00
offsets_chaining_1.phpt adding some tests for string offsets 2011-11-26 18:41:45 +00:00
offsets_chaining_2.phpt adding some tests for string offsets 2011-11-26 18:41:45 +00:00
offsets_chaining_3.phpt adding some tests for string offsets 2011-11-26 18:41:45 +00:00
offsets_chaining_4.phpt adding some tests for string offsets 2011-11-26 18:41:45 +00:00
offsets_chaining_5.phpt Fix tests 2011-12-19 16:57:36 +00:00
offsets_general.phpt fix tests 2011-12-26 01:08:47 +00:00