Home
last modified time | relevance | path

Searched refs:format (Results 701 – 725 of 804) sorted by relevance

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

/PHP-7.4/ext/date/tests/
H A Ddate_sunset_variation9.phpt7 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
H A Dbug73858.phpt7 to see if it's the format string which is parsed in correctly or if it's the DateTime
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt22 // If its a version string it should be of the format \d+\.\d+\.\d+.*
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt32 string(17) "Exec format error"
83 string(20) "Bad font file format"
/PHP-7.4/ext/standard/
H A Durl.c680 zend_long format = 0; local
687 Z_PARAM_LONG(format)
708 if (!format) {
/PHP-7.4/ext/phar/
H A Dphar_object.c1136 zend_long format = 0; in PHP_METHOD() local
2399 switch (format) { in PHP_METHOD()
2404 format = PHAR_FORMAT_TAR; in PHP_METHOD()
2406 format = PHAR_FORMAT_ZIP; in PHP_METHOD()
2408 format = PHAR_FORMAT_PHAR; in PHP_METHOD()
2429 if (format == PHAR_FORMAT_ZIP) { in PHP_METHOD()
2444 if (format == PHAR_FORMAT_ZIP) { in PHP_METHOD()
2497 switch (format) { in PHP_METHOD()
2502 format = PHAR_FORMAT_TAR; in PHP_METHOD()
2504 format = PHAR_FORMAT_ZIP; in PHP_METHOD()
[all …]
/PHP-7.4/ext/snmp/tests/
H A Dsnmpwalk.phpt13 //EXPECTF format is quickprint OFF
H A Dsnmp2_walk.phpt13 //EXPECTF format is quickprint OFF
H A Dsnmp2_get.phpt13 //EXPECTF format is quickprint OFF
H A Dsnmpget.phpt13 //EXPECTF format is quickprint OFF
H A Dsnmp-object-error.phpt13 //EXPECTF format is quickprint OFF
/PHP-7.4/scripts/dev/
H A Dmakedist127 git archive --format=tar $remote_option --prefix=$prefix/ $treeish | tar xvf - || exit 4
/PHP-7.4/TSRM/
H A DTSRM.h129 TSRM_API int tsrm_error(int level, const char *format, ...);
/PHP-7.4/ext/date/lib/
H A Dtimelib.h483 timelib_time *timelib_parse_from_format(char *format, char *s, size_t len, timelib_error_container …
497 timelib_time *timelib_parse_from_format_with_map(char *format, char *s, size_t len, timelib_error_c…
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_debug.c145 const char *format, ...) in MYSQLND_METHOD()
218 va_start(args, format); in MYSQLND_METHOD()
219 mnd_vsprintf(&buffer, 0, format, args); in MYSQLND_METHOD()
/PHP-7.4/ext/standard/tests/serialize/
H A D005.phpt157 Warning: Erroneous data format for unserializing 'TestNANew' in %s005.php on line %d
/PHP-7.4/Zend/
H A Dzend_smart_str.h54 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
H A Dzend_gc.c91 # define GC_TRACE(format, ...) fprintf(stderr, format "\n", ##__VA_ARGS__); argument
92 # define GC_TRACE_REF(ref, format, ...) \ argument
95 fprintf(stderr, format "\n", ##__VA_ARGS__); \
100 # define GC_TRACE_REF(ref, format, ...) argument
/PHP-7.4/ext/intl/tests/
H A Ddateformat_format_parse.phpt73 //Test format and parse with a timestamp : long
94 //Test format and parse with a localtime :array
H A Ddateformat_format_parse_version2.phpt73 //Test format and parse with a timestamp : long
94 //Test format and parse with a localtime :array
H A Dut_common.inc147 …return $GLOBALS['oo-mode'] ? $fmt->format( $number, $type ) : numfmt_format( $fmt, $number, $type …
309 return $GLOBALS['oo-mode'] ? $fmt->format( $args ) : msgfmt_format( $fmt, $args);
394 return $GLOBALS['oo-mode'] ? $fmt->format( $value ) : datefmt_format( $fmt , $value);
/PHP-7.4/ext/phar/tests/
H A Dphar_convert_again.phpt189 Unknown file format specified, please pass one of Phar::PHAR, Phar::TAR or Phar::ZIP
194 Unknown file format specified, please pass one of Phar::TAR or Phar::ZIP
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation55.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
14 Description: Parses input from a file according to a format
18 Test fscanf() to scan data using different format types and also
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php375 function formatArray(array $values, int $width, string $format) : string { argument
385 $result .= sprintf($format, $values[$i]);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt69 // T - gettimeofday() system call, system dependent format
73 …. One reason could be that the test is borked and does not recognize the format of the gettimeofda…

Completed in 51 milliseconds

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