File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
ext/standard/tests/general_functions Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11--TEST--
22dl(): Loaded extensions properly unregister their ini settings
33--SKIPIF--
4- <?php include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ; ?>
4+ <?php
5+ include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ;
6+ if (getenv ('SKIP_ASAN ' )) die ('skip fails intermittently on ASAN ' );
7+ ?>
58--FILE--
69<?php
710
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ dl(): Extensions compiled against zend_register_ini_entries() are supported
33--ENV--
44PHP_DL_TEST_USE_OLD_REGISTER_INI_ENTRIES=1
55--SKIPIF--
6- <?php include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ; ?>
6+ <?php
7+ include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ;
8+ if (getenv ('SKIP_ASAN ' )) die ('skip fails intermittently on ASAN ' );
9+ ?>
710--FILE--
811<?php
912
Original file line number Diff line number Diff line change 11--TEST--
22dl(): Loaded extensions support ini_set()
33--SKIPIF--
4- <?php include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ; ?>
4+ <?php
5+ include dirname (__DIR__ , 3 ) . "/dl_test/tests/skip.inc " ;
6+ if (getenv ('SKIP_ASAN ' )) die ('skip fails intermittently on ASAN ' );
7+ ?>
58--FILE--
69<?php
710
You can’t perform that action at this time.
0 commit comments