Test: /ext/opcache/tests/opt/sccp_022.phpt - Version 7.3.4    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001- $_main: ; (lines=1, args=0, vars=0, tmps=0)
002- ; (after optimizer)
003- ; %ssccp_022.php:1-10
004- L0 (10): RETURN int(1)
006- foo: ; (lines=11, args=1, vars=2, tmps=1)
007- ; (after optimizer)
008- ; %ssccp_022.php:2-8
009- L0 (2): CV0($x) = RECV 1
010- L1 (3): ASSIGN_DIM CV1($a) int(0)
011- L2 (3): OP_DATA CV0($x)
012- L3 (4): ASSIGN_DIM CV1($a) int(1)
013- L4 (4): OP_DATA int(5)
014- L5 (5): ECHO int(5)
015- L6 (6): ASSIGN_OBJ CV1($a) string("foo")
016- L7 (6): OP_DATA int(5)
017- L8 (7): T2 = FETCH_DIM_R CV1($a) int(1)
018- L9 (7): ECHO T2
019- L10 (8): RETURN null