/PHP-8.4/ext/sodium/ |
H A D | sodium_pwhash.c | 43 zend_value_error("Memory cost is outside of allowed memory range"); in get_options() 51 zend_value_error("Time cost is outside of allowed time range"); in get_options() 56 zend_value_error("A thread value other than 1 is not supported by this implementation"); in get_options() 67 zend_value_error("Password is too long"); in php_sodium_argon2_hash() 77 zend_value_error("Unexpected failure hashing password"); in php_sodium_argon2_hash()
|
/PHP-8.4/ext/standard/ |
H A D | formatted_print.c | 385 zend_value_error("Argument number specifier must be greater than zero and less than %d", INT_MAX); in php_sprintf_get_argnum() 494 zend_value_error("Missing padding character"); in php_formatted_print() 526 zend_value_error("Width must be an integer"); in php_formatted_print() 530 zend_value_error("Width must be greater than zero and less than %d", INT_MAX); in php_formatted_print() 538 zend_value_error("Width must be greater than zero and less than %d", INT_MAX); in php_formatted_print() 570 zend_value_error("Precision must be an integer"); in php_formatted_print() 574 zend_value_error("Precision must be between -1 and %d", INT_MAX); in php_formatted_print() 582 zend_value_error("Precision must be greater than zero and less than %d", INT_MAX); in php_formatted_print() 612 zend_value_error("Precision -1 is only supported for %%g, %%G, %%h and %%H"); in php_formatted_print() 701 zend_value_error("Missing format specifier at end of string"); in php_formatted_print() [all …]
|
H A D | mail.c | 134 zend_value_error("Header name \"%s\" contains invalid characters", ZSTR_VAL(key)); in php_mail_build_headers_elem() 143 …zend_value_error("Header \"%s\" contains LF character that is not allowed in the header", ZSTR_VAL… in php_mail_build_headers_elem() 146 …zend_value_error("Header \"%s\" contains CR character that is not allowed in the header", ZSTR_VAL… in php_mail_build_headers_elem() 149 …zend_value_error("Header \"%s\" contains CRLF characters that are used as a line separator and are… in php_mail_build_headers_elem() 152 …zend_value_error("Header \"%s\" contains NULL character that is not allowed in the header", ZSTR_V… in php_mail_build_headers_elem() 156 …zend_value_error("Header \"%s\" has invalid format, or contains invalid characters", ZSTR_VAL(key)… in php_mail_build_headers_elem() 230 zend_value_error("The additional headers cannot contain the \"To\" header"); in php_mail_build_headers() 242 zend_value_error("The additional headers cannot contain the \"Subject\" header"); in php_mail_build_headers()
|
H A D | password.c | 82 zend_value_error("Length is too large to safely generate"); in php_password_make_salt() 88 zend_value_error("Unable to generate salt"); in php_password_make_salt() 95 zend_value_error("Generated salt too short"); in php_password_make_salt() 185 zend_value_error("Bcrypt password must not contain null character"); in php_password_bcrypt_hash() 194 zend_value_error("Invalid bcrypt cost parameter specified: " ZEND_LONG_FMT, cost); in php_password_bcrypt_hash() 315 zend_value_error("Memory cost is outside of allowed memory range"); in php_password_argon2_hash() 324 zend_value_error("Time cost is outside of allowed time range"); in php_password_argon2_hash() 333 zend_value_error("Invalid number of threads"); in php_password_argon2_hash() 373 zend_value_error("%s", argon2_error_message(status)); in php_password_argon2_hash()
|
H A D | head.c | 104 zend_value_error("%s(): \"path\" option cannot contain " ILLEGAL_COOKIE_CHARACTER, in php_setcookie() 109 zend_value_error("%s(): \"domain\" option cannot contain " ILLEGAL_COOKIE_CHARACTER, in php_setcookie() 115 zend_value_error("%s(): \"expires\" option cannot have a year greater than 9999", in php_setcookie() 202 zend_value_error("%s(): option array cannot have numeric keys", get_active_function_name()); in php_head_parse_cookie_options_array() 218 zend_value_error("%s(): option \"%s\" is invalid", get_active_function_name(), ZSTR_VAL(key)); in php_head_parse_cookie_options_array()
|
H A D | scanf.c | 392 zend_value_error("%s", "cannot mix \"%\" and \"%n$\" conversion specifiers"); in ValidateFormat() 474 zend_value_error("Unmatched [ in format string"); in ValidateFormat() 478 zend_value_error("Bad scan conversion character \"%c\"", *ch); in ValidateFormat() 528 zend_value_error("%s", "Variable is assigned by multiple \"%n$\" conversion specifiers"); in ValidateFormat() 535 zend_value_error("Variable is not assigned by any conversion specifiers"); in ValidateFormat() 547 zend_value_error("%s", "\"%n$\" argument index out of range"); in ValidateFormat() 549 zend_value_error("Different numbers of variable names and field specifiers"); in ValidateFormat()
|
H A D | http.c | 98 …zend_value_error("Unbacked enum %s cannot be converted to a string", ZSTR_VAL(Z_OBJCE_P(scalar)->n… in php_url_encode_scalar() 274 zend_value_error("Invalid %s value in $options argument", zend_zval_value_name(option)); in cache_request_parse_body_option() 292 zend_value_error("Invalid integer key in $options argument"); in cache_request_parse_body_options() 296 zend_value_error("Invalid empty string key in $options argument"); in cache_request_parse_body_options() 325 zend_value_error("Invalid key \"%s\" in $options argument", ZSTR_VAL(key)); in cache_request_parse_body_options()
|
H A D | exec.c | 296 zend_value_error("Command exceeds the allowed length of %zu bytes", cmd_max_len); in php_escape_shell_cmd() 372 zend_value_error("Escaped command exceeds the allowed length of %zu bytes", cmd_max_len); in php_escape_shell_cmd() 403 zend_value_error("Argument exceeds the allowed length of %zu bytes", cmd_max_len); in php_escape_shell_arg() 462 zend_value_error("Escaped argument exceeds the allowed length of %zu bytes", cmd_max_len); in php_escape_shell_arg()
|
H A D | pack.c | 48 zend_value_error("Type %c: integer overflow in format string", code); \ 297 zend_value_error("Type %c: not enough arguments", code); in PHP_FUNCTION() 328 zend_value_error("64-bit format codes are not available for 32-bit versions of PHP"); in PHP_FUNCTION() 361 zend_value_error("Type %c: too few arguments", code); in PHP_FUNCTION() 369 zend_value_error("Type %c: unknown format code", code); in PHP_FUNCTION() 852 zend_value_error("64-bit format codes are not available for 32-bit versions of PHP"); in PHP_FUNCTION() 871 zend_value_error("Invalid format type %c", type); in PHP_FUNCTION()
|
H A D | proc_open.c | 516 zend_value_error("First element must contain a non-empty program name"); in get_valid_arg_string() 522 zend_value_error("Command array element %d contains a null byte", elem_num); in get_valid_arg_string() 766 zend_value_error("Missing %s", param_name); in get_string_parameter() 1009 zend_value_error("Missing redirection target"); in set_proc_descriptor_from_array() 1013 …zend_value_error("Redirection target must be of type int, %s given", zend_zval_value_name(ztarget)… in set_proc_descriptor_from_array()
|
H A D | type.c | 127 zend_value_error("Cannot convert to resource type"); in PHP_FUNCTION()
|
/PHP-8.4/ext/openssl/ |
H A D | openssl_pwhash.c | 64 zend_value_error("Memory cost is outside of allowed memory range"); in get_options() 72 zend_value_error("Time cost is outside of allowed time range"); in get_options() 80 zend_value_error("Invalid number of threads"); in get_options() 121 zend_value_error("Unexpected failure hashing password"); in php_openssl_argon2_compute_hash() 142 zend_value_error("Password is too long"); in php_openssl_argon2_hash()
|
/PHP-8.4/ext/calendar/ |
H A D | cal_unix.c | 64 …zend_value_error("jday must be between 2440588 and " ZEND_LONG_FMT, ZEND_LONG_MAX / SECS_PER_DAY +… in PHP_FUNCTION()
|
H A D | calendar.c | 202 zend_value_error("Invalid date"); in PHP_FUNCTION() 468 zend_value_error("Year out of range (0-9999)"); in PHP_FUNCTION()
|
/PHP-8.4/ext/bcmath/ |
H A D | bcmath.c | 1049 zend_value_error("scale of the result is too large"); in bcmath_number_mul_internal() 1066 zend_value_error("scale of the result is too large"); in bcmath_number_div_internal() 1104 zend_value_error("exponent cannot have a fractional part"); in bcmath_number_pow_internal() 1117 zend_value_error("scale of the result is too large"); in bcmath_number_pow_internal() 1123 zend_value_error("scale of the result is too large"); in bcmath_number_pow_internal() 1138 zend_value_error("exponent is too large"); in bcmath_number_pow_internal() 1247 zend_value_error("scale must be between 0 and %d", INT_MAX); in bcmath_number_do_operation() 1341 zend_value_error("scale must be between 0 and %d", INT_MAX); in bcmath_number_compare() 1610 zend_value_error("Base number cannot have a fractional part"); in PHP_METHOD() 1671 zend_value_error("scale of the result is too large"); in PHP_METHOD() [all …]
|
/PHP-8.4/ext/snmp/ |
H A D | snmp.c | 665 zend_value_error("Type must be a single character"); in php_snmp_parse_oid() 676 zend_value_error("Array of object IDs must not be empty"); in php_snmp_parse_oid() 709 zend_value_error("Type must be a single character"); in php_snmp_parse_oid() 914 …zend_value_error("Security level must be one of \"noAuthNoPriv\", \"authNoPriv\", or \"authPriv\""… in netsnmp_session_set_sec_level() 967 zend_value_error("%s", err.c); in netsnmp_session_set_auth_protocol() 995 zend_value_error("Security protocol must be one of \"DES\", \"AES128\", or \"AES\""); in netsnmp_session_set_sec_protocol() 997 zend_value_error("Security protocol must be one of \"AES128\", or \"AES\""); in netsnmp_session_set_sec_protocol() 1001 zend_value_error("Security protocol must be \"DES\""); in netsnmp_session_set_sec_protocol() 1003 zend_value_error("No security protocol supported"); in netsnmp_session_set_sec_protocol() 1894 zend_value_error("SNMP::$max_oids must be greater than 0 or null"); [all …]
|
/PHP-8.4/ext/filter/ |
H A D | logical_filters.c | 374 …zend_value_error("%s(): \"decimal\" option must be one character long", get_active_function_name()… in php_filter_float() 385 zend_value_error("%s(): \"thousand\" option must not be empty", get_active_function_name()); in php_filter_float() 486 zend_value_error("%s(): \"regexp\" option is missing", get_active_function_name()); in php_filter_validate_regexp() 995 …zend_value_error("%s(): \"separator\" option must be one character long", get_active_function_name… in php_filter_validate_mac()
|
/PHP-8.4/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 191 zend_value_error("Offset must not be empty"); in resource_bundle_array_fetch() 202 zend_value_error("Index must be between %d and %d", INT32_MIN, INT32_MAX); in resource_bundle_array_fetch()
|
/PHP-8.4/ext/zlib/ |
H A D | zlib.c | 875 zend_value_error("zlib window size (logarithm) (" ZEND_LONG_FMT ") must be within 8..15", window); in PHP_FUNCTION() 889 …zend_value_error("Encoding mode must be ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENCODING_DEF… in PHP_FUNCTION() 1093 zend_value_error("deflate_init(): \"level\" option must be between -1 and 9"); in PHP_FUNCTION() 1101 zend_value_error("deflate_init(): \"memory\" option must be between 1 and 9"); in PHP_FUNCTION() 1109 zend_value_error("deflate_init(): \"window\" option must be between 8 and 15"); in PHP_FUNCTION() 1124 …zend_value_error("deflate_init(): \"strategy\" option must be one of ZLIB_FILTERED, ZLIB_HUFFMAN_O… in PHP_FUNCTION()
|
/PHP-8.4/ext/pdo/ |
H A D | pdo_dbh.c | 611 zend_value_error("PDO::ATTR_STATEMENT_CLASS value must be an array with the format " in PHP_METHOD() 829 zend_value_error("Error mode must be one of the PDO::ERRMODE_* constants"); in pdo_dbh_attribute_set() 845 zend_value_error("Case folding mode must be one of the PDO::CASE_* constants"); in pdo_dbh_attribute_set() 863 … zend_value_error("PDO::FETCH_INTO and PDO::FETCH_CLASS cannot be set as the default fetch mode"); in pdo_dbh_attribute_set() 874 zend_value_error("Fetch mode must be a bitmask of PDO::FETCH_* constants"); in pdo_dbh_attribute_set() 909 zend_value_error("PDO::ATTR_STATEMENT_CLASS value must be an array with the format " in pdo_dbh_attribute_set()
|
/PHP-8.4/ext/ldap/ |
H A D | ldap.c | 395 zend_value_error("%s(): Control must have an \"oid\" key", get_active_function_name()); in _php_ldap_control_from_array() 450 zend_value_error("%s(): Control must have a \"filter\" key", get_active_function_name()); in _php_ldap_control_from_array() 473 zend_value_error("%s(): Control must have a \"filter\" key", get_active_function_name()); in _php_ldap_control_from_array() 497 zend_value_error("%s(): Control must have an \"attrs\" key", get_active_function_name()); in _php_ldap_control_from_array() 565 zend_value_error("%s(): Sort key list must have an \"attr\" key", get_active_function_name()); in _php_ldap_control_from_array() 612 …zend_value_error("%s(): Array value for VLV control must have a \"before\" key", get_active_functi… in _php_ldap_control_from_array() 620 …zend_value_error("%s(): Array value for VLV control must have an \"after\" key", get_active_functi… in _php_ldap_control_from_array() 641 …zend_value_error("%s(): Array value for VLV control must have a \"count\" key", get_active_functio… in _php_ldap_control_from_array() 2707 …zend_value_error("%s(): Option \"" LDAP_MODIFY_BATCH_VALUES "\" must not be empty", get_active_fun… in PHP_FUNCTION() 2730 …zend_value_error("%s(): Required option \"" LDAP_MODIFY_BATCH_ATTRIB "\" is missing", get_active_f… in PHP_FUNCTION() [all …]
|
/PHP-8.4/ext/pgsql/ |
H A D | pgsql.c | 2478 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION() 2485 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION() 2525 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION() 2534 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION() 2544 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION() 2553 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION() 2594 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION() 2603 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION() 2614 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION() 2623 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION() [all …]
|
/PHP-8.4/ext/sockets/ |
H A D | multicast.c | 90 zend_value_error("Index must be between 0 and %u", UINT_MAX); in php_get_if_index_from_zval() 127 zend_value_error("No key \"%s\" passed in optval", key); in php_get_address_from_array() 494 zend_value_error("Option %s is inapplicable to this socket type", in _php_mcast_join_leave()
|
/PHP-8.4/ext/enchant/ |
H A D | enchant.c | 257 zend_value_error("Invalid or uninitialized EnchantBroker object"); \ 264 zend_value_error("Invalid or uninitialized EnchantDictionary object"); \
|
/PHP-8.4/ext/xsl/ |
H A D | php_xsl.c | 162 …zend_value_error("%s::$%s must be greater than or equal to 0", ZSTR_VAL(object->ce->name), ZSTR_VA… in xsl_objects_write_property_with_validation()
|