Home
last modified time | relevance | path

Searched refs:format (Results 576 – 600 of 804) sorted by relevance

1...<<21222324252627282930>>...33

/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation43.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 unsigned format types */
15 echo "*** Test fscanf(): different unsigned format types with strings ***\n";
84 *** Test fscanf(): different unsigned format types with strings ***
H A Dfscanf_variation49.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 scientific format types */
15 echo "*** Test fscanf(): different scientific format types with strings ***\n";
84 *** Test fscanf(): different scientific format types with strings ***
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_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_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_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_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_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-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt18 $unit_test_args[0]->format($unit_test_args[1], \NumberFormatter::TYPE_INT32);
/PHP-7.4/ext/date/tests/
H A Ddate-time-modify-times.phpt31 ->format( DateTime::RFC2822 ), "\n";
H A Dgmstrftime_variation19.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
H A Dstrftime_variation19.phpt5 /* Prototype : string strftime(string format [, int timestamp])
H A D004.phpt2 date() format params
/PHP-7.4/tests/run-test/
H A Dtest008.phpt15 // EXPECTF is used here since the error format may change but ut
H A Dtest005.phpt15 // EXPECTF is used here since the error format may change but ut
H A Dtest008a.phpt15 // EXPECTF is used here since the error format may change but ut
/PHP-7.4/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt36 Warning: Erroneous data format for unserializing 'Generator' in %sserialize_unserialize_error.php o…
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c124 ZEND_ARG_INFO(0, format)
176 PHP_NAMED_FE( format, ZEND_FN( datefmt_format ), arginfo_intldateformatter_format )
/PHP-7.4/Zend/
H A Dzend_exceptions.h59 …exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) ZEND_ATTRIBU…
/PHP-7.4/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) );

Completed in 34 milliseconds

1...<<21222324252627282930>>...33