Searched refs:format (Results 501 – 525 of 798) sorted by relevance
1...<<21222324252627282930>>...32
/php-src/ext/standard/tests/file/ |
H A D | fputcsv_variation10.phpt | 5 /* Testing fputcsv() to write to a file when the field has no CSV format */ 7 echo "*** Testing fputcsv() : with no CSV format in the field ***\n"; 44 // write to a file in csv format 64 *** Testing fputcsv() : with no CSV format in the field ***
|
/php-src/ext/gd/tests/ |
H A D | imagecreatefromstring_avif.phpt | 2 imagecreatefromstring() - AVIF format
|
H A D | bug75111.phpt | 18 Warning: imagecreatefromstring(): Passed data is not in "BMP" format in %s on line %d
|
/php-src/ext/date/tests/ |
H A D | DateTime_createFromImmutable-002.phpt | 17 var_dump( $i->format('Y-m-d H:i:s') === $current );
|
H A D | DateTime_extends_basic2.phpt | 24 echo $d->format("F j, Y, g:i:s a") . "\n";
|
H A D | date_time_immutable.phpt | 12 echo 'orig: ', $a->format('Y-m-d H:i:s e'), "\n"; 13 echo 'copy: ', $b->format('Y-m-d H:i:s e'), "\n"; 14 echo 'changed: ', $c->format('Y-m-d H:i:s e'), "\n";
|
H A D | DateInterval_uninitialised_exceptions.phpt | 26 check(fn() => $mdi->format("Y-m-d"));
|
H A D | DateTime_serialize.phpt | 16 var_dump( $date2->format( "F j, Y, g:i a") );
|
H A D | bug61642.phpt | 17 $header[] = $date->format('Y-m-d D'); 31 $line[] = $date->format('Y-m-d D');
|
H A D | bug41523.phpt | 12 echo $dt->format( DateTime::ISO8601 ), "\n";
|
/php-src/ext/ffi/tests/ |
H A D | gh12905.phpt | 9 $libc = FFI::cdef("int printf(const char *format, ...);", "libc.so.6");
|
H A D | trampoline_reset.phpt | 8 $libc = FFI::cdef("int printf(const char *format, ...);", "libc.so.6");
|
/php-src/main/ |
H A D | main.c | 945 va_start(args, format); in php_printf() 946 size = vspprintf(&buffer, 0, format, args); in php_printf() 963 va_start(args, format); in php_printf_unchecked() 964 size = vspprintf(&buffer, 0, format, args); in php_printf_unchecked() 1168 va_start(args, format); \ 1169 php_verror(docref, "", type, format, args); \ 1175 php_error_docref_impl(docref, type, format); in php_error_docref() 1180 php_error_docref_impl(docref, type, format); in php_error_docref_unchecked() 1190 va_start(args, format); in php_error_docref1() 1191 php_verror(docref, param1, type, format, args); in php_error_docref1() [all …]
|
/php-src/Zend/ |
H A D | zend_smart_str.c | 127 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf() argument 129 va_start(arg, format); in smart_str_append_printf() 130 zend_printf_to_smart_str(dest, format, arg); in smart_str_append_printf()
|
/php-src/ext/standard/tests/strings/ |
H A D | bug42107.phpt | 2 Bug #42107 (sscanf() broken when using %2$s type format parameters)
|
H A D | sprintf_variation10.phpt | 39 foreach($float_formats as $format) { 41 var_dump( sprintf($format, $int_value) );
|
H A D | sprintf_variation28.phpt | 45 foreach($octal_formats as $format) { 46 var_dump( sprintf($format, $integer_value) );
|
H A D | sprintf_variation28_64bit.phpt | 41 foreach($octal_formats as $format) { 42 var_dump( sprintf($format, $integer_value) );
|
/php-src/ext/pdo_dblib/tests/ |
H A D | datetime_convert.phpt | 23 // assume default date format: %b %e %Y %I:%M:%S:%z%p
|
/php-src/ext/phar/tests/ |
H A D | bug77586.phpt | 19 …rException: tar-based phar "%s/bug77586.tar" cannot be created, link "%s" is too long for format %s
|
/php-src/ext/snmp/tests/ |
H A D | snmp2_getnext.phpt | 15 //EXPECTF format is quickprint OFF
|
H A D | snmpgetnext.phpt | 15 //EXPECTF format is quickprint OFF
|
/php-src/ext/phar/tests/zip/ |
H A D | gh10766.phpt | 2 GH-10766 (PharData archive created with Phar::Zip format does not keep files metadata (datetime))
|
/php-src/sapi/fpm/tests/ |
H A D | bug64539-status-json-encoding.phpt | 2 FPM: bug64539 - status json format escaping
|
/php-src/ext/zip/tests/ |
H A D | oo_torrentzip.phpt | 2 torrentzip format support
|
Completed in 40 milliseconds
1...<<21222324252627282930>>...32