Skip to content

Commit e21f08d

Browse files
freddenjrfnl
andauthored
Update tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-skip-names.phpt
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
1 parent 4a3ab53 commit e21f08d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-skip-names.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Value collision with a non-tokenizer constant should not cause an error.
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)