Skip to content

Commit

Permalink
Fix user path in test
Browse files Browse the repository at this point in the history
  • Loading branch information
iluuu1994 committed Oct 25, 2022
1 parent af75eaf commit 537a104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/opcache/tests/jit/fetch_dim_rw_004.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $k=[];
$y[$k]++;
?>
--EXPECTF--
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
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
Stack trace:
#0 %sfetch_dim_rw_004.php(5): {closure}(2, 'Undefined varia...', '%s', 5)
#1 {main}
Expand Down

0 comments on commit 537a104

Please sign in to comment.