Home
last modified time | relevance | path

Searched refs:ldap_mod_del (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/ldap/tests/
H A Dldap_mod_del_error.phpt2 ldap_mod_del() - ldap_mod_del() operations that should fail
17 var_dump(ldap_mod_del($link, "dc=my-domain,$base", array()));
20 var_dump(ldap_mod_del($link, "weirdAttribute=val", array()));
23 var_dump(ldap_mod_del($link, "$base", array('dc')));
34 Warning: ldap_mod_del(): Modify: No such object in %s on line %d
37 Warning: ldap_mod_del(): Modify: Invalid DN syntax in %s on line %d
40 Warning: ldap_mod_del(): Unknown attribute in the data in %s on line %d
H A Dldap_mod_del_basic.phpt2 ldap_mod_del() - Basic modify operation
22 ldap_mod_del($link, "cn=userA,$base", $entry),
H A Dgh16132-1.phpt8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
H A Dgh16132-2.phpt8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
H A Dgh16136.phpt8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
/PHP-8.3/ext/ldap/
H A Dldap_arginfo.h403 ZEND_FUNCTION(ldap_mod_del);
512 ZEND_FE(ldap_mod_del, arginfo_ldap_mod_del)
H A Dldap.stub.php711 …function ldap_mod_del(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): b…
H A Dldap.c2406 PHP_FUNCTION(ldap_mod_del) in PHP_FUNCTION() argument

Completed in 26 milliseconds