From: Dmitry Stogov Date: Mon, 14 Jan 2019 10:15:52 +0000 (+0300) Subject: Fixed 32/64-bit mismatch X-Git-Tag: php-7.4.0alpha1~1229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f89baf5c76a1fd172b16f3d905773875aaf6e11;p=php Fixed 32/64-bit mismatch --- diff --git a/ext/opcache/tests/opt/prop_types.phpt b/ext/opcache/tests/opt/prop_types.phpt index 7962b1b893..73bccc5248 100644 --- a/ext/opcache/tests/opt/prop_types.phpt +++ b/ext/opcache/tests/opt/prop_types.phpt @@ -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")