Searched refs:ldap_mod_replace (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/ldap/tests/ |
H A D | ldap_mod_replace_error.phpt | 2 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 D | bug73933.phpt | 2 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 D | ldap_mod_replace_basic.phpt | 2 ldap_mod_replace() - Basic modify operation 22 ldap_mod_replace($link, "cn=userA,$base", $entry),
|
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…
|
/PHP-8.2/ext/ldap/ |
H A D | ldap_arginfo.h | 378 ZEND_FUNCTION(ldap_mod_replace); 480 ZEND_FE(ldap_mod_replace, arginfo_ldap_mod_replace) 481 ZEND_FALIAS(ldap_modify, ldap_mod_replace, arginfo_ldap_modify)
|
H A D | ldap.stub.php | 701 …function ldap_mod_replace(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null…
|
H A D | ldap.c | 2304 PHP_FUNCTION(ldap_mod_replace) in PHP_FUNCTION() argument
|
Completed in 31 milliseconds