Skip to content

Commit 494e04b

Browse files
freddenjrfnl
andauthored
Update tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-number.phpt
Co-authored-by: Juliette <[email protected]>
1 parent 1b78d80 commit 494e04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-number.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', 135000);
11-
require('src/Util/Tokens.php');
11+
require 'src/Util/Tokens.php';
1212
echo T_PRIVATE_SET, PHP_EOL; // ..0 is used, so this becomes ..1
1313
--EXPECT--
1414
135001

0 commit comments

Comments
 (0)