File tree 3 files changed +6
-6
lines changed
ext/standard/tests/general_functions
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
12
12
@echo off
13
13
powershell -Command "Write-Output '%1%'"
14
14
EOT ;
15
- $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv .bat ' ;
15
+ $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_1 .bat ' ;
16
16
17
17
file_put_contents ($ batch_file_path , $ batch_file_content );
18
18
@@ -25,5 +25,5 @@ proc_close($proc);
25
25
"¬epad.exe
26
26
--CLEAN--
27
27
<?php
28
- @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv .bat ' );
28
+ @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv_1 .bat ' );
29
29
?>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
12
12
@echo off
13
13
powershell -Command "Write-Output '%1%'"
14
14
EOT ;
15
- $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv .cmd ' ;
15
+ $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_2 .cmd ' ;
16
16
17
17
file_put_contents ($ batch_file_path , $ batch_file_content );
18
18
@@ -25,5 +25,5 @@ proc_close($proc);
25
25
"¬epad<>^()!.exe
26
26
--CLEAN--
27
27
<?php
28
- @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv .cmd ' );
28
+ @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv_2 .cmd ' );
29
29
?>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
12
12
@echo off
13
13
powershell -Command "Write-Output '%1%'"
14
14
EOT ;
15
- $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv .bat ' ;
15
+ $ batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_3 .bat ' ;
16
16
17
17
file_put_contents ($ batch_file_path , $ batch_file_content );
18
18
@@ -25,5 +25,5 @@ proc_close($proc);
25
25
"¬epad.exe
26
26
--CLEAN--
27
27
<?php
28
- @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv .bat ' );
28
+ @unlink (__DIR__ . '/ghsa-54hq-v5wp-fqgv_3 .bat ' );
29
29
?>
You can’t perform that action at this time.
0 commit comments