Home
last modified time | relevance | path

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

/PHP-8.2/ext/ldap/
H A Dldap.c551 zval *sortkey, *tmp; in _php_ldap_control_from_array() local
561 if ((sortkey = zend_hash_index_find(Z_ARRVAL_P(val), i)) == NULL) { in _php_ldap_control_from_array()
567 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "attr", sizeof("attr") - 1)) == NULL) { in _php_ldap_control_from_array()
581 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "oid", sizeof("oid") - 1)) != NULL) { in _php_ldap_control_from_array()
593 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "reverse", sizeof("reverse") - 1)) != NULL) { in _php_ldap_control_from_array()

Completed in 13 milliseconds