Skip to content

Commit aa33da6

Browse files
author
Julien Pauli
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fixed a wrong test
2 parents 52630e3 + ff20a90 commit aa33da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/tests/php_cli_server_019.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ array(2) {
6060
}
6161
array(3) {
6262
["X-Powered-By"]=>
63-
string(13) "P%s"
63+
string(%d) "P%s"
6464
["Bar-Foo"]=>
6565
string(3) "Foo"
6666
["Content-type"]=>

0 commit comments

Comments
 (0)