Lines Matching refs:get_active_function_name

396 		zend_value_error("%s(): Control must have an \"oid\" key", get_active_function_name());  in _php_ldap_control_from_array()
451 zend_value_error("%s(): Control must have a \"filter\" key", get_active_function_name()); in _php_ldap_control_from_array()
474 zend_value_error("%s(): Control must have a \"filter\" key", get_active_function_name()); in _php_ldap_control_from_array()
498 zend_value_error("%s(): Control must have an \"attrs\" key", get_active_function_name()); in _php_ldap_control_from_array()
566 zend_value_error("%s(): Sort key list must have an \"attr\" key", get_active_function_name()); in _php_ldap_control_from_array()
613 …_error("%s(): Array value for VLV control must have a \"before\" key", get_active_function_name()); in _php_ldap_control_from_array()
621 …_error("%s(): Array value for VLV control must have an \"after\" key", get_active_function_name()); in _php_ldap_control_from_array()
642 …e_error("%s(): Array value for VLV control must have a \"count\" key", get_active_function_name()); in _php_ldap_control_from_array()
647 …r VLV control must have either an \"attrvalue\" or an \"offset\" key", get_active_function_name()); in _php_ldap_control_from_array()
671 …zend_type_error("%s(): Control OID %s cannot be of type array", get_active_function_name(), ZSTR_V… in _php_ldap_control_from_array()
2648 …LDAP_MODIFY_BATCH_ATTRIB "\" must be of type string, %s given", get_active_function_name(), zend_z… in PHP_FUNCTION()
2653 …): Option \"" LDAP_MODIFY_BATCH_ATTRIB "\" cannot contain null-bytes", get_active_function_name()); in PHP_FUNCTION()
2659 …" LDAP_MODIFY_BATCH_MODTYPE "\" must be of type int, %s given", get_active_function_name(), zend_z… in PHP_FUNCTION()
2671 …Y_BATCH_MODTYPE "\" must be one of the LDAP_MODIFY_BATCH_* constants", get_active_function_name()); in PHP_FUNCTION()
2678 …MOVE_ALL, option \"" LDAP_MODIFY_BATCH_VALUES "\" cannot be provided", get_active_function_name()); in PHP_FUNCTION()
2684 …REMOVE_ALL, option \"" LDAP_MODIFY_BATCH_VALUES "\" must be provided", get_active_function_name()); in PHP_FUNCTION()
2691 … LDAP_MODIFY_BATCH_VALUES "\" must be of type array, %s given", get_active_function_name(), zend_z… in PHP_FUNCTION()
2700 …error("%s(): Option \"" LDAP_MODIFY_BATCH_VALUES "\" cannot be empty", get_active_function_name()); in PHP_FUNCTION()
2706 …s(): Option \"" LDAP_MODIFY_BATCH_VALUES "\" must be integer-indexed", get_active_function_name()); in PHP_FUNCTION()
2713 …TCH_VALUES "\" must have consecutive integer indices starting from 0", get_active_function_name()); in PHP_FUNCTION()