Home
last modified time | relevance | path

Searched refs:LDAP_MODIFY_BATCH_ATTRIB (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/ldap/
H A Dphp_ldap.h59 #define LDAP_MODIFY_BATCH_ATTRIB "attrib" macro
H A Dldap.c2616 …"\"" LDAP_MODIFY_BATCH_ATTRIB "\", \"" LDAP_MODIFY_BATCH_MODTYPE "\", and \"" LDAP_MODIFY_BATCH_VA… in PHP_FUNCTION()
2620 …zval *attrib = zend_hash_str_find(modification, LDAP_MODIFY_BATCH_ATTRIB, strlen(LDAP_MODIFY_BATCH… in PHP_FUNCTION()
2622 …zend_argument_value_error(3, "a modification entry must contain the \"" LDAP_MODIFY_BATCH_ATTRIB "… in PHP_FUNCTION()
2628 …zend_argument_type_error(3, "the value for option \"" LDAP_MODIFY_BATCH_ATTRIB "\" must be of type… in PHP_FUNCTION()
2632 …zend_argument_value_error(3, "the value for option \"" LDAP_MODIFY_BATCH_ATTRIB "\" must not conta… in PHP_FUNCTION()
2717 …ash_str_find_deref(Z_ARRVAL_P(modification_zv), LDAP_MODIFY_BATCH_ATTRIB, strlen(LDAP_MODIFY_BATCH… in PHP_FUNCTION()
H A Dldap.stub.php51 const LDAP_MODIFY_BATCH_ATTRIB = UNKNOWN; define
H A Dldap_arginfo.h539 REGISTER_STRING_CONSTANT("LDAP_MODIFY_BATCH_ATTRIB", LDAP_MODIFY_BATCH_ATTRIB, CONST_PERSISTENT); in register_ldap_symbols()

Completed in 34 milliseconds