Home
last modified time | relevance | path

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

/PHP-8.1/ext/ldap/
H A Dldap.c549 zval *sortkey, *tmp; in _php_ldap_control_from_array() local
559 if ((sortkey = zend_hash_index_find(Z_ARRVAL_P(val), i)) == NULL) { in _php_ldap_control_from_array()
565 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "attr", sizeof("attr") - 1)) == NULL) { in _php_ldap_control_from_array()
579 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "oid", sizeof("oid") - 1)) != NULL) { in _php_ldap_control_from_array()
591 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "reverse", sizeof("reverse") - 1)) != NULL) { in _php_ldap_control_from_array()

Completed in 22 milliseconds