Skip to content

Commit 687753c

Browse files
mad-brillerondrejmirtes
authored andcommitted
Refined connection_status function signature.
1 parent 2e16aff commit 687753c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@
10601060
'componere\cast_by_ref' => ['Type', 'arg1'=>'', 'object'=>''],
10611061
'confirm_pdo_ibm_compiled' => [''],
10621062
'connection_aborted' => ['0|1'],
1063-
'connection_status' => ['int'],
1063+
'connection_status' => ['int-mask<CONNECTION_NORMAL|CONNECTION_ABORTED|CONNECTION_TIMEOUT>'],
10641064
'connection_timeout' => ['int'],
10651065
'constant' => ['mixed', 'const_name'=>'string'],
10661066
'convert_cyr_string' => ['string', 'str'=>'string', 'from'=>'string', 'to'=>'string'],

0 commit comments

Comments
 (0)