Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/ldap/
H A Dldap.c3460 zval *link, *result, *retdata, *retoid; in PHP_FUNCTION() local
3467 if (zend_parse_parameters(myargcount, "rr|zz", &link, &result, &retdata, &retoid) != SUCCESS) { in PHP_FUNCTION()
3492 ZEND_TRY_ASSIGN_REF_EMPTY_STRING(retoid); in PHP_FUNCTION()
3494 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
4163 zval *link, *retdata = NULL, *retoid = NULL; in PHP_FUNCTION() local
4201 retoid ? &lretoid : NULL, in PHP_FUNCTION()
4209 if (retoid) { in PHP_FUNCTION()
4211 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
4214 ZEND_TRY_ASSIGN_REF_EMPTY_STRING(retoid); in PHP_FUNCTION()
4781 ZEND_ARG_INFO(1, retoid)
[all …]

Completed in 26 milliseconds