File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ if (!file_exists($extDir . '/opcache.so') && !file_exists($extDir . '/php_opcach
7
7
die ('skip Opcache shared object not found in extension_dir ' );
8
8
}
9
9
?>
10
+ --SKIPIF--
11
+ <?php if (getenv ('SKIP_ASAN ' )) die ('xfail LSAN bug on Clang 14 marks this as leaking ' ); ?>
10
12
--FILE--
11
13
<?php
12
14
@@ -53,11 +55,11 @@ Output: Done.
53
55
Absolute path:
54
56
Output: Done.
55
57
Unknown extension name (unknown):
56
- Output:
58
+ Output:
57
59
Warning: Failed loading Zend extension 'unknown_ext' (tried: %s) in Unknown on line 0
58
60
Done.
59
61
Name with file extension (unknown):
60
- Output:
62
+ Output:
61
63
Warning: Failed loading Zend extension '%Sunknown_ext%S' (tried: %s) in Unknown on line 0
62
64
Done.
63
65
Absolute path (unknown):
You can’t perform that action at this time.
0 commit comments