simplifying php str functions

This commit is contained in:
myvesta 2023-04-14 19:01:07 +02:00 committed by GitHub
parent c5144bcbae
commit 2f37124545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 99 deletions

View file

@ -29,6 +29,7 @@ if (!function_exists($func)) {
$params=array();
if ($myvesta_stdin!='') $params[]=$myvesta_stdin;
for ($i=2; $i<$counter; $i++) {
$argv[$i]=myvesta_fix_backslashes($argv[$i]);
$params[]=$argv[$i];