Home
last modified time | relevance | path

Searched refs:format (Results 476 – 500 of 681) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-5.3/ext/date/tests/
H A Ddate_create-1.phpt31 echo $date->format(DateTime::ISO8601), "\n";
H A DDateTime_clone_basic4.phpt23 var_dump( $d1_clone->format( "m.d.y") );
H A Dgmstrftime_variation2.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
22 $format = '%b %d %Y %H:%M:%S';
100 var_dump( gmstrftime($format, $value) );
H A Ddate-time-modify-times.phpt31 ->format( DateTime::RFC2822 ), "\n";
H A Ddate_variation2.phpt5 /* Prototype : string date ( string $format [, int $timestamp ] )
97 $format = "F j, Y, g:i a";
101 var_dump( date($format, $timestamp) );
/PHP-5.3/ext/standard/tests/file/
H A Dfscanf_variation24.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan strings using different char format types */
15 echo "*** Test fscanf(): different char format types with strings ***\n";
88 *** Test fscanf(): different char format types with strings ***
H A Dfscanf_variation27.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan different integer values using different octal format types */
15 echo "*** Test fscanf(): different octal format types with different integer values ***\n";
89 *** Test fscanf(): different octal format types with different integer values ***
H A Dfscanf_variation9.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
14 Description: Parses input from a file according to a format
17 /* Test fscanf() to scan integer values using different float format types */
21 echo "*** Test fscanf(): different float format types with integer values ***\n";
91 *** Test fscanf(): different float format types with integer values ***
H A Dfscanf_variation18.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan integer values using different string format types */
15 echo "*** Test fscanf(): different string format types with integer values ***\n";
90 *** Test fscanf(): different string format types with integer values ***
H A Dfscanf_variation2.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan different integer values using different interger format types */
15 echo "*** Test fscanf(): different integer format types with different integer values ***\n";
84 *** Test fscanf(): different integer format types with different integer values ***
H A Dfscanf_variation20.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan different integer values using different char format types */
15 echo "*** Test fscanf(): different char format types with different integer values ***\n";
88 *** Test fscanf(): different char format types with different integer values ***
H A Dfscanf_variation33.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
14 Description: Parses input from a file according to a format
17 /* Test fscanf() to scan different integer values using different hexa format types */
21 echo "*** Test fscanf(): different hexa format types with different integer values ***\n";
95 *** Test fscanf(): different hexa format types with different integer values ***
H A Dfscanf_variation39.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
14 Description: Parses input from a file according to a format
17 /* Test fscanf() to scan different integer values using different unsigned int format types */
21 echo "*** Test fscanf(): different unsigned int format types with different integer values ***\n";
90 *** Test fscanf(): different unsigned int format types with different integer values ***
H A Dfscanf_variation45.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan different integer values using different scientific format types */
15 echo "*** Test fscanf(): different scientific format types with different integer values ***\n";
84 *** Test fscanf(): different scientific format types with different integer values ***
/PHP-5.3/ext/oci8/tests/
H A Dcoll_009.phpt41 Warning: OCI-Collection::append(): OCI-01861: literal does not match format string in %s on line %d
/PHP-5.3/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt18 $unit_test_args[0]->format($unit_test_args[1], \NumberFormatter::TYPE_INT32);
/PHP-5.3/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt6 die("skip jpeg format is not available");
/PHP-5.3/tests/run-test/
H A Dtest005.phpt13 // EXPECTF is used here since the error format may change but ut
H A Dtest008a.phpt13 // EXPECTF is used here since the error format may change but ut
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt2 DOMDocument::saveHTMLFile() should format output on demand
/PHP-5.3/Zend/
H A Dacconfig.h67 int zend_sprintf(char *buffer, const char *format, ...);
/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation34.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
52 foreach($hexa_formats as $format) {
53 var_dump( sprintf($format, $integer_value) );
H A Dsprintf_variation46.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
46 foreach($scientific_formats as $format) {
47 var_dump( sprintf($format, $integer_value) );
H A Dsprintf_variation47.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
48 foreach($scientific_formats as $format) {
49 var_dump( sprintf($format, $float_value) );
H A Dsprintf_variation50.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
48 foreach($scientific_formats as $format) {
49 var_dump( sprintf($format, $string_value) );

Completed in 42 milliseconds

1...<<11121314151617181920>>...28