Home
last modified time | relevance | path

Searched refs:zend_value_error (Results 1 – 25 of 45) sorted by relevance

12

/PHP-8.1/ext/sodium/
H A Dsodium_pwhash.c53 zend_value_error("Memory cost is outside of allowed memory range"); in get_options()
61 zend_value_error("Time cost is outside of allowed time range"); in get_options()
66 zend_value_error("A thread value other than 1 is not supported by this implementation"); in get_options()
77 zend_value_error("Password is too long"); in php_sodium_argon2_hash()
87 zend_value_error("Unexpected failure hashing password"); in php_sodium_argon2_hash()
/PHP-8.1/ext/standard/
H A Dformatted_print.c388 zend_value_error("Argument number specifier must be greater than zero and less than %d", INT_MAX); in php_sprintf_get_argnum()
497 zend_value_error("Missing padding character"); in php_formatted_print()
529 zend_value_error("Width must be an integer"); in php_formatted_print()
533 zend_value_error("Width must be greater than zero and less than %d", INT_MAX); in php_formatted_print()
541 zend_value_error("Width must be greater than zero and less than %d", INT_MAX); in php_formatted_print()
573 zend_value_error("Precision must be an integer"); in php_formatted_print()
577 zend_value_error("Precision must be between -1 and %d", INT_MAX); in php_formatted_print()
585 zend_value_error("Precision must be greater than zero and less than %d", INT_MAX); in php_formatted_print()
615 zend_value_error("Precision -1 is only supported for %%g, %%G, %%h and %%H"); in php_formatted_print()
704 zend_value_error("Missing format specifier at end of string"); in php_formatted_print()
[all …]
H A Dhead.c104 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()
150 zend_value_error("%s(): \"expires\" option cannot have a year greater than 9999", in php_setcookie()
203 zend_value_error("%s(): option array cannot have numeric keys", get_active_function_name()); in php_head_parse_cookie_options_array()
219 zend_value_error("%s(): option \"%s\" is invalid", get_active_function_name(), ZSTR_VAL(key)); in php_head_parse_cookie_options_array()
H A Dpassword.c82 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()
188 zend_value_error("Bcrypt password must not contain null character"); in php_password_bcrypt_hash()
197 zend_value_error("Invalid bcrypt cost parameter specified: " ZEND_LONG_FMT, cost); in php_password_bcrypt_hash()
320 zend_value_error("Memory cost is outside of allowed memory range"); in php_password_argon2_hash()
329 zend_value_error("Time cost is outside of allowed time range"); in php_password_argon2_hash()
338 zend_value_error("Invalid number of threads"); in php_password_argon2_hash()
378 zend_value_error("%s", argon2_error_message(status)); in php_password_argon2_hash()
H A Dscanf.c392 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 Dpack.c50 zend_value_error("Type %c: integer overflow in format string", code); \
299 zend_value_error("Type %c: not enough arguments", code); in PHP_FUNCTION()
330 zend_value_error("64-bit format codes are not available for 32-bit versions of PHP"); in PHP_FUNCTION()
363 zend_value_error("Type %c: too few arguments", code); in PHP_FUNCTION()
371 zend_value_error("Type %c: unknown format code", code); in PHP_FUNCTION()
854 zend_value_error("64-bit format codes are not available for 32-bit versions of PHP"); in PHP_FUNCTION()
873 zend_value_error("Invalid format type %c", type); in PHP_FUNCTION()
H A Dmail.c108 zend_value_error("Header name \"%s\" contains invalid characters", ZSTR_VAL(key)); in php_mail_build_headers_elem()
112zend_value_error("Header \"%s\" has invalid format, or contains invalid characters", ZSTR_VAL(key)… in php_mail_build_headers_elem()
172 zend_value_error("The additional headers cannot contain the \"To\" header"); in php_mail_build_headers()
184 zend_value_error("The additional headers cannot contain the \"Subject\" header"); in php_mail_build_headers()
H A Dproc_open.c479 zend_value_error("Command array element %d contains a null byte", elem_num); in get_valid_arg_string()
723 zend_value_error("Missing %s", param_name); in get_string_parameter()
966 zend_value_error("Missing redirection target"); in set_proc_descriptor_from_array()
970zend_value_error("Redirection target must be of type int, %s given", zend_zval_type_name(ztarget)); in set_proc_descriptor_from_array()
H A Dtype.c128 zend_value_error("Cannot convert to resource type"); in PHP_FUNCTION()
/PHP-8.1/ext/calendar/
H A Dcal_unix.c66zend_value_error("jday must be between 2440588 and " ZEND_LONG_FMT, ZEND_LONG_MAX / SECS_PER_DAY +… in PHP_FUNCTION()
H A Dcalendar.c224 zend_value_error("Invalid date"); in PHP_FUNCTION()
490 zend_value_error("Year out of range (0-9999)"); in PHP_FUNCTION()
/PHP-8.1/ext/snmp/
H A Dsnmp.c682 zend_value_error("Type must be a single character"); in php_snmp_parse_oid()
693 zend_value_error("Array of object IDs cannot be empty"); in php_snmp_parse_oid()
716 zend_value_error("Type must be a single character"); in php_snmp_parse_oid()
916zend_value_error("Security level must be one of \"noAuthNoPriv\", \"authNoPriv\", or \"authPriv\""… in netsnmp_session_set_sec_level()
969 zend_value_error("%s", err.c); in netsnmp_session_set_auth_protocol()
997 zend_value_error("Security protocol must be one of \"DES\", \"AES128\", or \"AES\""); in netsnmp_session_set_sec_protocol()
999 zend_value_error("Security protocol must be one of \"AES128\", or \"AES\""); in netsnmp_session_set_sec_protocol()
1003 zend_value_error("Security protocol must be \"DES\""); in netsnmp_session_set_sec_protocol()
1005 zend_value_error("No security protocol supported"); in netsnmp_session_set_sec_protocol()
1896 zend_value_error("SNMP::$max_oids must be greater than 0 or null");
[all …]
/PHP-8.1/ext/filter/
H A Dlogical_filters.c374zend_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 cannot 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()
971zend_value_error("%s(): \"separator\" option must be one character long", get_active_function_name… in php_filter_validate_mac()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c2392 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION()
2401 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION()
2411 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION()
2420 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION()
2461 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION()
2470 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION()
2481 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION()
2490 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION()
2766 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION()
2777 zend_value_error("Invalid OID value passed"); in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/zlib/
H A Dzlib.c884 zend_value_error("zlib window size (logarithm) (" ZEND_LONG_FMT ") must be within 8..15", window); in PHP_FUNCTION()
898zend_value_error("Encoding mode must be ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENCODING_DEF… in PHP_FUNCTION()
1102 zend_value_error("deflate_init(): \"level\" option must be between -1 and 9"); in PHP_FUNCTION()
1110 zend_value_error("deflate_init(): \"memory\" option must be between 1 and 9"); in PHP_FUNCTION()
1118 zend_value_error("deflate_init(): \"window\" option must be between 8 and 15"); in PHP_FUNCTION()
1133zend_value_error("deflate_init(): \"strategy\" option must be one of ZLIB_FILTERED, ZLIB_HUFFMAN_O… in PHP_FUNCTION()
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c525 zend_value_error("PDO::ATTR_STATEMENT_CLASS value must be an array with the format " in PHP_METHOD()
739 zend_value_error("Error mode must be one of the PDO::ERRMODE_* constants"); in pdo_dbh_attribute_set()
755 zend_value_error("Case folding mode must be one of the PDO::CASE_* constants"); in pdo_dbh_attribute_set()
773zend_value_error("PDO::FETCH_INTO and PDO::FETCH_CLASS cannot be set as the default fetch mode"); in pdo_dbh_attribute_set()
784 zend_value_error("Fetch mode must be a bitmask of PDO::FETCH_* constants"); in pdo_dbh_attribute_set()
819 zend_value_error("PDO::ATTR_STATEMENT_CLASS value must be an array with the format " in pdo_dbh_attribute_set()
H A Dpdo_stmt.c491 zend_value_error("Column index must be greater than or equal to 0"); in fetch_value()
497 zend_value_error("Invalid column index"); in fetch_value()
786 zend_value_error("Column index must be greater than or equal to 0"); in do_fetch()
791 zend_value_error("Invalid column index"); in do_fetch()
1026 zend_value_error("Fetch mode must be a bitmask of PDO::FETCH_* constants"); in do_fetch()
1117 zend_value_error("Can only use PDO::FETCH_FUNC in PDOStatement::fetchAll()"); in pdo_stmt_verify_mode()
/PHP-8.1/ext/sockets/
H A Dmulticast.c90 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()
H A Dsendrecvmsg.c301 zend_value_error("Pair level " ZEND_LONG_FMT " and/or type " ZEND_LONG_FMT " is not supported", in PHP_FUNCTION()
/PHP-8.1/ext/ldap/
H A Dldap.c397 zend_value_error("%s(): Control must have an \"oid\" key", get_active_function_name()); in _php_ldap_control_from_array()
452 zend_value_error("%s(): Control must have a \"filter\" key", get_active_function_name()); in _php_ldap_control_from_array()
475 zend_value_error("%s(): Control must have a \"filter\" key", get_active_function_name()); in _php_ldap_control_from_array()
499 zend_value_error("%s(): Control must have an \"attrs\" key", get_active_function_name()); in _php_ldap_control_from_array()
567 zend_value_error("%s(): Sort key list must have an \"attr\" key", get_active_function_name()); in _php_ldap_control_from_array()
614zend_value_error("%s(): Array value for VLV control must have a \"before\" key", get_active_functi… in _php_ldap_control_from_array()
622zend_value_error("%s(): Array value for VLV control must have an \"after\" key", get_active_functi… in _php_ldap_control_from_array()
642zend_value_error("%s(): Array value for VLV control must have a \"count\" key", get_active_functio… in _php_ldap_control_from_array()
647zend_value_error("%s(): Array value for VLV control must have either an \"attrvalue\" or an \"offs… in _php_ldap_control_from_array()
2824zend_value_error("%s(): Option \"" LDAP_MODIFY_BATCH_VALUES "\" cannot be empty", get_active_funct… in PHP_FUNCTION()
[all …]
/PHP-8.1/Zend/
H A Dzend_enum.c255zend_value_error(ZEND_LONG_FMT " is not a valid backing value for enum \"%s\"", long_key, ZSTR_VAL… in zend_enum_from_base()
258zend_value_error("\"%s\" is not a valid backing value for enum \"%s\"", ZSTR_VAL(string_key), ZSTR… in zend_enum_from_base()
H A Dzend.h353 ZEND_API ZEND_COLD void zend_value_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 1, …
/PHP-8.1/ext/enchant/
H A Denchant.c256 zend_value_error("Invalid or uninitialized EnchantBroker object"); \
263 zend_value_error("Invalid or uninitialized EnchantDictionary object"); \
/PHP-8.1/ext/zip/
H A Dphp_zip.c404 zend_value_error("Option \"remove_path\" cannot be empty"); in php_zip_parse_options()
409 zend_value_error("Option \"remove_path\" must be less than %d bytes", MAXPATHLEN - 1); in php_zip_parse_options()
424 zend_value_error("Option \"add_path\" cannot be empty"); in php_zip_parse_options()
429 zend_value_error("Option \"add_path\" must be less than %d bytes", MAXPATHLEN - 1); in php_zip_parse_options()
460 zend_value_error("Invalid or uninitialized Zip object"); \
/PHP-8.1/ext/tidy/
H A Dtidy.c1070 zend_value_error("Input string is too long"); in PHP_FUNCTION()
1368 zend_value_error("Input string is too long"); in PHP_METHOD()
1407 zend_value_error("Input string is too long"); in PHP_METHOD()

Completed in 215 milliseconds

12