Home
last modified time | relevance | path

Searched refs:format (Results 401 – 425 of 798) sorted by relevance

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

/php-src/ext/date/tests/
H A Ddate_period_include_end.phpt11 echo $day->format('Y-m-d') . "\n";
H A Dbug79716.phpt9 \var_dump($datetime->format('j') === '0');
H A Dgmdate_variation13.phpt2 Test gmdate() function : usage variation - Passing predefined constants to format argument.
26 // loop through each element of the array for format
H A Dbug66836.phpt9 var_dump($dt->format('U') === $timestamp);
H A Dbug74671.phpt10 var_dump($dt->format('c'));
H A Dbug80998.phpt10 $string = $date->format('Y-m-d H:i:s.u');
H A DDateTimeImmutable_modify_invalid_format.phpt2 DateTimeImmutable::modify() with invalid format
H A Ddate_interval_create_from_date_string_broken.phpt9 Warning: date_interval_create_from_date_string(): Unknown or bad format (foobar) at position 0 (f):…
H A Dbug35456.phpt2 Bug #35456 (+ 1 [time unit] format did not work)
H A Ddate_period_exclude_start_and_include_end.phpt12 echo $day->format('Y-m-d') . "\n";
H A Dgh9699.phpt9 echo $date->diff($now)->format("%R %Y %M %D %H %I %S %F"), "\n";
/php-src/ext/gd/tests/
H A Dcreatefromstring.phpt67 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d
69 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d
H A Dimagecreatefromstring_png.phpt2 imagecreatefromstring() - PNG format
H A Dimagecreatefromstring_gif.phpt2 imagecreatefromstring() - GIF format
H A Dimagecreatefromstring_webp.phpt2 imagecreatefromstring() - WEBP format
/php-src/ext/standard/tests/file/
H A Dfscanf_variation54.phpt48 foreach($formats as $format) {
49 var_dump( fscanf($file_handle,$format) );
H A Dfscanf_variation13.phpt6 /* Test fscanf() to scan boolean data using different float format types */
10 echo "*** Test fscanf(): different float format types with boolean data ***\n";
69 *** Test fscanf(): different float format types with boolean data ***
H A Dfscanf_variation16.phpt6 /* Test fscanf() to scan resource type using different string format types */
10 echo "*** Test fscanf(): different string format types with resource ***\n";
80 *** Test fscanf(): different string format types with resource ***
H A Dfscanf_variation19.phpt6 /* Test fscanf() to scan boolean data using different string format types */
10 echo "*** Test fscanf(): different string format types with boolean data ***\n";
73 *** Test fscanf(): different string format types with boolean data ***
H A Dfscanf_variation22.phpt6 /* Test fscanf() to scan resource type using different char format types */
10 echo "*** Test fscanf(): different char format types with resource ***\n";
80 *** Test fscanf(): different char format types with resource ***
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation27.phpt20 foreach($char_formats as $format) {
21 var_dump( sprintf($format, $char_value) );
/php-src/ext/openssl/tests/
H A Dbug65698.phpt2 Bug #65689 (GeneralizedTime format parsing)
/php-src/ext/intl/tests/
H A Dbug80763.phpt11 var_dump($formatter->format($params));
H A Dgh8364.phpt12 $result = $formatter->format($args);
/php-src/ext/mysqli/
H A Dmysqli_report.c24 extern void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...);

Completed in 30 milliseconds

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