Skip to content

Commit 8e1dd81

Browse files
Memory limit addition tested
1 parent 17d1b65 commit 8e1dd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyscripting/src/transformer/tok-php-transformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function arg_parse($opts)
6464

6565
if (array_key_exists("memory_limit", $opts)) {
6666
$memory_limit = $opts["memory_limit"];
67-
echo "Setting memory limit to: " . $opts["memory_limit"] . "\n";
67+
echo "Setting memory limit to: " . $memory_limit . "\n";
6868
ini_set('memory_limit', $memory_limit);
6969
}
7070

0 commit comments

Comments
 (0)