Lines Matching refs:null

7 function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, string $passw…
10 function ldap_connect(?string $uri = null, int $port = 389) {}
23 function ldap_bind($ldap, ?string $dn = null, ?string $password = null): bool {}
29 function ldap_bind_ext($ldap, ?string $dn = null, ?string $password = null, ?array $controls = null
33null, ?string $password = null, ?string $mech = null, ?string $realm = null, ?string $authc_id =
40 …nt $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null) {}
46 …nt $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null) {}
52 …nt $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null) {}
126 function ldap_add($ldap, string $dn, array $entry, ?array $controls = null): bool {}
132 function ldap_add_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
135 function ldap_delete($ldap, string $dn, ?array $controls = null): bool {}
141 function ldap_delete_ext($ldap, string $dn, ?array $controls = null) {}
144 function ldap_modify_batch($ldap, string $dn, array $modifications_info, ?array $controls = null): …
147 function ldap_mod_add($ldap, string $dn, array $entry, ?array $controls = null): bool {}
153 function ldap_mod_add_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
156 function ldap_mod_replace($ldap, string $dn, array $entry, ?array $controls = null): bool {}
162 function ldap_modify($ldap, string $dn, array $entry, ?array $controls = null): bool {}
168 function ldap_mod_replace_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
171 function ldap_mod_del($ldap, string $dn, array $entry, ?array $controls = null): bool {}
177 function ldap_mod_del_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
188 function ldap_compare($ldap, string $dn, string $attribute, string $value, ?array $controls = null)…
192 …g $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): bool {}
198 … string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null) {}
205 function ldap_get_option($ldap, int $option, &$value = null): bool {}
252 …dap, $result, &$error_code, &$matched_dn = null, &$error_message = null, &$referrals = null, &$con…
282 …request_oid, ?string $request_data = null, ?array $controls = NULL, &$response_data = UNKNOWN, &$r…
290 …user = "", string $old_password = "", string $new_password = "", &$controls = null): string|bool {}
311 function ldap_parse_exop($ldap, $result, &$response_data = null, &$response_oid = null): bool {}