Home
last modified time | relevance | path

Searched refs:modtype (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/ldap/tests/
H A Dldap_modify_batch_basic.phpt19 "modtype" => LDAP_MODIFY_BATCH_ADD,
26 "modtype" => LDAP_MODIFY_BATCH_REPLACE,
31 "modtype" => LDAP_MODIFY_BATCH_REMOVE_ALL
H A Dldap_modify_batch_error.phpt18 "modtype" => LDAP_MODIFY_BATCH_ADD,
53 "modtype" => LDAP_MODIFY_BATCH_REPLACE,
64 "modtype" => LDAP_MODIFY_BATCH_ADD,
/PHP-5.5/ext/ldap/
H A Dldap.c1528 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
1571 long modtype; in PHP_FUNCTION() local
1651 modtype = Z_LVAL_P(modinfo); in PHP_FUNCTION()
1653 modtype != LDAP_MODIFY_BATCH_ADD && in PHP_FUNCTION()
1654 modtype != LDAP_MODIFY_BATCH_REMOVE && in PHP_FUNCTION()
1655 modtype != LDAP_MODIFY_BATCH_REPLACE && in PHP_FUNCTION()
1656 modtype != LDAP_MODIFY_BATCH_REMOVE_ALL in PHP_FUNCTION()
1663 if (modtype == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
1731 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_MODTYPE, &modtype); in PHP_FUNCTION()
1735 switch (Z_LVAL_P(modtype)) { in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds