Skip to content

Commit 4000e58

Browse files
freddenjrfnl
andauthored
Update tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-collision-user.phpt
Co-authored-by: Juliette <[email protected]>
1 parent e21f08d commit 4000e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-collision-user.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Detect when two or more polyfilled PHP tokens have the same value.
33
--SKIPIF--
44
<?php
5-
if (version_compare(PHP_VERSION, "8.4", ">=")) {
6-
echo "skip because tokens used in this test already exist in PHP 8.4 so we cannot test polyfilling them", PHP_EOL;
5+
if (version_compare(PHP_VERSION, '8.4', '>=') === true) {
6+
echo 'skip because tokens used in this test already exist in PHP 8.4 so we cannot test polyfilling them', PHP_EOL;
77
}
88
--FILE--
99
<?php

0 commit comments

Comments
 (0)