Skip to content

Commit 3564eaf

Browse files
committed
Fixed tests
1 parent 30f4c72 commit 3564eaf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ext/opcache/tests/opt/nullsafe_002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ BB0:
4141
; level=0
4242
; children=(BB1, BB2)
4343
0000 #1.CV0($test) [null, object (instanceof Test)] = RECV 1
44-
0001 INIT_FCALL 1 96 string("var_dump")
44+
0001 INIT_FCALL 1 %d string("var_dump")
4545
0002 #2.T1 [null] = JMP_NULL #1.CV0($test) [null, object (instanceof Test)] BB2
4646

4747
BB1:

ext/opcache/tests/opt/prop_types.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ BB0:
5959
; start exit lines=[0-9]
6060
; level=0
6161
0000 #1.CV0($test) [object (instanceof Test)] = RECV 1
62-
0001 INIT_FCALL 3 128 string("var_dump")
62+
0001 INIT_FCALL 3 %d string("var_dump")
6363
0002 #2.T1 [bool] = FETCH_OBJ_R #1.CV0($test) [object (instanceof Test)] string("public")
6464
0003 SEND_VAL #2.T1 [bool] 1
6565
0004 #3.T2 [any] = FETCH_OBJ_R #1.CV0($test) [object (instanceof Test)] string("protected")
@@ -77,7 +77,7 @@ Test::inTest:
7777
BB0:
7878
; start exit lines=[0-8]
7979
; level=0
80-
0000 INIT_FCALL 3 128 string("var_dump")
80+
0000 INIT_FCALL 3 %d string("var_dump")
8181
0001 #0.T0 [bool] = FETCH_OBJ_R THIS string("public")
8282
0002 SEND_VAL #0.T0 [bool] 1
8383
0003 #1.T1 [long] = FETCH_OBJ_R THIS string("protected")
@@ -97,7 +97,7 @@ BB0:
9797
; start exit lines=[0-9]
9898
; level=0
9999
0000 #1.CV0($test2) [object (instanceof Test2)] = RECV 1
100-
0001 INIT_FCALL 3 128 string("var_dump")
100+
0001 INIT_FCALL 3 %d string("var_dump")
101101
0002 #2.T1 [bool] = FETCH_OBJ_R #1.CV0($test2) [object (instanceof Test2)] string("public")
102102
0003 SEND_VAL #2.T1 [bool] 1
103103
0004 #3.T2 [long] = FETCH_OBJ_R #1.CV0($test2) [object (instanceof Test2)] string("protected")
@@ -115,7 +115,7 @@ Test2::inTest2:
115115
BB0:
116116
; start exit lines=[0-8]
117117
; level=0
118-
0000 INIT_FCALL 3 128 string("var_dump")
118+
0000 INIT_FCALL 3 %d string("var_dump")
119119
0001 #0.T0 [bool] = FETCH_OBJ_R THIS string("public")
120120
0002 SEND_VAL #0.T0 [bool] 1
121121
0003 #1.T1 [long] = FETCH_OBJ_R THIS string("protected")

0 commit comments

Comments
 (0)