Searched refs:sortkey (Results 1 – 1 of 1) sorted by relevance
571 zval *sortkey, *tmp; in php_ldap_control_from_array() local581 if ((sortkey = zend_hash_index_find(Z_ARRVAL_P(val), i)) == NULL) { in php_ldap_control_from_array()587 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "attr", sizeof("attr") - 1)) == NULL) { in php_ldap_control_from_array()601 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "oid", sizeof("oid") - 1)) != NULL) { in php_ldap_control_from_array()613 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "reverse", sizeof("reverse") - 1)) != NULL) { in php_ldap_control_from_array()
Completed in 17 milliseconds