Searched refs:mods (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/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-7.4/ext/ldap/tests/ |
H A D | ldap_modify_batch_error.phpt | 50 $mods = array( 58 var_dump(ldap_modify_batch($link, "dc=my-domain,$base", $mods)); 61 $mods = array( 69 var_dump(ldap_modify_batch($link, "dc=my-domain,$base", $mods));
|
H A D | bug77958.phpt | 15 $mods = array( 30 ldap_modify_batch($link, "cn=userA,$base", $mods),
|
H A D | ldap_modify_batch_basic.phpt | 16 $mods = array( 36 ldap_modify_batch($link, "cn=userA,$base", $mods),
|
/PHP-7.4/ext/ldap/ |
H A D | ldap.c | 2571 zval *link, *mods, *mod, *modinfo; in PHP_FUNCTION() local 2607 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rsa/|a", &link, &dn, &dn_len, &mods, &serverctrls) != … in PHP_FUNCTION() 2630 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mods)); in PHP_FUNCTION() 2631 if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION() 2636 num_mods = zend_hash_num_elements(Z_ARRVAL_P(mods)); in PHP_FUNCTION() 2640 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION() 2766 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION()
|
Completed in 15 milliseconds