]> granicus.if.org Git - php/commitdiff
Fixed 32/64-bit mismatch
authorDmitry Stogov <dmitry@zend.com>
Mon, 14 Jan 2019 10:15:52 +0000 (13:15 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 14 Jan 2019 10:15:52 +0000 (13:15 +0300)
ext/opcache/tests/opt/prop_types.phpt

index 7962b1b893d19f95ec0cae0c8a7e9c0f95c5ee47..73bccc524860fa97aad02304c86026e187f51f3d 100644 (file)
@@ -54,7 +54,7 @@ noScope: ; (lines=10, args=1, vars=1, tmps=1, ssa_vars=5, no_loops)
 BB0: start exit lines=[0-9]
     ; level=0
             #1.CV0($test) [object (instanceof Test)] = RECV 1
-            INIT_FCALL 3 128 string("var_dump")
+            INIT_FCALL 3 %d string("var_dump")
             #2.T1 [bool] = FETCH_OBJ_R #1.CV0($test) [object (instanceof Test)] string("public")
             SEND_VAL #2.T1 [bool] 1
             #3.T1 [any] = FETCH_OBJ_R #1.CV0($test) [object (instanceof Test)] string("protected")
@@ -70,7 +70,7 @@ Test::inTest: ; (lines=9, args=0, vars=0, tmps=1, ssa_vars=3, no_loops)
     ; return  [null] RANGE[0..0]
 BB0: start exit lines=[0-8]
     ; level=0
-            INIT_FCALL 3 128 string("var_dump")
+            INIT_FCALL 3 %d string("var_dump")
             #0.T0 [bool] = FETCH_OBJ_R THIS string("public")
             SEND_VAL #0.T0 [bool] 1
             #1.T0 [long] = FETCH_OBJ_R THIS string("protected")
@@ -88,7 +88,7 @@ Test::inTestWithTest2: ; (lines=10, args=1, vars=1, tmps=1, ssa_vars=5, no_loops
 BB0: start exit lines=[0-9]
     ; level=0
             #1.CV0($test2) [object (instanceof Test2)] = RECV 1
-            INIT_FCALL 3 128 string("var_dump")
+            INIT_FCALL 3 %d string("var_dump")
             #2.T1 [bool] = FETCH_OBJ_R #1.CV0($test2) [object (instanceof Test2)] string("public")
             SEND_VAL #2.T1 [bool] 1
             #3.T1 [long] = FETCH_OBJ_R #1.CV0($test2) [object (instanceof Test2)] string("protected")
@@ -104,7 +104,7 @@ Test2::inTest2: ; (lines=9, args=0, vars=0, tmps=1, ssa_vars=3, no_loops)
     ; return  [null] RANGE[0..0]
 BB0: start exit lines=[0-8]
     ; level=0
-            INIT_FCALL 3 128 string("var_dump")
+            INIT_FCALL 3 %d string("var_dump")
             #0.T0 [bool] = FETCH_OBJ_R THIS string("public")
             SEND_VAL #0.T0 [bool] 1
             #1.T0 [long] = FETCH_OBJ_R THIS string("protected")