mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
More compact number operations
This commit is contained in:
@ -231,7 +231,7 @@ class BaseVarDumper
|
||||
return 'function() {/* Error: unable to determine Closure source */}';
|
||||
}
|
||||
|
||||
$start = $start - 1;
|
||||
--$start;
|
||||
|
||||
$source = implode("\n", array_slice(file($fileName), $start, $end - $start));
|
||||
$tokens = token_get_all('<?php ' . $source);
|
||||
|
||||
Reference in New Issue
Block a user