Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c2906 zend_long perrno; in PHP_FUNCTION() local
2908 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &perrno) != SUCCESS) { in PHP_FUNCTION()
2912 RETURN_STRING(ldap_err2string(perrno)); in PHP_FUNCTION()

Completed in 26 milliseconds