Home
last modified time | relevance | path

Searched refs:format (Results 626 – 650 of 804) sorted by relevance

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

/PHP-7.4/ext/date/tests/
H A Dstrftime_variation10.phpt11 /* Prototype : string strftime(string format [, int timestamp])
H A Dstrftime_variation13.phpt5 /* Prototype : string strftime(string format [, int timestamp])
H A Dbug51393.phpt2 Bug #51393 (DateTime::createFromFormat() fails if format string contains timezone)
H A Ddate_basic1.phpt5 /* Prototype : string date ( string $format [, int $timestamp ] )
H A Dgmdate_variation4.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
H A Dgmstrftime_variation14.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
H A Dgmstrftime_variation21.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
H A Dstrftime_variation14.phpt11 /* Prototype : string strftime(string format [, int timestamp])
H A Dstrftime_variation21.phpt5 /* Prototype : string strftime(string format [, int timestamp])
/PHP-7.4/ext/ffi/tests/
H A D100.phpt22 extern size_t (*zend_printf)(const char *format, ...);
H A D101.phpt22 extern size_t (*zend_printf)(const char *format, ...);
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant_icu70.phpt18 echo $df->format($ts), "\n";
H A Ddateformat_get_set_calendar_variant3.phpt18 echo $df->format($ts), "\n";
H A Ddateformat_get_set_calendar_variant4.phpt18 echo $df->format($ts), "\n";
H A Ddateformat_get_set_calendar_variant5.phpt18 echo $df->format($ts), "\n";
H A Ddateformat_get_set_timezone.phpt17 echo $df->format($ts), "\n";
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object-properties.phpt13 //EXPECTF format is quickprint OFF
194 Warning: main(): Unknown SNMP output print format '78' in %s on line %d
/PHP-7.4/scripts/dev/
H A Dbless_tests.php78 function formatToRegex(string $format): string { argument
79 $result = preg_quote($format, '/');
/PHP-7.4/Zend/
H A Dzend_portability.h202 #if ZEND_GCC_VERSION >= 2007 || __has_attribute(format)
203 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first)))
208 #if (ZEND_GCC_VERSION >= 3001 && !defined(__INTEL_COMPILER)) || __has_attribute(format)
209 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first)))
/PHP-7.4/ext/pcre/tests/
H A D005.phpt50 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 3)
51 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 4)
52 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 5)
375 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 3)
376 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 4)
377 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 5)
386 [8] => long int format, size_t arg (arg 3)
389 [11] => long int format, size_t arg (arg 4)
392 [14] => long int format, size_t arg (arg 5)
/PHP-7.4/win32/
H A Dwinutil.c441 static zend_always_inline BOOL is_compatible(const char *name, BOOL is_smaller, char *format, char … in is_compatible() argument
479 spprintf(err, 0, format, name, major, minor, PHP_LINKER_MAJOR, PHP_LINKER_MINOR); in is_compatible()
/PHP-7.4/main/
H A Dmain.c960 PHPAPI size_t php_printf(const char *format, ...) in php_printf() argument
967 va_start(args, format); in php_printf()
968 size = vspprintf(&buffer, 0, format, args); in php_printf()
999 buffer_len = (int)vspprintf(&buffer, 0, format, args); in php_verror()
1183 va_start(args, format); in php_error_docref()
1184 php_verror(docref, "", type, format, args); in php_error_docref()
1195 va_start(args, format); in php_error_docref1()
1196 php_verror(docref, param1, type, format, args); in php_error_docref1()
1209 va_start(args, format); in php_error_docref2()
1210 php_verror(docref, params ? params : "...", type, format, args); in php_error_docref2()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation15.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
71 foreach($string_formats as $format) {
72 var_dump( sprintf($format, $string_value) );
H A Dstrncasecmp_variation6.phpt15 echo "\n-- Checking with all 256 characters given, in binary format --\n";
27 echo "\n-- Checking with out of character's range, given in binary format --\n";
37 -- Checking with all 256 characters given, in binary format --
807 -- Checking with out of character's range, given in binary format --
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c630 static int _mysqlnd_sprintf(char ** pbuf, size_t max_len, const char *format, ...) in _mysqlnd_sprintf() argument
634 va_start(ap, format); in _mysqlnd_sprintf()
635 len = vspprintf(pbuf, max_len, format, ap); in _mysqlnd_sprintf()
642 static int _mysqlnd_vsprintf(char ** pbuf, size_t max_len, const char * format, va_list ap) in _mysqlnd_vsprintf() argument
644 return vspprintf(pbuf, max_len, format, ap); in _mysqlnd_vsprintf()

Completed in 37 milliseconds

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