Home
last modified time | relevance | path

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

/PHP-8.3/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 Dbug77958.phpt19 "modtype" => LDAP_MODIFY_BATCH_ADD,
26 "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 Dgh16032-1.phpt14 "modtype" => LDAP_MODIFY_BATCH_ADD,
H A Dgh16032-2.phpt26 ValueError: ldap_modify_batch(): Required option "modtype" is missing
H A Dbug73933.phpt16 "modtype" => LDAP_MODIFY_BATCH_ADD,
/PHP-8.3/ext/ldap/
H A Dldap.c2542 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
2586 zend_long modtype; in PHP_FUNCTION() local
2669 modtype = Z_LVAL_P(modinfo); in PHP_FUNCTION()
2671 modtype != LDAP_MODIFY_BATCH_ADD && in PHP_FUNCTION()
2672 modtype != LDAP_MODIFY_BATCH_REMOVE && in PHP_FUNCTION()
2673 modtype != LDAP_MODIFY_BATCH_REPLACE && in PHP_FUNCTION()
2674 modtype != LDAP_MODIFY_BATCH_REMOVE_ALL in PHP_FUNCTION()
2681 if (modtype == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
2752 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_MODTYPE, &modtype); in PHP_FUNCTION()
2756 switch (Z_LVAL_P(modtype)) { in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds