We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2114a3 commit 3d8ed85Copy full SHA for 3d8ed85
1 file changed
ext/standard/tests/GHSA-96wq-48vp-hh57.phpt
@@ -8,7 +8,7 @@ memory_limit=3G
8
<?php
9
if (!getenv('RUN_RESOURCE_HEAVY_TESTS')) die('skip resource-heavy test');
10
if (getenv('SKIP_SLOW_TESTS')) die('skip slow test');
11
-if (PHP_INT_SIZE != 8) echo 'skip 64-bit only';
+if (PHP_INT_SIZE != 8) die('skip 64-bit only');
12
?>
13
--FILE--
14
0 commit comments