Home
last modified time | relevance | path

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

/php-src/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),
/php-src/ext/ldap/
H A Dldap_arginfo.h384 ZEND_FUNCTION(ldap_mod_replace);
475 ZEND_FE(ldap_mod_replace, arginfo_ldap_mod_replace)
H A Dldap.stub.php718 …function ldap_mod_replace(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null…
H A Dldap.c2356 PHP_FUNCTION(ldap_mod_replace) in PHP_FUNCTION() argument

Completed in 27 milliseconds