Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dorder_by_dep.awk29 for (i in mods) {
30 if (mods[i] == name) {
39 module_name = mods[mod_idx];
55 delete mods[mod_idx];
72 mods[mod_count++] = mod[1]
81 while (count(mods)) {
83 if (i in mods) {
/PHP-8.1/ext/ldap/tests/
H A Dldap_modify_batch_error.phpt43 $mods = array(
51 var_dump(ldap_modify_batch($link, "dc=my-domain,$base", $mods));
54 $mods = array(
62 var_dump(ldap_modify_batch($link, "dc=my-domain,$base", $mods));
H A Dbug77958.phpt16 $mods = array(
31 ldap_modify_batch($link, "cn=userA,$base", $mods),
H A Dldap_modify_batch_basic.phpt17 $mods = array(
37 ldap_modify_batch($link, "cn=userA,$base", $mods),
/PHP-8.1/ext/ldap/
H A Dldap.c2664 zval *link, *mods, *mod, *modinfo; in PHP_FUNCTION() local
2700 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Osa/|a!", &link, ldap_link_ce, &dn, &dn_len, &mods, &s… in PHP_FUNCTION()
2722 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
2723 if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
2728 num_mods = zend_hash_num_elements(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
2732 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION()
2858 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION()

Completed in 23 milliseconds