Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c2146 int ncontrols; in PHP_FUNCTION() local
2149 …if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval))))… in PHP_FUNCTION()
2153 ctrls = safe_emalloc((1 + ncontrols), sizeof(*ctrls), 0); in PHP_FUNCTION()

Completed in 11 milliseconds