Searched refs:perrno (Results 1 – 1 of 1) sorted by relevance
2906 zend_long perrno; in PHP_FUNCTION() local2908 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &perrno) != SUCCESS) { in PHP_FUNCTION()2912 RETURN_STRING(ldap_err2string(perrno)); in PHP_FUNCTION()
Completed in 14 milliseconds