Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c2871 zend_long perrno; in PHP_FUNCTION() local
2873 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &perrno) != SUCCESS) { in PHP_FUNCTION()
2877 RETURN_STRING(ldap_err2string(perrno)); in PHP_FUNCTION()

Completed in 17 milliseconds