mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[skip ci] Fix varying tmps count in nodiscard test
This commit is contained in:
parent
f4954df0c9
commit
ec35f534c6
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ $obj = test();
|
|||
?>
|
||||
--EXPECTF--
|
||||
$_main:
|
||||
; (lines=29, args=0, vars=3, tmps=1)
|
||||
; (lines=29, args=0, vars=3, tmps=%d)
|
||||
; (after optimizer)
|
||||
; %s
|
||||
0000 INIT_FCALL 0 %d string("tmpfile")
|
||||
|
@ -62,7 +62,7 @@ $_main:
|
|||
0028 RETURN int(1)
|
||||
|
||||
test:
|
||||
; (lines=3, args=0, vars=0, tmps=1)
|
||||
; (lines=3, args=0, vars=0, tmps=%d)
|
||||
; (after optimizer)
|
||||
; %s
|
||||
0000 V0 = NEW 0 string("stdClass")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue