Skip to content

Commit

Permalink
Fix: Do not pass null to function that expects string
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 5, 2023
1 parent 48a8964 commit a0f3d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function main(): void
$environment["SystemRoot"] = getenv("SystemRoot");
}

$php = null;
$php = '';
$php_cgi = null;
$phpdbg = null;

Expand Down

0 comments on commit a0f3d60

Please sign in to comment.