Searched refs:field_value (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/iconv/ |
H A D | iconv.stub.php | 36 function iconv_mime_encode(string $field_name, string $field_value, array $options = []): string|fa… argument
|
H A D | iconv_arginfo.h | 31 ZEND_ARG_TYPE_INFO(0, field_value, IS_STRING, 0)
|
H A D | iconv.c | 1967 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-8.2/ext/openssl/tests/ |
H A D | cipher_tests.inc | 239 foreach ($instance as $field_name => $field_value) { 240 $test[$field_name] = pack("H*", $field_value);
|
Completed in 16 milliseconds