Searched refs:mods (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/build/ |
H A D | order_by_dep.awk | 29 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 D | ldap_modify_batch_error.phpt | 43 $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 D | bug77958.phpt | 16 $mods = array( 31 ldap_modify_batch($link, "cn=userA,$base", $mods),
|
H A D | ldap_modify_batch_basic.phpt | 17 $mods = array( 37 ldap_modify_batch($link, "cn=userA,$base", $mods),
|
/PHP-8.1/ext/ldap/ |
H A D | ldap.c | 2664 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 24 milliseconds