Skip to content

Commit 0aee822

Browse files
freddenjrfnl
andauthored
Update tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-collision-php.phpt
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
1 parent eb23318 commit 0aee822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (version_compare(PHP_VERSION, '8.4', '>=') === true) {
88
--FILE--
99
<?php
1010
define('T_PUBLIC_SET', T_STRING);
11-
require('src/Util/Tokens.php');
11+
require 'src/Util/Tokens.php';
1212
--EXPECTF--
1313
Fatal error: Uncaught Exception: Externally polyfilled tokenizer constant value collision detected! T_PUBLIC_SET has the same value as T_STRING in %s:%d
1414
Stack trace:

0 commit comments

Comments
 (0)