Skip to content

Commit 596fdad

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix nightly test failure (#14251)
2 parents 2a23c91 + cce922e commit 596fdad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ext/standard/tests/general_functions/ghsa-pc52-254m-w9w7_1.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
1212
@echo off
1313
powershell -Command "Write-Output '%1%'"
1414
EOT;
15-
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv.bat';
15+
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_1.bat';
1616

1717
file_put_contents($batch_file_path, $batch_file_content);
1818

@@ -25,5 +25,5 @@ proc_close($proc);
2525
"&notepad.exe
2626
--CLEAN--
2727
<?php
28-
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv.bat');
28+
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv_1.bat');
2929
?>

ext/standard/tests/general_functions/ghsa-pc52-254m-w9w7_2.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
1212
@echo off
1313
powershell -Command "Write-Output '%1%'"
1414
EOT;
15-
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv.cmd';
15+
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_2.cmd';
1616

1717
file_put_contents($batch_file_path, $batch_file_content);
1818

@@ -25,5 +25,5 @@ proc_close($proc);
2525
"&notepad<>^()!.exe
2626
--CLEAN--
2727
<?php
28-
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv.cmd');
28+
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv_2.cmd');
2929
?>

ext/standard/tests/general_functions/ghsa-pc52-254m-w9w7_3.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
1212
@echo off
1313
powershell -Command "Write-Output '%1%'"
1414
EOT;
15-
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv.bat';
15+
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_3.bat';
1616

1717
file_put_contents($batch_file_path, $batch_file_content);
1818

@@ -25,5 +25,5 @@ proc_close($proc);
2525
"&notepad.exe
2626
--CLEAN--
2727
<?php
28-
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv.bat');
28+
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv_3.bat');
2929
?>

0 commit comments

Comments
 (0)