Searched refs:with_attrib (Results 1 – 3 of 3) sorted by relevance
121 function ldap_explode_dn(string $dn, int $with_attrib): array|false {} argument
115 ZEND_ARG_TYPE_INFO(0, with_attrib, IS_LONG, 0)
2118 zend_long with_attrib; in PHP_FUNCTION() local2123 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl", &dn, &dn_len, &with_attrib) != SUCCESS) { in PHP_FUNCTION()2127 if (!(ldap_value = ldap_explode_dn(dn, with_attrib))) { in PHP_FUNCTION()
Completed in 22 milliseconds