Test: /ext/tokenizer/tests/token_get_all_basic.phpt - Version 5.4.43    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
023- array(3) {
024- [0]=>
025- int(%d)
026- [1]=>
027- string(1) " "
028- [2]=>
029- int(1)
030- }
031- [3]=>
032- array(3) {
033- [0]=>
034- int(%d)
035- [1]=>
036- string(13) ""Hello World""
037- [2]=>
038- int(1)
039- }
040- [4]=>
041- string(1) ";"
042- [5]=>
043- array(3) {
044- [0]=>
045- int(%d)
046- [1]=>
047- string(1) " "
048- [2]=>
049- int(1)
050- }
051- [6]=>
052- array(3) {
053- [0]=>
054- int(%d)
055- [1]=>
056- string(2) "?>"
057- [2]=>
058- int(1)
059- }
060- }
061- -- source string without PHP open and close tags --
062- array(1) {
063- [0]=>
064- array(3) {
065- [0]=>
066- int(%d)
067- [1]=>
068- string(19) "echo 'Hello World';"
069- [2]=>
070- int(1)
071- }
072- }
073- Done