Searched refs:ctrlval (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/ldap/ |
H A D | ldap.c | 2145 zval **ctrlval, **val; in PHP_FUNCTION() local 2157 while (zend_hash_get_current_data(Z_ARRVAL_PP(newval), (void**)&ctrlval) == SUCCESS) { in PHP_FUNCTION() 2158 if (Z_TYPE_PP(ctrlval) != IS_ARRAY) { in PHP_FUNCTION() 2163 if (zend_hash_find(Z_ARRVAL_PP(ctrlval), "oid", sizeof("oid"), (void **) &val) != SUCCESS) { in PHP_FUNCTION() 2171 if (zend_hash_find(Z_ARRVAL_PP(ctrlval), "value", sizeof("value"), (void **) &val) == SUCCESS) { in PHP_FUNCTION() 2179 …if (zend_hash_find(Z_ARRVAL_PP(ctrlval), "iscritical", sizeof("iscritical"), (void **) &val) == SU… in PHP_FUNCTION()
|
Completed in 10 milliseconds