Home
last modified time | relevance | path

Searched refs:format (Results 501 – 525 of 798) sorted by relevance

1...<<21222324252627282930>>...32

/php-src/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt5 /* 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 Dimagecreatefromstring_avif.phpt2 imagecreatefromstring() - AVIF format
H A Dbug75111.phpt18 Warning: imagecreatefromstring(): Passed data is not in "BMP" format in %s on line %d
/php-src/ext/date/tests/
H A DDateTime_createFromImmutable-002.phpt17 var_dump( $i->format('Y-m-d H:i:s') === $current );
H A DDateTime_extends_basic2.phpt24 echo $d->format("F j, Y, g:i:s a") . "\n";
H A Ddate_time_immutable.phpt12 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 DDateInterval_uninitialised_exceptions.phpt26 check(fn() => $mdi->format("Y-m-d"));
H A DDateTime_serialize.phpt16 var_dump( $date2->format( "F j, Y, g:i a") );
H A Dbug61642.phpt17 $header[] = $date->format('Y-m-d D');
31 $line[] = $date->format('Y-m-d D');
H A Dbug41523.phpt12 echo $dt->format( DateTime::ISO8601 ), "\n";
/php-src/ext/ffi/tests/
H A Dgh12905.phpt9 $libc = FFI::cdef("int printf(const char *format, ...);", "libc.so.6");
H A Dtrampoline_reset.phpt8 $libc = FFI::cdef("int printf(const char *format, ...);", "libc.so.6");
/php-src/main/
H A Dmain.c945 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 Dzend_smart_str.c127 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 Dbug42107.phpt2 Bug #42107 (sscanf() broken when using %2$s type format parameters)
H A Dsprintf_variation10.phpt39 foreach($float_formats as $format) {
41 var_dump( sprintf($format, $int_value) );
H A Dsprintf_variation28.phpt45 foreach($octal_formats as $format) {
46 var_dump( sprintf($format, $integer_value) );
H A Dsprintf_variation28_64bit.phpt41 foreach($octal_formats as $format) {
42 var_dump( sprintf($format, $integer_value) );
/php-src/ext/pdo_dblib/tests/
H A Ddatetime_convert.phpt23 // assume default date format: %b %e %Y %I:%M:%S:%z%p
/php-src/ext/phar/tests/
H A Dbug77586.phpt19 …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 Dsnmp2_getnext.phpt15 //EXPECTF format is quickprint OFF
H A Dsnmpgetnext.phpt15 //EXPECTF format is quickprint OFF
/php-src/ext/phar/tests/zip/
H A Dgh10766.phpt2 GH-10766 (PharData archive created with Phar::Zip format does not keep files metadata (datetime))
/php-src/sapi/fpm/tests/
H A Dbug64539-status-json-encoding.phpt2 FPM: bug64539 - status json format escaping
/php-src/ext/zip/tests/
H A Doo_torrentzip.phpt2 torrentzip format support

Completed in 40 milliseconds

1...<<21222324252627282930>>...32