]> granicus.if.org Git - php/commitdiff
fix test
authorAnatol Belski <ab@php.net>
Thu, 18 Aug 2016 13:35:26 +0000 (15:35 +0200)
committerAnatol Belski <ab@php.net>
Thu, 18 Aug 2016 13:35:26 +0000 (15:35 +0200)
ext/sysvshm/tests/bug72858.phpt

index 087329e2dfaf582c2f47daa14ef989acc356a3ac..793099f8930618c7ac4ae753f74648f741dc4fff 100644 (file)
@@ -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