Home
last modified time | relevance | path

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

/PHP-7.2/ext/ldap/
H A Dldap.c2543 zval *ctrlval, *val; in PHP_FUNCTION() local
2555 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(newval), ctrlval) { in PHP_FUNCTION()
2556 if (Z_TYPE_P(ctrlval) != IS_ARRAY) { in PHP_FUNCTION()
2561 if ((val = zend_hash_str_find(Z_ARRVAL_P(ctrlval), "oid", sizeof("oid") - 1)) == NULL) { in PHP_FUNCTION()
2569 if ((val = zend_hash_str_find(Z_ARRVAL_P(ctrlval), "value", sizeof("value") - 1)) != NULL) { in PHP_FUNCTION()
2577 …if ((val = zend_hash_str_find(Z_ARRVAL_P(ctrlval), "iscritical", sizeof("iscritical") - 1)) != NUL… in PHP_FUNCTION()

Completed in 14 milliseconds