Skip to content

Commit b594ad7

Browse files
committed
Merge branch 'master' into jit-dynasm
* master: Fixed tests
2 parents 1db5375 + a0c76de commit b594ad7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/opcache/tests/opt/sccp_007.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ function foo(int $x) {
2121
--EXPECTF--
2222
$_main: ; (lines=1, args=0, vars=0, tmps=0)
2323
; (after optimizer)
24-
; /home/dmitry/php/php-master/ext/opcache/tests/opt/sccp_007.php:1-11
24+
; %ssccp_007.php:1-11
2525
L0: RETURN int(1)
2626

2727
foo: ; (lines=5, args=1, vars=1, tmps=1)
2828
; (after optimizer)
29-
; /home/dmitry/php/php-master/ext/opcache/tests/opt/sccp_007.php:2-9
29+
; %ssccp_007.php:2-9
3030
L0: CV0($x) = RECV 1
3131
L1: JMPZ CV0($x) L3
3232
L2: JMP L3

ext/opcache/tests/opt/sccp_008.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ function foo(int $x) {
2121
--EXPECTF--
2222
$_main: ; (lines=1, args=0, vars=0, tmps=0)
2323
; (after optimizer)
24-
; /home/dmitry/php/php-master/ext/opcache/tests/opt/sccp_008.php:1-11
24+
; %ssccp_008.php:1-11
2525
L0: RETURN int(1)
2626

2727
foo: ; (lines=8, args=1, vars=2, tmps=1)
2828
; (after optimizer)
29-
; /home/dmitry/php/php-master/ext/opcache/tests/opt/sccp_008.php:2-9
29+
; %ssccp_008.php:2-9
3030
L0: CV0($x) = RECV 1
3131
L1: JMPZ CV0($x) L4
3232
L2: CV1($a) = QM_ASSIGN array(...)

0 commit comments

Comments
 (0)