diff options
-rw-r--r-- | ext/sysvshm/tests/bug72858.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sysvshm/tests/bug72858.phpt b/ext/sysvshm/tests/bug72858.phpt index 087329e2df..793099f893 100644 --- a/ext/sysvshm/tests/bug72858.phpt +++ b/ext/sysvshm/tests/bug72858.phpt @@ -4,7 +4,7 @@ Bug #72858 shm_attach null dereference <?php if (!extension_loaded("sysvshm")){ print 'skip'; } if (4 < PHP_INT_SIZE) { print "skip 32-bit only"; } -if( substr(PHP_OS, 0, 3) != "WIN" ) { print "skip windows only" } +if (substr(PHP_OS, 0, 3) != "WIN") { print "skip windows only"; } ?> --FILE-- <?php |