Browse Source

- Fixed test

PHP-5.2.1RC1
Felipe Pena 18 years ago
parent
commit
77bce434a0
  1. 4
      tests/basic/bug46313.phpt

4
tests/basic/bug46313.phpt

@ -36,7 +36,7 @@ array(2) {
["type"]=>
string(16) "text/plain-file1"
["tmp_name"]=>
string(14) "%s"
string(%d) "%s"
["error"]=>
int(0)
["size"]=>
@ -49,7 +49,7 @@ array(2) {
["type"]=>
string(16) "text/plain-file2"
["tmp_name"]=>
string(14) "%s"
string(%d) "%s"
["error"]=>
int(0)
["size"]=>

Loading…
Cancel
Save