LDAP_MODIFY_BATCH_VALUES  182 ext/ldap/ldap.c 	REGISTER_STRING_CONSTANT("LDAP_MODIFY_BATCH_VALUES", LDAP_MODIFY_BATCH_VALUES, CONST_PERSISTENT | CONST_CS);
LDAP_MODIFY_BATCH_VALUES 1699 ext/ldap/ldap.c 					!_ldap_str_equal_to_const(modkey, modkeylen, LDAP_MODIFY_BATCH_VALUES)
LDAP_MODIFY_BATCH_VALUES 1701 ext/ldap/ldap.c 					php_error_docref(NULL TSRMLS_CC, E_WARNING, "The only allowed keys in entries of the modifications array are '" LDAP_MODIFY_BATCH_ATTRIB "', '" LDAP_MODIFY_BATCH_MODTYPE "' and '" LDAP_MODIFY_BATCH_VALUES "'");
LDAP_MODIFY_BATCH_VALUES 1740 ext/ldap/ldap.c 						if (zend_hash_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALUES) + 1)) {
LDAP_MODIFY_BATCH_VALUES 1741 ext/ldap/ldap.c 							php_error_docref(NULL TSRMLS_CC, E_WARNING, "If '" LDAP_MODIFY_BATCH_MODTYPE "' is LDAP_MODIFY_BATCH_REMOVE_ALL, a '" LDAP_MODIFY_BATCH_VALUES "' array must not be provided");
LDAP_MODIFY_BATCH_VALUES 1746 ext/ldap/ldap.c 						if (!zend_hash_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALUES) + 1)) {
LDAP_MODIFY_BATCH_VALUES 1747 ext/ldap/ldap.c 							php_error_docref(NULL TSRMLS_CC, E_WARNING, "If '" LDAP_MODIFY_BATCH_MODTYPE "' is not LDAP_MODIFY_BATCH_REMOVE_ALL, a '" LDAP_MODIFY_BATCH_VALUES "' array must be provided");
LDAP_MODIFY_BATCH_VALUES 1752 ext/ldap/ldap.c 				else if (_ldap_str_equal_to_const(modkey, modkeylen, LDAP_MODIFY_BATCH_VALUES)) {
LDAP_MODIFY_BATCH_VALUES 1754 ext/ldap/ldap.c 						php_error_docref(NULL TSRMLS_CC, E_WARNING, "A '" LDAP_MODIFY_BATCH_VALUES "' value must be an array");
LDAP_MODIFY_BATCH_VALUES 1762 ext/ldap/ldap.c 						php_error_docref(NULL TSRMLS_CC, E_WARNING, "A '" LDAP_MODIFY_BATCH_VALUES "' array must have at least one element");
LDAP_MODIFY_BATCH_VALUES 1768 ext/ldap/ldap.c 						php_error_docref(NULL TSRMLS_CC, E_WARNING, "A '" LDAP_MODIFY_BATCH_VALUES "' array must not be string-indexed");
LDAP_MODIFY_BATCH_VALUES 1775 ext/ldap/ldap.c 							php_error_docref(NULL TSRMLS_CC, E_WARNING, "A '" LDAP_MODIFY_BATCH_VALUES "' array must have consecutive indices 0, 1, ...");
LDAP_MODIFY_BATCH_VALUES 1782 ext/ldap/ldap.c 							php_error_docref(NULL TSRMLS_CC, E_WARNING, "Each element of a '" LDAP_MODIFY_BATCH_VALUES "' array must be a string");
LDAP_MODIFY_BATCH_VALUES 1808 ext/ldap/ldap.c 		_ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_VALUES, &vals);