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