From b7123557754ad96ece064ce92d878468878ccd07 Mon Sep 17 00:00:00 2001 From: Jack Worman Date: Mon, 19 Dec 2022 07:02:50 -0600 Subject: [PATCH] getopt return type fix --- dictionaries/CallMap.php | 2 +- dictionaries/CallMap_71_delta.php | 4 ++-- dictionaries/CallMap_historical.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index fead3367b6c..3819fb11d96 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -3730,7 +3730,7 @@ 'getmyinode' => ['int|false'], 'getmypid' => ['int|false'], 'getmyuid' => ['int|false'], -'getopt' => ['array|array|array>|false', 'short_options'=>'string', 'long_options='=>'array', '&w_rest_index='=>'int'], +'getopt' => ['array>|false', 'short_options'=>'string', 'long_options='=>'array', '&w_rest_index='=>'int'], 'getprotobyname' => ['int|false', 'protocol'=>'string'], 'getprotobynumber' => ['string', 'protocol'=>'int'], 'getrandmax' => ['int'], diff --git a/dictionaries/CallMap_71_delta.php b/dictionaries/CallMap_71_delta.php index a4c637d9f54..e9714e41714 100644 --- a/dictionaries/CallMap_71_delta.php +++ b/dictionaries/CallMap_71_delta.php @@ -51,8 +51,8 @@ 'new' => ['array|false', 'url'=>'string', 'associative='=>'int', 'context='=>'resource'], ], 'getopt' => [ - 'old' => ['array|array|array>|false', 'short_options'=>'string', 'long_options='=>'array'], - 'new' => ['array|array|array>|false', 'short_options'=>'string', 'long_options='=>'array', '&w_rest_index='=>'int'], + 'old' => ['array>|false', 'short_options'=>'string', 'long_options='=>'array'], + 'new' => ['array>|false', 'short_options'=>'string', 'long_options='=>'array', '&w_rest_index='=>'int'], ], 'pg_fetch_all' => [ 'old' => ['array', 'result'=>'resource'], diff --git a/dictionaries/CallMap_historical.php b/dictionaries/CallMap_historical.php index 8e8a23c36b8..59fd58a6d5e 100644 --- a/dictionaries/CallMap_historical.php +++ b/dictionaries/CallMap_historical.php @@ -11157,7 +11157,7 @@ 'getmyinode' => ['int|false'], 'getmypid' => ['int|false'], 'getmyuid' => ['int|false'], - 'getopt' => ['array|array|array>|false', 'short_options'=>'string', 'long_options='=>'array'], + 'getopt' => ['array>|false', 'short_options'=>'string', 'long_options='=>'array'], 'getprotobyname' => ['int|false', 'protocol'=>'string'], 'getprotobynumber' => ['string', 'protocol'=>'int'], 'getrandmax' => ['int'],