Searched refs:perrno (Results 1 – 1 of 1) sorted by relevance
1843 long perrno; in PHP_FUNCTION() local1845 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 21 milliseconds