mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Add necessary SKIPIFs to new phpdbg tests
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
--TEST--
|
||||
GH-15210 use after free after continue
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv('SKIP_ASAN')) {
|
||||
die("skip intentionally causes segfaults");
|
||||
}
|
||||
?>
|
||||
--PHPDBG--
|
||||
b 4
|
||||
r
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
--TEST--
|
||||
GH-15210 use after free after continue
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv('SKIP_ASAN')) {
|
||||
die("skip intentionally causes segfaults");
|
||||
}
|
||||
?>
|
||||
--PHPDBG--
|
||||
b 4
|
||||
r
|
||||
|
||||
Reference in New Issue
Block a user