Home
last modified time | relevance | path

Searched refs:format (Results 651 – 675 of 804) sorted by relevance

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

/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt34 $unit_test_args[0]->format($unit_test_args[1], \NumberFormatter::TYPE_INT32);
H A Ddateformat_get_set_timezone_variant2.phpt17 echo $df->format($ts), "\n";
H A Ddateformat_get_set_timezone_variant4.phpt18 echo $df->format($ts), "\n";
H A Ddateformat_get_set_timezone_variant5.phpt17 echo $df->format($ts), "\n";
H A Ddateformat_get_set_timezone_variant3.phpt18 echo $df->format($ts), "\n";
/PHP-7.4/ext/phar/tests/
H A Dphar_bz2.phpt63 Unknown file format specified
/PHP-7.4/ext/gd/tests/
H A Dcreatefromstring.phpt64 Warning: imagecreatefromstring(): Data is not in a recognized format in %screatefromstring.php on l…
H A Dimagecreatefromstring_bmp.phpt2 imagecreatefromstring() - BMP format
/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_set-nomib.phpt15 //EXPECTF format is quickprint OFF
H A Dsnmpset-nomib.phpt15 //EXPECTF format is quickprint OFF
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_oo_compressallgz.phpt2 Phar::compressFiles(Phar::GZ) zip format
/PHP-7.4/ext/date/tests/
H A Ddate-lenient-create.phpt2 Test for + character in date format
H A Ddate_sunrise_variation7.phpt5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
H A Dgmdate_variation12.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
H A Dgmstrftime_variation22.phpt14 /* Prototype : string gmstrftime(string format [, int timestamp])
H A Dstrftime_variation22.phpt14 /* Prototype : string strftime(string format [, int timestamp])
H A Dbug52808.phpt132 DateInterval::__construct(): Unknown or bad format (2007-05-11T15:30:00Z/:00Z)
H A Ddate_sunrise_variation8.phpt5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
H A Ddate_sunset_variation7.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
H A Ddate_sunset_variation8.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
/PHP-7.4/ext/standard/tests/time/
H A Dstrptime_basic.phpt12 /* Prototype : array strptime ( string $date , string $format )
H A Dstrptime_parts.phpt11 /* Prototype : array strptime ( string $date , string $format )
/PHP-7.4/ext/mysqli/
H A Dmysqli_priv.h77 extern void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...);
/PHP-7.4/ext/ffi/tests/
H A Dbug77706.phpt7 $libc = FFI::cdef("int printf(const char *format, ...);", "libc.so.6");
/PHP-7.4/TSRM/
H A DTSRM.c71 int tsrm_error(int level, const char *format, ...);
800 int tsrm_error(int level, const char *format, ...) in tsrm_error() argument
807 va_start(args, format); in tsrm_error()
808 size = vfprintf(tsrm_error_file, format, args); in tsrm_error()

Completed in 21 milliseconds

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