mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[skip ci] Fix var count in opcache test for i386
This commit is contained in:
parent
a1e1a7a721
commit
178fc2db82
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ var_dump(!!$f === false);
|
|||
?>
|
||||
--EXPECTF--
|
||||
$_main:
|
||||
; (lines=22, args=0, vars=1, tmps=1)
|
||||
; (lines=22, args=0, vars=1, tmps=%d)
|
||||
; (after optimizer)
|
||||
; %s
|
||||
0000 INIT_FCALL 2 %d string("random_int")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue