Test: /ext/mbstring/tests/mb_strrichr_variation3.phpt - Version 5.4.5-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
019+ string(12) "737472696e67
019- string(12) "737472696e67"
020-
021- --float 12.3456789000e10--
022- string(12) "737472696e67"
023-
024- --float -12.3456789000e10--
025- string(12) "737472696e67"
026-
027- --float .5--
028- string(12) "737472696e67"
029-
030- --empty array--
031- Error: 2 - mb_strrichr() expects parameter 3 to be boolean, array given, %s(%d)
032- bool(false)
033-
034- --int indexed array--
035- Error: 2 - mb_strrichr() expects parameter 3 to be boolean, array given, %s(%d)
036- bool(false)
037-
038- --associative array--
039- Error: 2 - mb_strrichr() expects parameter 3 to be boolean, array given, %s(%d)
040- bool(false)
041-
042- --nested arrays--
043- Error: 2 - mb_strrichr() expects parameter 3 to be boolean, array given, %s(%d)
044- bool(false)
045-
046- --uppercase NULL--
047- string(8) "5f76616c"
048-
049- --lowercase null--
050- string(8) "5f76616c"
051-
052- --lowercase true--
053- string(12) "737472696e67"
054-
055- --lowercase false--
056- string(8) "5f76616c"
057-
058- --uppercase TRUE--
059- string(12) "737472696e67"
060-
061- --uppercase FALSE--
062- string(8) "5f76616c"
063-
064- --empty string DQ--
065- string(8) "5f76616c"
066-
067- --empty string SQ--
068- string(8) "5f76616c"
069-
070- --string DQ--
071- string(12) "737472696e67"
072-
073- --string SQ--
074- string(12) "737472696e67"
075-
076- --mixed case string--
077- string(12) "737472696e67"
078-
079- --heredoc--
080- string(12) "737472696e67"
081-
082- --instance of classWithToString--
083- Error: 2 - mb_strrichr() expects parameter 3 to be boolean, object given, %s(%d)
084- bool(false)
085-
086- --instance of classWithoutToString--
087- Error: 2 - mb_strrichr() expects parameter 3 to be boolean, object given, %s(%d)
088- bool(false)
089-
090- --undefined var--
091- string(8) "5f76616c"
092-
093- --unset var--
094- string(8) "5f76616c"
095-
096- --resource--
097- Error: 2 - mb_strrichr() expects parameter 3 to be boolean, resource given, %s(%d)
098- bool(false)
099- ===DONE===