Skip to content

Commit c220c96

Browse files
committed
fix optimizer pass registration test
1 parent b8e380a commit c220c96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/zend_test/tests/optimizer_register_pass.phpt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--TEST--
22
Optimizer: Pass Registration
3+
--SKIPIF--
4+
<?php
5+
if (getenv("SKIP_REPEAT")) {
6+
die("skip pass registration does not need repeat");
7+
}
8+
?>
39
--EXTENSIONS--
410
opcache
511
--INI--

0 commit comments

Comments
 (0)