diff options
Diffstat (limited to 'ext/session/tests/rfc1867_inter.phpt')
| -rw-r--r-- | ext/session/tests/rfc1867_inter.phpt | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/ext/session/tests/rfc1867_inter.phpt b/ext/session/tests/rfc1867_inter.phpt index 4d9b262230..2385f00132 100644 --- a/ext/session/tests/rfc1867_inter.phpt +++ b/ext/session/tests/rfc1867_inter.phpt @@ -57,76 +57,76 @@ session_destroy(); --EXPECTF-- string(%d) "rfc1867-tests" array(2) { - [%u|b%"file1"]=> + ["file1"]=> array(5) { - [%u|b%"name"]=> + ["name"]=> %string|unicode%(9) "file1.txt" - [%u|b%"type"]=> + ["type"]=> %string|unicode%(0) "" - [%u|b%"tmp_name"]=> + ["tmp_name"]=> %string|unicode%(%d) "%s" - [%u|b%"error"]=> + ["error"]=> int(0) - [%u|b%"size"]=> + ["size"]=> int(1) } - [%u|b%"file2"]=> + ["file2"]=> array(5) { - [%u|b%"name"]=> + ["name"]=> %string|unicode%(9) "file2.txt" - [%u|b%"type"]=> + ["type"]=> %string|unicode%(0) "" - [%u|b%"tmp_name"]=> + ["tmp_name"]=> %string|unicode%(%d) "%s" - [%u|b%"error"]=> + ["error"]=> int(0) - [%u|b%"size"]=> + ["size"]=> int(1) } } array(5) { - [%u|b%"start_time"]=> + ["start_time"]=> int(%d) - [%u|b%"content_length"]=> + ["content_length"]=> int(%d) - [%u|b%"bytes_processed"]=> + ["bytes_processed"]=> int(%d) - [%u|b%"done"]=> + ["done"]=> bool(true) - [%u|b%"files"]=> + ["files"]=> array(2) { [0]=> array(7) { - [%u|b%"field_name"]=> - %unicode|string%(5) "file1" - [%u|b%"name"]=> - %unicode|string%(9) "file1.txt" - [%u|b%"tmp_name"]=> - %unicode|string%(%d) "%s" - [%u|b%"error"]=> + ["field_name"]=> + string(5) "file1" + ["name"]=> + string(9) "file1.txt" + ["tmp_name"]=> + string(%d) "%s" + ["error"]=> int(0) - [%u|b%"done"]=> + ["done"]=> bool(true) - [%u|b%"start_time"]=> + ["start_time"]=> int(%d) - [%u|b%"bytes_processed"]=> + ["bytes_processed"]=> int(1) } [1]=> array(7) { - [%u|b%"field_name"]=> - %unicode|string%(5) "file2" - [%u|b%"name"]=> - %unicode|string%(9) "file2.txt" - [%u|b%"tmp_name"]=> - %unicode|string%(%d) "%s" - [%u|b%"error"]=> + ["field_name"]=> + string(5) "file2" + ["name"]=> + string(9) "file2.txt" + ["tmp_name"]=> + string(%d) "%s" + ["error"]=> int(0) - [%u|b%"done"]=> + ["done"]=> bool(true) - [%u|b%"start_time"]=> + ["start_time"]=> int(%d) - [%u|b%"bytes_processed"]=> + ["bytes_processed"]=> int(1) } } |
