diff options
Diffstat (limited to 'ext/sockets/tests/socket_bind.phpt')
-rw-r--r-- | ext/sockets/tests/socket_bind.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/sockets/tests/socket_bind.phpt b/ext/sockets/tests/socket_bind.phpt index 118361e42c..8417801c37 100644 --- a/ext/sockets/tests/socket_bind.phpt +++ b/ext/sockets/tests/socket_bind.phpt @@ -32,10 +32,8 @@ fa@php.net $s_close = socket_close($s_c); var_dump($s_close); ?> - --EXPECT-- bool(true) bool(true) int(16) NULL - |