1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00

Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed test (it failed on 32-bit Linux and worked on 64-bit Linux just because of luck).
This commit is contained in:
Dmitry Stogov
2015-10-07 03:08:40 +03:00

View File

@@ -49,7 +49,7 @@ checktimeout($s, 500);
$data = [
"name" => [],
"buffer_size" => 2000,
"controllen" => socket_cmsg_space(SOL_SOCKET, SCM_RIGHTS, 3)
"controllen" => socket_cmsg_space(SOL_SOCKET, SCM_RIGHTS, 4)
];
var_dump($data);
if (!socket_recvmsg($s, $data, 0)) die("recvmsg");
@@ -68,7 +68,7 @@ array(3) {
["buffer_size"]=>
int(2000)
["controllen"]=>
int(32)
int(%d)
}
Array
(