Home
last modified time | relevance | path

Searched refs:field_value (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/iconv/
H A Diconv.stub.php36 function iconv_mime_encode(string $field_name, string $field_value, array $options = []): string|fa… argument
H A Diconv_arginfo.h31 ZEND_ARG_TYPE_INFO(0, field_value, IS_STRING, 0)
H A Diconv.c1967 zend_string *field_value = NULL; in PHP_FUNCTION() local
1980 &field_name, &field_value, in PHP_FUNCTION()
2044 ZSTR_VAL(field_value), ZSTR_LEN(field_value), line_len, lfchars, scheme_id, in PHP_FUNCTION()
/php-src/ext/openssl/tests/
H A Dcipher_tests.inc239 foreach ($instance as $field_name => $field_value) {
240 $test[$field_name] = pack("H*", $field_value);

Completed in 14 milliseconds