Searched refs:ldap_mod_del (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/ldap/tests/ |
H A D | ldap_mod_del_error.phpt | 2 ldap_mod_del() - ldap_mod_del() operations that should fail 17 var_dump(ldap_mod_del($link, "dc=my-domain,$base", ["dc" => "my-domain"])); 20 var_dump(ldap_mod_del($link, "weirdAttribute=val", ["dc" => "my-domain"])); 32 Warning: ldap_mod_del(): Modify: No such object in %s on line %d 35 Warning: ldap_mod_del(): Modify: Invalid DN syntax in %s on line %d
|
H A D | ldap_mod_del_basic.phpt | 2 ldap_mod_del() - Basic modify operation 22 ldap_mod_del($link, "cn=userA,$base", $entry),
|
H A D | ldap_add_modify_delete_references_programming_errors.phpt | 2 …ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() with re… 8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
|
H A D | gh16132-1.phpt | 8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
|
H A D | gh16132-2.phpt | 8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
|
H A D | gh16136.phpt | 8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
|
H A D | ldap_add_modify_delete_programming_errors.phpt | 2 …ors) for ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() 8 /* ldap_add(_ext)(), ldap_mod_replace(_ext)(), ldap_mod_add(_ext)(), and ldap_mod_del(_ext)() share…
|
/php-src/ext/ldap/ |
H A D | ldap_arginfo.h | 386 ZEND_FUNCTION(ldap_mod_del); 478 ZEND_FE(ldap_mod_del, arginfo_ldap_mod_del)
|
H A D | ldap.stub.php | 725 …function ldap_mod_del(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): b…
|
H A D | ldap.c | 2461 PHP_FUNCTION(ldap_mod_del) in PHP_FUNCTION() argument
|
Completed in 27 milliseconds