Home
last modified time | relevance | path

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

/php-src/ext/ldap/tests/
H A Dldap_exop.phpt41 ldap_exop($link, LDAP_EXOP_WHO_AM_I, NULL, NULL, $retdata, $retoid),
43 $retoid,
44 ldap_exop_sync($link, LDAP_EXOP_WHO_AM_I, NULL, NULL, $retdata, $retoid),
46 $retoid,
/php-src/ext/ldap/
H A Dldap.c3381 zval *link, *result, *retdata = NULL, *retoid = NULL; in PHP_FUNCTION() local
3388 …NUM_ARGS(), "OO|zz", &link, ldap_link_ce, &result, ldap_result_ce, &retdata, &retoid) != SUCCESS) { in PHP_FUNCTION()
3399 retoid ? &lretoid: NULL, in PHP_FUNCTION()
3407 if (retoid) { in PHP_FUNCTION()
3409 ZEND_TRY_ASSIGN_REF_EMPTY_STRING(retoid); in PHP_FUNCTION()
3411 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
3888 zval *link, *retdata = NULL, *retoid = NULL; in php_ldap_exop() local
3934 retoid ? &lretoid : NULL, in php_ldap_exop()
3942 if (retoid) { in php_ldap_exop()
3944 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in php_ldap_exop()
[all …]

Completed in 12 milliseconds