diff --git a/dictionaries/CallMap_72_delta.php b/dictionaries/CallMap_72_delta.php index 99ecbd9fe..f07c6395b 100644 --- a/dictionaries/CallMap_72_delta.php +++ b/dictionaries/CallMap_72_delta.php @@ -130,6 +130,7 @@ return [ 'sodium_pad' => ['string', 'string'=>'string', 'block_size'=>'int'], 'sodium_unpad' => ['string', 'string'=>'string', 'block_size'=>'int'], 'stream_isatty' => ['bool', 'stream'=>'resource'], + 'xdebug_info' => ['mixed', 'category='=>'string'], ], 'changed' => [ 'ReflectionClass::getMethods' => [ diff --git a/dictionaries/CallMap_historical.php b/dictionaries/CallMap_historical.php index a3647ab0f..be947eab1 100644 --- a/dictionaries/CallMap_historical.php +++ b/dictionaries/CallMap_historical.php @@ -16383,7 +16383,6 @@ return [ 'xdebug_get_profiler_filename' => ['string|false'], 'xdebug_get_stack_depth' => ['int'], 'xdebug_get_tracefile_name' => ['string'], - 'xdebug_info' => ['mixed', 'category='=>'string'], 'xdebug_is_debugger_active' => ['bool'], 'xdebug_is_enabled' => ['bool'], 'xdebug_memory_usage' => ['int'],