1
0
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:
Niels Dossche
2024-08-10 01:11:14 +02:00
2 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

@@ -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