mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fixed test
This commit is contained in:
@@ -6,8 +6,8 @@ opcache.jit_buffer_size=32M
|
||||
opcache
|
||||
--FILE--
|
||||
<?php
|
||||
touch('gh16829_1.inc');
|
||||
require_once('gh16829_1.inc');
|
||||
touch(__DIR__ . '/gh16829_1.inc');
|
||||
require_once(__DIR__ . '/gh16829_1.inc');
|
||||
?>
|
||||
DONE
|
||||
--EXPECT--
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
# inline Reproducer class definition and segfaults will go away
|
||||
require_once('Reproducer.php');
|
||||
require_once(__DIR__ . '/gh16829_2.inc');
|
||||
|
||||
# remove $someVar1\2 or $someVar3 and loop at the end of the file and segfaults will go away
|
||||
$someVar2 = null;
|
||||
|
||||
Reference in New Issue
Block a user