Home
last modified time | relevance | path

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

/PHP-5.5/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];
70 mods[mod_count++] = $1
79 while (count(mods)) {
81 if (i in mods) {
/PHP-5.5/ext/ldap/tests/
H A Dldap_modify_batch_error.phpt50 $mods = array(
58 var_dump(ldap_modify_batch($link, "dc=my-domain,dc=com", $mods));
61 $mods = array(
69 var_dump(ldap_modify_batch($link, "dc=my-domain,dc=com", $mods));
H A Dldap_modify_batch_basic.phpt16 $mods = array(
36 ldap_modify_batch($link, "cn=userA,dc=my-domain,dc=com", $mods),
/PHP-5.5/ext/ldap/
H A Dldap.c1527 zval *link, *mods, *mod, *modinfo, *modval; in PHP_FUNCTION() local
1561 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsa", &link, &dn, &dn_len, &mods) != SUCCESS… in PHP_FUNCTION()
1583 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
1584 if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
1589 num_mods = zend_hash_num_elements(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
1593 if (zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched) != SUCCESS) { in PHP_FUNCTION()
1727 zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched); in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog4936 35. Further mods to the Makefile to help Win32. Also, added code to pcregrep to

Completed in 27 milliseconds