diff --git a/bin/php-parse.php b/bin/php-parse.php index 193ecec0..063d3e0f 100644 --- a/bin/php-parse.php +++ b/bin/php-parse.php @@ -2,7 +2,7 @@ require __DIR__ . '/../lib/bootstrap.php'; -ini_set('xdebug.max_nesting_level', 2000); +ini_set('xdebug.max_nesting_level', 3000); // Disable XDebug var_dump() output truncation ini_set('xdebug.var_display_max_children', -1); diff --git a/doc/2_Usage_of_basic_components.markdown b/doc/2_Usage_of_basic_components.markdown index e9db1d64..fd01e570 100644 --- a/doc/2_Usage_of_basic_components.markdown +++ b/doc/2_Usage_of_basic_components.markdown @@ -20,7 +20,7 @@ Additionally you may want to set the `xdebug.max_nesting_level` ini option to a ```php