Home
last modified time | relevance | path

Searched refs:format (Results 226 – 250 of 804) sorted by relevance

12345678910>>...33

/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation16.phpt9 /* Prototype : string vprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
63 // looping to test vprintf() with different unsigned formats from the above $format array
H A Dvprintf_variation16_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
63 // looping to test vprintf() with different unsigned formats from the above $format array
H A Dvsprintf_variation12.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
70 // looping to test vsprintf() with different octal formats from the above $format array
H A Dvsprintf_variation16.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
63 // looping to test vsprintf() with different unsigned formats from the above $format array
H A Dvsprintf_variation4.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
63 // looping to test vsprintf() with different int formats from the above $format array
H A Dvprintf_variation4.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
63 // looping to test vprintf() with different int formats from the above $format array
H A Dvprintf_variation4_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
63 // looping to test vprintf() with different int formats from the above $format array
H A Dvfprintf_variation6.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
25 // Arrays of non float values for the format defined in $format.
26 // Each sub array contains non float values which correspond to each format in $format
64 // looping to test vfprintf() with different float formats from the above $format array
H A Dvsprintf_variation12_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
70 // looping to test vsprintf() with different octal formats from the above $format array
H A Dvsprintf_variation16_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
63 // looping to test vsprintf() with different unsigned formats from the above $format array
H A Dvsprintf_variation4_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
63 // looping to test vsprintf() with different int formats from the above $format array
H A Dvfprintf_variation12.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
75 // looping to test vfprintf() with different octal formats from the above $format array
H A Dvfprintf_variation4_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
69 // looping to test vfprintf() with different int formats from the above $format array
H A Dvprintf_variation1.phpt2 Test vprintf() function : usage variations - unexpected values for the format argument
5 /* Prototype : string vprintf(string $format, array $args)
11 * Test vprintf() when different unexpected format strings are passed to
12 * the '$format' argument of the function
15 echo "*** Testing vprintf() : with unexpected values for format argument ***\n";
86 // loop through each element of the array for format
104 *** Testing vprintf() : with unexpected values for format argument ***
H A Dvprintf_variation14.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vprintf() with different hexa formats from the above $format array
H A Dvprintf_variation14_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vprintf() with different hexa formats from the above $format array
H A Dvsprintf_variation1.phpt2 Test vsprintf() function : usage variations - unexpected values for the format argument
5 /* Prototype : string vsprintf(string $format, array $args)
11 * Test vsprintf() when different unexpected format strings are passed to
12 * the '$format' argument of the function
15 echo "*** Testing vsprintf() : with unexpected values for format argument ***\n";
86 // loop through each element of the array for format
102 *** Testing vsprintf() : with unexpected values for format argument ***
H A Dvsprintf_variation14.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vsprintf() with different hexa formats from the above $format array
H A Dvfprintf_variation16.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
68 // looping to test vfprintf() with different unsigned formats from the above $format array
H A Dvfprintf_variation10.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
25 // Arrays of non char values for the format defined in $format.
26 // Each sub array contains non char values which correspond to each format in $format
71 // looping to test vfprintf() with different char formats from the above $format array
H A Dvfprintf_variation12_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
75 // looping to test vfprintf() with different octal formats from the above $format array
/PHP-7.4/ext/date/tests/
H A Dbug52062-64bit.phpt12 var_dump($d->format('Y-m-d H:i:s U'));
16 var_dump($d->format('Y-m-d H:i:s U'));
20 var_dump($i->format('%s'));
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_wbmp.phpt2 GetImageSize() for wbmp format
11 echo "*** Testing getimagesize() : wbmp format ***\n";
18 *** Testing getimagesize() : wbmp format ***
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_format_error6.phpt2 MessageFormatter::format() invalid type for key not in pattern
16 var_dump($mf->format(array("foo" => 'bar', 7 => fopen('php://memory', 'r+'))));
18 Warning: MessageFormatter::format(): No strategy to convert the value given for the argument with k…
/PHP-7.4/ext/gd/libgd/
H A Dgd_errors.h27 void gd_error(const char *format, ...);
28 void gd_error_ex(int priority, const char *format, ...);

Completed in 29 milliseconds

12345678910>>...33