We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec5acd commit 55b532bCopy full SHA for 55b532b
lib/r.php
@@ -141,7 +141,7 @@ private function __construct()
141
public static function dump($var, $maxDepth = 2, $stripTags = true, $echo = true)
142
{
143
if (\extension_loaded('xdebug')) {
144
- \ini_set('xdebug.var_display_max_depth', $maxDepth);
+ \ini_set('xdebug.var_display_max_depth', (string) $maxDepth);
145
}
146
147
$var = self::export($var, $maxDepth);
0 commit comments