Home
last modified time | relevance | path

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

/PHP-7.4/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 Dbug77958.phpt18 "modtype" => LDAP_MODIFY_BATCH_ADD,
25 "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,
H A Dbug73933.phpt18 "modtype" => LDAP_MODIFY_BATCH_ADD,
/PHP-7.4/ext/ldap/
H A Dldap.c2573 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
2618 zend_long modtype; in PHP_FUNCTION() local
2696 modtype = Z_LVAL_P(modinfo); in PHP_FUNCTION()
2698 modtype != LDAP_MODIFY_BATCH_ADD && in PHP_FUNCTION()
2699 modtype != LDAP_MODIFY_BATCH_REMOVE && in PHP_FUNCTION()
2700 modtype != LDAP_MODIFY_BATCH_REPLACE && in PHP_FUNCTION()
2701 modtype != LDAP_MODIFY_BATCH_REMOVE_ALL in PHP_FUNCTION()
2708 if (modtype == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
2770 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_MODTYPE, &modtype); in PHP_FUNCTION()
2774 switch (Z_LVAL_P(modtype)) { in PHP_FUNCTION()
[all …]

Completed in 29 milliseconds