Home
last modified time | relevance | path

Searched defs:controls (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/ldap/
H A Dldap.stub.php126 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) {}
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 {}
[all …]
/PHP-8.0/sapi/fuzzer/corpus/json/
H A Dpass1.json21 "controls": "\b\f\n\r\t", string

Completed in 7 milliseconds