diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index 87a8e310855..0c19300cead 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -12640,8 +12640,8 @@ 'sqlsrv_close' => ['bool', 'conn'=>'?resource'], 'sqlsrv_commit' => ['bool', 'conn'=>'resource'], 'sqlsrv_configure' => ['bool', 'setting'=>'string', 'value'=>'mixed'], -'sqlsrv_connect' => ['resource|false', 'serverName'=>'string', 'connectionInfo='=>'array'], -'sqlsrv_errors' => ['?array', 'errorsAndOrWarnings='=>'int'], +'sqlsrv_connect' => ['resource|false', 'server_name'=>'string', 'connection_info='=>'array'], +'sqlsrv_errors' => ['?array', 'errors_and_or_warnings='=>'int'], 'sqlsrv_execute' => ['bool', 'stmt'=>'resource'], 'sqlsrv_fetch' => ['?bool', 'stmt'=>'resource', 'row='=>'int', 'offset='=>'int'], 'sqlsrv_fetch_array' => ['array|null|false', 'stmt'=>'resource', 'fetchType='=>'int', 'row='=>'int', 'offset='=>'int'], diff --git a/dictionaries/CallMap_historical.php b/dictionaries/CallMap_historical.php index d8669ba257e..92746fd697b 100644 --- a/dictionaries/CallMap_historical.php +++ b/dictionaries/CallMap_historical.php @@ -14070,8 +14070,8 @@ 'sqlsrv_close' => ['bool', 'conn'=>'?resource'], 'sqlsrv_commit' => ['bool', 'conn'=>'resource'], 'sqlsrv_configure' => ['bool', 'setting'=>'string', 'value'=>'mixed'], - 'sqlsrv_connect' => ['resource|false', 'serverName'=>'string', 'connectionInfo='=>'array'], - 'sqlsrv_errors' => ['?array', 'errorsAndOrWarnings='=>'int'], + 'sqlsrv_connect' => ['resource|false', 'server_name'=>'string', 'connection_info='=>'array'], + 'sqlsrv_errors' => ['?array', 'errors_and_or_warnings='=>'int'], 'sqlsrv_execute' => ['bool', 'stmt'=>'resource'], 'sqlsrv_fetch' => ['?bool', 'stmt'=>'resource', 'row='=>'int', 'offset='=>'int'], 'sqlsrv_fetch_array' => ['array|null|false', 'stmt'=>'resource', 'fetchType='=>'int', 'row='=>'int', 'offset='=>'int'],