summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-18 15:35:26 +0200
committerAnatol Belski <ab@php.net>2016-08-18 15:35:26 +0200
commit91cd55e32a60efc01ea20897204048be495e9d96 (patch)
tree45be53abe19e34fdd3e451d1711b71205c7ec7ea
parent67f8c14c297cf2c3d1fdf9f5143603b6d09ebbc5 (diff)
downloadphp-git-91cd55e32a60efc01ea20897204048be495e9d96.tar.gz
fix test
-rw-r--r--ext/sysvshm/tests/bug72858.phpt2
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