Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c1843 long perrno; in PHP_FUNCTION() local
1845 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &perrno) != SUCCESS) { in PHP_FUNCTION()
1849 RETURN_STRING(ldap_err2string(perrno), 1); in PHP_FUNCTION()

Completed in 13 milliseconds