Home
last modified time | relevance | path

Searched refs:LDAP_MODIFY_BATCH_REMOVE_ALL (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/ldap/tests/
H A Dldap_modify_batch_programming_error.phpt74 "modtype" => LDAP_MODIFY_BATCH_REMOVE_ALL,
158 "modtype" => LDAP_MODIFY_BATCH_REMOVE_ALL,
263 …on entry must not contain the "values" option when option "modtype" is LDAP_MODIFY_BATCH_REMOVE_ALL
268 …IFY_BATCH_ADD, LDAP_MODIFY_BATCH_REMOVE, LDAP_MODIFY_BATCH_REPLACE, or LDAP_MODIFY_BATCH_REMOVE_ALL
269 …on entry must not contain the "values" option when option "modtype" is LDAP_MODIFY_BATCH_REMOVE_ALL
270 …ntry must contain the "values" option when the "modtype" option is not LDAP_MODIFY_BATCH_REMOVE_ALL
H A Dbug77958.phpt26 "modtype" => LDAP_MODIFY_BATCH_REMOVE_ALL
H A Dldap_modify_batch_basic.phpt32 "modtype" => LDAP_MODIFY_BATCH_REMOVE_ALL
H A Dldap_modify_batch_modifications_with_references.phpt69 …IFY_BATCH_ADD, LDAP_MODIFY_BATCH_REMOVE, LDAP_MODIFY_BATCH_REPLACE, or LDAP_MODIFY_BATCH_REMOVE_ALL
/php-src/ext/ldap/
H A Dphp_ldap.h56 #define LDAP_MODIFY_BATCH_REMOVE_ALL 0x12 macro
H A Dldap.stub.php41 const LDAP_MODIFY_BATCH_REMOVE_ALL = UNKNOWN; define
H A Dldap.c2652 modtype != LDAP_MODIFY_BATCH_REMOVE_ALL in PHP_FUNCTION()
2660 if (modtype == LDAP_MODIFY_BATCH_REMOVE_ALL && modification_size == 3) { in PHP_FUNCTION()
2669 if (modtype != LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
2731 case LDAP_MODIFY_BATCH_REMOVE_ALL: in PHP_FUNCTION()
2744 if (Z_LVAL_P(modtype_zv) == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
H A Dldap_arginfo.h537 …REGISTER_LONG_CONSTANT("LDAP_MODIFY_BATCH_REMOVE_ALL", LDAP_MODIFY_BATCH_REMOVE_ALL, CONST_PERSIST… in register_ldap_symbols()

Completed in 20 milliseconds