Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Add necessary SKIPIFs to new phpdbg tests
This commit is contained in:
Niels Dossche 2024-08-10 01:11:09 +02:00
commit 04adeeaef8
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5
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