Home
last modified time | relevance | path

Searched refs:retoid (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/ldap/tests/
H A Dldap_exop.phpt39 …, string reqoid [, string reqdata [, array servercontrols [, string &retdata [, string &retoid]]]])
40 // bool ldap_parse_exop(resource link, resource result [, string &retdata [, string &retoid]])
42 ldap_exop($link, LDAP_EXOP_WHO_AM_I, NULL, NULL, $retdata, $retoid),
44 $retoid,
/PHP-8.0/ext/ldap/
H A Dldap.c3376 zval *link, *result, *retdata, *retoid; in PHP_FUNCTION() local
3383 if (zend_parse_parameters(myargcount, "rr|zz", &link, &result, &retdata, &retoid) != SUCCESS) { in PHP_FUNCTION()
3408 ZEND_TRY_ASSIGN_REF_EMPTY_STRING(retoid); in PHP_FUNCTION()
3410 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
3892 zval *link, *retdata = NULL, *retoid = NULL; in PHP_FUNCTION() local
3901 …D_NUM_ARGS(), "rS|S!a!zz", &link, &reqoid, &reqdata, &serverctrls, &retdata, &retoid) != SUCCESS) { in PHP_FUNCTION()
3930 retoid ? &lretoid : NULL, in PHP_FUNCTION()
3938 if (retoid) { in PHP_FUNCTION()
3940 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
3943 ZEND_TRY_ASSIGN_REF_EMPTY_STRING(retoid); in PHP_FUNCTION()

Completed in 15 milliseconds