Skip to content

Commit 537a104

Browse files
committed
Fix user path in test
1 parent af75eaf commit 537a104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/tests/jit/fetch_dim_rw_004.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $k=[];
1313
$y[$k]++;
1414
?>
1515
--EXPECTF--
16-
Fatal error: Uncaught TypeError: {closure}(): Argument #1 ($y) must be of type y, int given, called in %sfetch_dim_rw_004.php on line 5 and defined in /home/dmitry/php/php8.1/ext/opcache/tests/jit/fetch_dim_rw_004.php:2
16+
Fatal error: Uncaught TypeError: {closure}(): Argument #1 ($y) must be of type y, int given, called in %sfetch_dim_rw_004.php on line 5 and defined in %sfetch_dim_rw_004.php:2
1717
Stack trace:
1818
#0 %sfetch_dim_rw_004.php(5): {closure}(2, 'Undefined varia...', '%s', 5)
1919
#1 {main}

0 commit comments

Comments
 (0)