Searched refs:ldap_mod_del (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/ldap/tests/ |
H A D | ldap_mod_del_error.phpt | 2 ldap_mod_del() - ldap_mod_del() operations that should fail 16 var_dump(ldap_mod_del($link, "dc=my-domain,$base", array())); 19 var_dump(ldap_mod_del($link, "weirdAttribute=val", array())); 22 var_dump(ldap_mod_del($link, "$base", array('dc'))); 33 Warning: ldap_mod_del(): Modify: No such object in %s on line %d 36 Warning: ldap_mod_del(): Modify: Invalid DN syntax in %s on line %d 39 Warning: ldap_mod_del(): Unknown attribute in the data in %s on line %d
|
H A D | ldap_mod_del_basic.phpt | 2 ldap_mod_del() - Basic modify operation 21 ldap_mod_del($link, "cn=userA,$base", $entry),
|
/PHP-8.0/ext/ldap/ |
H A D | ldap_arginfo.h | 378 ZEND_FUNCTION(ldap_mod_del); 481 ZEND_FE(ldap_mod_del, arginfo_ldap_mod_del)
|
H A D | ldap.stub.php | 171 function ldap_mod_del($ldap, string $dn, array $entry, ?array $controls = null): bool {} function
|
H A D | ldap.c | 2396 PHP_FUNCTION(ldap_mod_del) in PHP_FUNCTION() argument
|
Completed in 28 milliseconds