Lines Matching refs:get_active_function_name

293 		zend_value_error("%s(): Control must have an \"oid\" key", get_active_function_name());  in _php_ldap_control_from_array()
348 zend_value_error("%s(): Control must have a \"filter\" key", get_active_function_name()); in _php_ldap_control_from_array()
371 zend_value_error("%s(): Control must have a \"filter\" key", get_active_function_name()); in _php_ldap_control_from_array()
395 zend_value_error("%s(): Control must have an \"attrs\" key", get_active_function_name()); in _php_ldap_control_from_array()
463 zend_value_error("%s(): Sort key list must have an \"attr\" key", get_active_function_name()); in _php_ldap_control_from_array()
510 …_error("%s(): Array value for VLV control must have a \"before\" key", get_active_function_name()); in _php_ldap_control_from_array()
518 …_error("%s(): Array value for VLV control must have an \"after\" key", get_active_function_name()); in _php_ldap_control_from_array()
538 …e_error("%s(): Array value for VLV control must have a \"count\" key", get_active_function_name()); in _php_ldap_control_from_array()
543 …r VLV control must have either an \"attrvalue\" or an \"offset\" key", get_active_function_name()); in _php_ldap_control_from_array()
567 …zend_type_error("%s(): Control OID %s cannot be of type array", get_active_function_name(), ZSTR_V… in _php_ldap_control_from_array()
2637 …LDAP_MODIFY_BATCH_ATTRIB "\" must be of type string, %s given", get_active_function_name(), zend_z… in PHP_FUNCTION()
2642 …): Option \"" LDAP_MODIFY_BATCH_ATTRIB "\" cannot contain null-bytes", get_active_function_name()); in PHP_FUNCTION()
2648 …" LDAP_MODIFY_BATCH_MODTYPE "\" must be of type int, %s given", get_active_function_name(), zend_z… in PHP_FUNCTION()
2660 …Y_BATCH_MODTYPE "\" must be one of the LDAP_MODIFY_BATCH_* constants", get_active_function_name()); in PHP_FUNCTION()
2667 …MOVE_ALL, option \"" LDAP_MODIFY_BATCH_VALUES "\" cannot be provided", get_active_function_name()); in PHP_FUNCTION()
2673 …REMOVE_ALL, option \"" LDAP_MODIFY_BATCH_VALUES "\" must be provided", get_active_function_name()); in PHP_FUNCTION()
2680 … LDAP_MODIFY_BATCH_VALUES "\" must be of type array, %s given", get_active_function_name(), zend_z… in PHP_FUNCTION()
2689 …error("%s(): Option \"" LDAP_MODIFY_BATCH_VALUES "\" cannot be empty", get_active_function_name()); in PHP_FUNCTION()
2695 …s(): Option \"" LDAP_MODIFY_BATCH_VALUES "\" must be integer-indexed", get_active_function_name()); in PHP_FUNCTION()
2702 …TCH_VALUES "\" must have consecutive integer indices starting from 0", get_active_function_name()); in PHP_FUNCTION()