Home
last modified time | relevance | path

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

/PHP-8.1/ext/ldap/tests/
H A Dldap_modify_batch_basic.phpt20 "modtype" => LDAP_MODIFY_BATCH_ADD,
27 "modtype" => LDAP_MODIFY_BATCH_REPLACE,
32 "modtype" => LDAP_MODIFY_BATCH_REMOVE_ALL
H A Dldap_modify_batch_error.phpt19 "modtype" => LDAP_MODIFY_BATCH_ADD,
46 "modtype" => LDAP_MODIFY_BATCH_REPLACE,
57 "modtype" => LDAP_MODIFY_BATCH_ADD,
H A Dbug77958.phpt19 "modtype" => LDAP_MODIFY_BATCH_ADD,
26 "modtype" => LDAP_MODIFY_BATCH_REMOVE_ALL
H A Dbug73933.phpt16 "modtype" => LDAP_MODIFY_BATCH_ADD,
/PHP-8.1/ext/ldap/
H A Dldap.c2666 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
2710 zend_long modtype; in PHP_FUNCTION() local
2788 modtype = Z_LVAL_P(modinfo); in PHP_FUNCTION()
2790 modtype != LDAP_MODIFY_BATCH_ADD && in PHP_FUNCTION()
2791 modtype != LDAP_MODIFY_BATCH_REMOVE && in PHP_FUNCTION()
2792 modtype != LDAP_MODIFY_BATCH_REPLACE && in PHP_FUNCTION()
2793 modtype != LDAP_MODIFY_BATCH_REMOVE_ALL in PHP_FUNCTION()
2800 if (modtype == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
2862 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_MODTYPE, &modtype); in PHP_FUNCTION()
2866 switch (Z_LVAL_P(modtype)) { in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds