Skip to content

Commit 47d851d

Browse files
author
Björn Tantau
committed
Rename $_FILES[][fullpath] to $_FILES[][full_path].
1 parent d281776 commit 47d851d

25 files changed

+51
-51
lines changed

ext/session/tests/rfc1867.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ array(2) {
5757
array(6) {
5858
["name"]=>
5959
string(9) "file1.txt"
60-
["fullpath"]=>
60+
["full_path"]=>
6161
string(9) "file1.txt"
6262
["type"]=>
6363
string(0) ""
@@ -72,7 +72,7 @@ array(2) {
7272
array(6) {
7373
["name"]=>
7474
string(9) "file2.txt"
75-
["fullpath"]=>
75+
["full_path"]=>
7676
string(9) "file2.txt"
7777
["type"]=>
7878
string(0) ""

ext/session/tests/rfc1867_cleanup.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ array(2) {
5757
array(6) {
5858
["name"]=>
5959
string(9) "file1.txt"
60-
["fullpath"]=>
60+
["full_path"]=>
6161
string(9) "file1.txt"
6262
["type"]=>
6363
string(0) ""
@@ -72,7 +72,7 @@ array(2) {
7272
array(6) {
7373
["name"]=>
7474
string(9) "file2.txt"
75-
["fullpath"]=>
75+
["full_path"]=>
7676
string(9) "file2.txt"
7777
["type"]=>
7878
string(0) ""

ext/session/tests/rfc1867_disabled.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ array(2) {
5050
array(6) {
5151
["name"]=>
5252
string(9) "file1.txt"
53-
["fullpath"]=>
53+
["full_path"]=>
5454
string(9) "file1.txt"
5555
["type"]=>
5656
string(0) ""
@@ -65,7 +65,7 @@ array(2) {
6565
array(6) {
6666
["name"]=>
6767
string(9) "file2.txt"
68-
["fullpath"]=>
68+
["full_path"]=>
6969
string(9) "file2.txt"
7070
["type"]=>
7171
string(0) ""

ext/session/tests/rfc1867_disabled_2.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ array(2) {
5050
array(6) {
5151
["name"]=>
5252
string(9) "file1.txt"
53-
["fullpath"]=>
53+
["full_path"]=>
5454
string(9) "file1.txt"
5555
["type"]=>
5656
string(0) ""
@@ -65,7 +65,7 @@ array(2) {
6565
array(6) {
6666
["name"]=>
6767
string(9) "file2.txt"
68-
["fullpath"]=>
68+
["full_path"]=>
6969
string(9) "file2.txt"
7070
["type"]=>
7171
string(0) ""

ext/session/tests/rfc1867_inter.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ array(2) {
6060
array(6) {
6161
["name"]=>
6262
string(9) "file1.txt"
63-
["fullpath"]=>
63+
["full_path"]=>
6464
string(9) "file1.txt"
6565
["type"]=>
6666
string(0) ""
@@ -75,7 +75,7 @@ array(2) {
7575
array(6) {
7676
["name"]=>
7777
string(9) "file2.txt"
78-
["fullpath"]=>
78+
["full_path"]=>
7979
string(9) "file2.txt"
8080
["type"]=>
8181
string(0) ""

ext/session/tests/rfc1867_no_name.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ array(2) {
5050
array(6) {
5151
["name"]=>
5252
string(9) "file1.txt"
53-
["fullpath"]=>
53+
["full_path"]=>
5454
string(9) "file1.txt"
5555
["type"]=>
5656
string(0) ""
@@ -65,7 +65,7 @@ array(2) {
6565
array(6) {
6666
["name"]=>
6767
string(9) "file2.txt"
68-
["fullpath"]=>
68+
["full_path"]=>
6969
string(9) "file2.txt"
7070
["type"]=>
7171
string(0) ""

ext/session/tests/rfc1867_sid_cookie.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ array(2) {
5656
array(6) {
5757
["name"]=>
5858
string(9) "file1.txt"
59-
["fullpath"]=>
59+
["full_path"]=>
6060
string(9) "file1.txt"
6161
["type"]=>
6262
string(0) ""
@@ -71,7 +71,7 @@ array(2) {
7171
array(6) {
7272
["name"]=>
7373
string(9) "file2.txt"
74-
["fullpath"]=>
74+
["full_path"]=>
7575
string(9) "file2.txt"
7676
["type"]=>
7777
string(0) ""

ext/session/tests/rfc1867_sid_get.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ array(2) {
5454
array(6) {
5555
["name"]=>
5656
string(9) "file1.txt"
57-
["fullpath"]=>
57+
["full_path"]=>
5858
string(9) "file1.txt"
5959
["type"]=>
6060
string(0) ""
@@ -69,7 +69,7 @@ array(2) {
6969
array(6) {
7070
["name"]=>
7171
string(9) "file2.txt"
72-
["fullpath"]=>
72+
["full_path"]=>
7373
string(9) "file2.txt"
7474
["type"]=>
7575
string(0) ""

ext/session/tests/rfc1867_sid_get_2.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ array(2) {
5656
array(6) {
5757
["name"]=>
5858
string(9) "file1.txt"
59-
["fullpath"]=>
59+
["full_path"]=>
6060
string(9) "file1.txt"
6161
["type"]=>
6262
string(0) ""
@@ -71,7 +71,7 @@ array(2) {
7171
array(6) {
7272
["name"]=>
7373
string(9) "file2.txt"
74-
["fullpath"]=>
74+
["full_path"]=>
7575
string(9) "file2.txt"
7676
["type"]=>
7777
string(0) ""

ext/session/tests/rfc1867_sid_invalid.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ array(2) {
6868
array(6) {
6969
["name"]=>
7070
string(9) "file1.txt"
71-
["fullpath"]=>
71+
["full_path"]=>
7272
string(9) "file1.txt"
7373
["type"]=>
7474
string(0) ""
@@ -83,7 +83,7 @@ array(2) {
8383
array(6) {
8484
["name"]=>
8585
string(9) "file2.txt"
86-
["fullpath"]=>
86+
["full_path"]=>
8787
string(9) "file2.txt"
8888
["type"]=>
8989
string(0) ""

0 commit comments

Comments
 (0)