diff options
Diffstat (limited to 'ext/standard/tests/streams/bug61371-unix.phpt')
| -rw-r--r-- | ext/standard/tests/streams/bug61371-unix.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/streams/bug61371-unix.phpt b/ext/standard/tests/streams/bug61371-unix.phpt index 20361095f6..e196c028cc 100644 --- a/ext/standard/tests/streams/bug61371-unix.phpt +++ b/ext/standard/tests/streams/bug61371-unix.phpt @@ -3,7 +3,7 @@ Bug #61371: stream_context_create() causes memory leaks on use streams_socket_cr --SKIPIF-- <?php if(substr(PHP_OS, 0, 3) == 'WIN' ) { - die('skip non windows test'); + die('skip non windows test'); } --FILE-- <?php |
