Home
last modified time | relevance | path

Searched refs:ldap_set_rebind_proc (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/ldap/tests/
H A Dldap_set_rebind_proc_basic.phpt2 ldap_set_rebind_proc() - Basic ldap_set_rebind_proc test
10 if (!function_exists('ldap_set_rebind_proc')) die("skip ldap_set_rebind_proc() not available");
31 var_dump(ldap_set_rebind_proc($link, "rebind_proc"));
32 var_dump(ldap_set_rebind_proc($link, null));
H A Dldap_set_rebind_proc_error.phpt2 ldap_set_rebind_proc() - Testing ldap_set_rebind_proc() that should fail
10 if (!function_exists("ldap_set_rebind_proc")) {
11 die("skip ldap_set_rebind_proc() does not exist");
38 $result = ldap_set_rebind_proc($link, "rebind_proc_inexistent");
44 ldap_set_rebind_proc(): Argument #2 ($callback) must be a valid callback or null, function "rebind_…
H A Dldap_unbind_variation.phpt2 ldap_unbind() - Variation of ldap_unbind() function using ldap_set_rebind_proc()
10 if (!function_exists('ldap_set_rebind_proc')) die("skip ldap_set_rebind_proc() not available");
31 ldap_set_rebind_proc($link, "rebind_proc");
/php-src/ext/ldap/
H A Dconfig.m4109 dnl Check for 3 arg ldap_set_rebind_proc
110 AC_CACHE_CHECK([for 3 arg ldap_set_rebind_proc],
113 [ldap_set_rebind_proc(0,0,0)])],
118 [Define to 1 if 'ldap_set_rebind_proc' has 3 arguments.])])
H A Dldap_arginfo.h408 ZEND_FUNCTION(ldap_set_rebind_proc);
500 ZEND_FE(ldap_set_rebind_proc, arginfo_ldap_set_rebind_proc)
H A Dldap.stub.php772 function ldap_set_rebind_proc(LDAP\Connection $ldap, ?callable $callback): bool {}
H A Dldap.c3717 PHP_FUNCTION(ldap_set_rebind_proc) in PHP_FUNCTION() argument
3736 ldap_set_rebind_proc(ld->link, NULL, NULL); in PHP_FUNCTION()
3743 ldap_set_rebind_proc(ld->link, _ldap_rebind_proc, (void *) link); in PHP_FUNCTION()

Completed in 21 milliseconds