Home
last modified time | relevance | path

Searched refs:ldap_mod_replace (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/ext/ldap/tests/
H A Dldap_mod_replace_error.phpt2 ldap_mod_replace() - ldap_mod_replace() operations that should fail
17 var_dump(ldap_mod_replace($link, "dc=my-domain,$base", array()));
20 var_dump(ldap_mod_replace($link, "weirdAttribute=val", array()));
23 var_dump(ldap_mod_replace($link, "$base", array('dc')));
32 Warning: ldap_mod_replace(): Modify: No such object in %s on line %d
35 Warning: ldap_mod_replace(): Modify: Invalid DN syntax in %s on line %d
38 Warning: ldap_mod_replace(): Unknown attribute in the data in %s on line %d
H A Dbug73933.phpt2 Bug #73933 (error/segfault with ldap_mod_replace and opcache)
10 ldap_mod_replace($ldap, '', array(
25 Warning: ldap_mod_replace(): Modify: Can't contact LDAP server in %sbug73933.php on line %d
H A Dldap_mod_replace_basic.phpt2 ldap_mod_replace() - Basic modify operation
22 ldap_mod_replace($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.h401 ZEND_FUNCTION(ldap_mod_replace);
509 ZEND_FE(ldap_mod_replace, arginfo_ldap_mod_replace)
510 ZEND_FALIAS(ldap_modify, ldap_mod_replace, arginfo_ldap_modify)
H A Dldap.stub.php704 …function ldap_mod_replace(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null…
H A Dldap.c2378 PHP_FUNCTION(ldap_mod_replace) in PHP_FUNCTION() argument

Completed in 25 milliseconds