Home
last modified time | relevance | path

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

/PHP-8.2/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 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.2/ext/ldap/
H A Dldap.c2468 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
2512 zend_long modtype; in PHP_FUNCTION() local
2595 modtype = Z_LVAL_P(modinfo); in PHP_FUNCTION()
2597 modtype != LDAP_MODIFY_BATCH_ADD && in PHP_FUNCTION()
2598 modtype != LDAP_MODIFY_BATCH_REMOVE && in PHP_FUNCTION()
2599 modtype != LDAP_MODIFY_BATCH_REPLACE && in PHP_FUNCTION()
2600 modtype != LDAP_MODIFY_BATCH_REMOVE_ALL in PHP_FUNCTION()
2607 if (modtype == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
2678 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_MODTYPE, &modtype); in PHP_FUNCTION()
2682 switch (Z_LVAL_P(modtype)) { in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds