Home
last modified time | relevance | path

Searched refs:values (Results 201 – 225 of 1098) sorted by path

12345678910>>...44

/php-src/ext/filter/tests/
H A Dbug8315.phpt2 bug 8315, NULL values halt the validation
/php-src/ext/gd/tests/
H A Dbug53504.phpt2 Bug #53504 imagettfbbox/imageftbbox gives incorrect values for bounding box
H A Dbug79067.phpt2 Bug #79067 (gdTransformAffineCopy() may use unitialized values)
H A Dgd_info_variation1.phpt2 Test gd_info() function : variation - Checking all the values in returned array
H A Dimagecolorallocate_variation5.phpt2 Test imagecolorallocate() function : usage variations - passing octal and hexa-decimal values
22 $values = array(
37 foreach($values as $key => $value) {
H A Dimagecolorallocate_variation6.phpt2 Test imagecolorallocate() function : usage variations - passing RED, GREEN, BLUE values more than …
17 $values = array(
29 foreach($values as $key => $value) {
H A Dimagecopyresampled_variation1.phpt37 echo 'different pixel values', PHP_EOL;
42 /* assign actual component values */
48 /* test for expected component values */
H A Dsimilarity.inc27 * Calculates the euclidean distance of two RGB values.
/php-src/ext/gmp/tests/
H A Dsurprising_integer_literals.phpt8 $values = [
18 foreach ($values as $value) {
/php-src/ext/iconv/tests/
H A Diconv_default_charset.phpt18 echo "--- Get php.ini values ---\n";
54 --- Get php.ini values ---
/php-src/ext/intl/msgformat/
H A Dmsgformat.stub.php20 public function format(array $values): string|false {} argument
26 …public static function formatMessage(string $locale, string $pattern, array $values): string|false… argument
H A Dmsgformat_arginfo.h15 ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
21 ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
/php-src/ext/intl/
H A Dphp_intl.stub.php508 function msgfmt_format(MessageFormatter $formatter, array $values): string|false {} argument
510 function msgfmt_format_message(string $locale, string $pattern, array $values): string|false {} argument
H A Dphp_intl_arginfo.h576 ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
582 ZEND_ARG_TYPE_INFO(0, values, IS_ARRAY, 0)
/php-src/ext/intl/tests/
H A Dbug53512.phpt2 Bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)
H A Dbug72506.phpt5 not clear yet with which values exactly.
H A Dbug75317.phpt16 // test default values
32 // test invalid inputs dont change values
H A Dcollator_sort.phpt28 // Sort array values
H A Dcollator_sort_variant2.phpt28 // Sort array values
H A Dcollator_sort_with_sort_keys.phpt28 // Sort array values
H A Dcollator_sort_with_sort_keys_variant2.phpt28 // Sort array values
H A Ddateformat_format_parse.phpt125 //$res_str .= "No values found from LocaleTime parsing.";
H A Ddateformat_format_parse_version2.phpt126 //$res_str .= "No values found from LocaleTime parsing.";
H A Ddateformat_format_parse_version_icu72-1.phpt125 //$res_str .= "No values found from LocaleTime parsing.";
H A Dgh8364.phpt2 Bug GH-8364 (msgfmt_format $values may not support references)

Completed in 60 milliseconds

12345678910>>...44