Home
last modified time | relevance | path

Searched refs:format (Results 251 – 275 of 798) sorted by relevance

1...<<11121314151617181920>>...32

/PHP-5.5/ext/date/tests/
H A Dtest-parse-from-format.phpt10 foreach( $formats as $format )
13 $formatted = $date->format( $format ) ;
14 $date2 = date_create_from_format( $format, $formatted );
15 var_dump( $format, $formatted, $date2 );
19 var_dump(date_parse_from_format( $format, $formatted ) );
H A Dstrftime_variation23.phpt5 /* Prototype : string strftime(string format [, int timestamp])
16 $format = '%b %d %Y %H:%M:%S';
20 var_dump( strftime($format, $timestamp) );
24 var_dump( strftime($format, $timestamp) );
H A Dbug45866.phpt9 echo $date->format( 'r' ), "\n";
13 echo $date->format( 'r' ), "\n";
17 echo $date->format( 'r' ), "\n";
H A Dbug67118.phpt9 public function __construct($time = 'now', $tz = NULL, $format = NULL)
17 echo "Bad date" . $this->format("Y") . "\n";
26 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
H A Ddate_format_variation2.phpt2 …st date_format() function : usage variation - Passing unexpected values to second argument $format.
5 /* Prototype : string date_format ( DateTime $object , string $format )
6 * Description: Returns date formatted according to given format
8 * Alias to functions: DateTime::format
11 echo "*** Testing date_format() : usage variation - unexpected values to second argument \$format*…
100 foreach($inputs as $variation =>$format) {
102 var_dump( date_format($object, $format) );
111 *** Testing date_format() : usage variation - unexpected values to second argument $format***
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation14.phpt9 /* Prototype : int vfprintf ( resource $handle , 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
75 // looping to test vfprintf() with different hexa formats from the above $format array
H A Dvsprintf_variation18.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
25 // Arrays of non scientific values for the format defined in $format.
26 // Each sub array contains non scientific values which correspond to each format in $format
59 // looping to test vsprintf() with different scientific formats from the above $format array
H A Dvfprintf_variation14_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , 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
75 // looping to test vfprintf() with different hexa formats from the above $format array
H A Dvfprintf_variation18.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
25 // Arrays of non scientific values for the format defined in $format.
26 // Each sub array contains non scientific values which correspond to each format in $format
64 // looping to test vfprintf() with different scientific formats from the above $format array
H A Dvprintf_variation18.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
25 // Arrays of non scientific values for the format defined in $format.
26 // Each sub array contains non scientific values which correspond to each format in $format
59 // looping to test vprintf() with different scientific formats from the above $format array
H A Dvfprintf_variation1.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
33 function writeAndDump($fp, $format, $args)
36 $length = vfprintf( $fp, $format, $args );
44 writeAndDump( $fp, "format", null );
68 string(6) "format"
H A Dunpack_error.phpt6 /* Prototype : array unpack ( string $format , string $data )
20 echo "\n-- Testing unpack() function with invalid format character --\n";
38 -- Testing unpack() function with invalid format character --
40 Warning: unpack(): Invalid format type G in %s on line %d
H A Dsscanf_error.phpt6 /* Prototype : mixed sscanf ( string $str , string $format [, mixed &$... ] )
7 * Description: Parses input from a string according to a format
13 $format = "%s %s";
23 var_dump( sscanf($str, $format, $str1, $str2, $extra_str) );
H A Dvsprintf_error.phpt5 /* Prototype : string vsprintf(string $format , array $args)
13 $format = "%s";
22 var_dump( vsprintf($format) );
25 var_dump( vsprintf($format, $args, $extra_arg) );
H A Dvprintf_error.phpt5 /* Prototype : int vprintf(string $format , array $args)
13 $format = "%s";
22 var_dump( vprintf($format) );
25 var_dump( vprintf($format, $args, $extra_arg) );
H A Dsprintf_f_2.phpt20 $format = 'There are %d monkeys in the %s';
21 var_dump(sprintf($format, $num, $location));
24 $format = 'The %s contains %d monkeys';
25 var_dump(sprintf($format, $num, $location));
28 $format = 'The %2$s contains %1$d monkeys';
29 var_dump(sprintf($format, $num, $location));
32 $format = 'The %2$s contains %1$d monkeys.
34 var_dump(sprintf($format, $num, $location));
H A Dunpack.phpt2 Invalid format type validation
9 Warning: unpack(): Invalid format type - in %sunpack.php on line %d
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_error6.phpt2 MessageFormatter::format() invalid type for key not in pattern
18 var_dump($mf->format(array("foo" => 'bar', 7 => fopen('php://memory', 'r+'))));
22 Warning: MessageFormatter::format(): No strategy to convert the value given for the argument with k…
H A Dsymfony_format_type_int32_intl6.phpt10 …atter":0:{}i:1;d:2147483648;i:2;s:21:"(SFD2,147,483,648.00)";i:3;s:83:"->format() TYPE_INT32 forma…
15 $unit_test_args[0]->format($unit_test_args[1], \NumberFormatter::TYPE_INT32);
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dsymfony_format_type_int32_intl7.phpt10 …matter":0:{}i:1;d:-2147483649;i:2;s:19:"SFD2,147,483,647.00";i:3;s:83:"->format() TYPE_INT32 forma…
15 $unit_test_args[0]->format($unit_test_args[1], \NumberFormatter::TYPE_INT32);
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dsymfony_format_type_int32_intl3.phpt10 …berFormatter":0:{}i:1;d:2147483648;i:2;s:14:"-2,147,483,648";i:3;s:83:"->format() TYPE_INT32 forma…
15 $unit_test_args[0]->format($unit_test_args[1], \NumberFormatter::TYPE_INT32);
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dmsgfmt_format_intlcalendar.phpt16 echo $msgf->format(array($cal)), "\n";
22 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
23 $msgf->format(array($time, 'time')), "\n";
/PHP-5.5/main/
H A Dspprintf.h40 PHPAPI int spprintf( char **pbuf, size_t max_len, const char *format, ...) PHP_ATTRIBUTE_FORMAT(pri…
42 PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) PHP_ATTRIBUTE_FOR…
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error() argument
83 va_start(args, format); in zend_accel_error()
84 vfprintf(fLog, format, args); in zend_accel_error()
/PHP-5.5/ext/standard/tests/math/
H A Dnumber_format_basic.phpt30 echo "\n number_format tests.....English format\n";
36 echo "\n number_format tests.....French format\n";
71 number_format tests.....English format
85 number_format tests.....French format

Completed in 30 milliseconds

1...<<11121314151617181920>>...32