Searched defs:controls (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/ldap/ |
H A D | ldap.stub.php | 110 …function ldap_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bool … 112 …function ldap_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): L… 114 function ldap_delete(LDAP\Connection $ldap, string $dn, ?array $controls = null): bool {} 116 …function ldap_delete_ext(LDAP\Connection $ldap, string $dn, ?array $controls = null): LDAP\Result|… 118 …batch(LDAP\Connection $ldap, string $dn, array $modifications_info, ?array $controls = null): bool… 120 …function ldap_mod_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): b… 122 …function ldap_mod_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null… 124 …function ldap_mod_replace(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null… 127 …function ldap_modify(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bo… 131 …function ldap_mod_del(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): b… [all …]
|
/PHP-8.1/sapi/fuzzer/corpus/json/ |
H A D | pass1.json | 21 "controls": "\b\f\n\r\t", string
|
Completed in 12 milliseconds