File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
ext/standard/tests/general_functions Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
1212@echo off
1313powershell -Command "Write-Output '%1%'"
1414EOT ;
15- $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv .bat ' ;
15+ $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_1 .bat ' ;
1616
1717file_put_contents ($ batch_file_path , $ batch_file_content );
1818
@@ -25,5 +25,5 @@ proc_close($proc);
2525"¬epad.exe
2626--CLEAN--
2727<?php
28- @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv .bat ' );
28+ @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv_1 .bat ' );
2929?>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
1212@echo off
1313powershell -Command "Write-Output '%1%'"
1414EOT ;
15- $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv .cmd ' ;
15+ $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_2 .cmd ' ;
1616
1717file_put_contents ($ batch_file_path , $ batch_file_content );
1818
@@ -25,5 +25,5 @@ proc_close($proc);
2525"¬epad<>^()!.exe
2626--CLEAN--
2727<?php
28- @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv .cmd ' );
28+ @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv_2 .cmd ' );
2929?>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
1212@echo off
1313powershell -Command "Write-Output '%1%'"
1414EOT ;
15- $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv .bat ' ;
15+ $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_3 .bat ' ;
1616
1717file_put_contents ($ batch_file_path , $ batch_file_content );
1818
@@ -25,5 +25,5 @@ proc_close($proc);
2525"¬epad.exe
2626--CLEAN--
2727<?php
28- @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv .bat ' );
28+ @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv_3 .bat ' );
2929?>
You can’t perform that action at this time.
0 commit comments