Searched refs:ldap_exop_sync (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/ldap/tests/ |
H A D | ldap_exop.phpt | 44 ldap_exop_sync($link, LDAP_EXOP_WHO_AM_I, NULL, NULL, $retdata, $retoid), 49 …ldap_exop_sync($link, LDAP_EXOP_WHO_AM_I, NULL, [['oid' => LDAP_CONTROL_PROXY_AUTHZ, 'value' => "d… 71 Deprecated: Calling ldap_exop() with more than 4 arguments is deprecated, use ldap_exop_sync() inst… 73 Deprecated: Calling ldap_exop() with more than 4 arguments is deprecated, use ldap_exop_sync() inst…
|
/php-src/ext/ldap/ |
H A D | ldap_arginfo.h | 420 ZEND_FUNCTION(ldap_exop_sync); 512 ZEND_FE(ldap_exop_sync, arginfo_ldap_exop_sync)
|
H A D | ldap.stub.php | 798 …function ldap_exop_sync(LDAP\Connection $ldap, string $request_oid, ?string $request_data = null, …
|
H A D | ldap.c | 4000 PHP_FUNCTION(ldap_exop_sync) in PHP_FUNCTION() argument
|
Completed in 19 milliseconds