Searched refs:ldap_add_ext (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/ldap/tests/ |
H A D | ldap_add_ext.phpt | 2 ldap_add_ext() - Add operation with controls 20 $result = ldap_add_ext($link, "o=test_ldap_add_ext,$base", array(
|
/php-src/ext/ldap/ |
H A D | ldap_arginfo.h | 378 ZEND_FUNCTION(ldap_add_ext); 469 ZEND_FE(ldap_add_ext, arginfo_ldap_add_ext)
|
H A D | ldap.stub.php | 706 …function ldap_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): L…
|
H A D | ldap.c | 2348 ldap_status_code = ldap_add_ext(ld->link, dn, ldap_mods, lserverctrls, NULL, &msgid); in php_ldap_do_modify() 2424 PHP_FUNCTION(ldap_add_ext) in PHP_FUNCTION() argument
|
Completed in 25 milliseconds