Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...31

/php-src/ext/date/tests/
H A Dgmstrftime_variation7.phpt2 Test gmstrftime() function : usage variation - Passing day related format strings to format argumen…
H A Dstrftime_variation15.phpt16 'Current time %H:%M:%S format' => "%T",
47 --Current time %H:%M:%S format--
H A Dstrftime_variation5.phpt2 Test strftime() function : usage variation - Passing date related format strings to format argument.
H A Dstrftime_variation7.phpt2 Test strftime() function : usage variation - Passing day related format strings to format argument.
H A Dbug60236.phpt8 $ts = $t->format('U');
H A Dbug63391.phpt11 echo date_create($date)->format('Y-m-d D'), "\n";
H A DDateInterval_set_state_exception.phpt22 Error: Unknown or bad format (2023-01-16-foobar$*) at position 10 (-) while unserializing: Unexpect…
H A Dbug-gh11600.phpt12 $timeString = $formatter->format(strtotime('2023-07-11 16:02'));
H A Dbug26198.phpt2 Bug #26198 (strtotime handling of "M Y" and "Y M" format)
H A Dbug64887.phpt29 echo $datetime->modify( $test )->format( 'Y-m-d H:i:s.u' ), "\n";
H A Dbug73294.phpt12 $result = $dt->format('Y-m-d H:i:s');
H A Dgh9880.phpt15 echo $dateTime->diff($nowTime)->format('%R %a %H %I %S'), "\n";
H A DDateInterval_construct_exceptions.phpt20 DateMalformedIntervalStringException: Unknown or bad format ()
H A Dbug51096.phpt23 echo '- ', $date->format( DateTime::ISO8601 );
25 echo ' -> ', $date->format( DateTime::ISO8601 ), "\n\n";
H A Dbug53437_var0.phpt9 echo $dt->format('Y-m-d H:i:s')."\r\n";
22 echo $dt->format('Y-m-d H:i:s')."\r\n";
H A Dgmstrftime_variation16.phpt22 'Current time %H:%M:%S format' => "%T",
53 --Current time %H:%M:%S format--
H A Dgmstrftime_variation3.phpt2 Test gmstrftime() function : usage variation - Passing week related format strings to format argume…
H A Dstrftime_variation16.phpt22 'Current time %H:%M:%S format' => "%T",
53 --Current time %H:%M:%S format--
H A Dstrftime_variation3.phpt2 Test strftime() function : usage variation - Passing week related format strings to format argument.
/php-src/ext/exif/tests/
H A Dbug71534.phpt8 // broken TIFF format
/php-src/Zend/tests/
H A Dbug70914.phpt2 Bug #70914 zend_throw_or_error() format string vulnerability
/php-src/ext/snmp/tests/
H A Dwrong_hostname.phpt15 //EXPECTF format is quickprint OFF
/php-src/ext/intl/msgformat/
H A Dmsgformat.stub.php20 public function format(array $values): string|false {} function in MessageFormatter
/php-src/sapi/phpdbg/
H A Dphpdbg_out.c32 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in ZEND_EXTERN_MODULE_GLOBALS()
36 va_start(va, format); in ZEND_EXTERN_MODULE_GLOBALS()
37 ret = vasprintf(buf, format, va); in ZEND_EXTERN_MODULE_GLOBALS()
/php-src/ext/standard/tests/strings/
H A Dunpack_bug68225.phpt2 Bug #68225 unpack and X format code

Completed in 52 milliseconds

1...<<11121314151617181920>>...31