Adapt syntax coloring to abap 7.40

This commit is contained in:
2019-09-22 02:04:59 +02:00
parent cc749be724
commit 06347a9b3e
6 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -2975,7 +2975,7 @@ class Databap extends PhpObject
public static function toBytes($str)
{
$val = trim($str);
$val = (int) trim($str);
$last = mb_strtolower($str[mb_strlen($str)-1]);
switch($last) {
case 'g': $val *= 1024;