Home
last modified time | relevance | path

Searched refs:format (Results 451 – 475 of 772) sorted by relevance

1...<<11121314151617181920>>...31

/php-src/ext/phar/tests/
H A Dbug71488.phpt17 …sed phar "%s/bug71488.test" cannot be created, link "%s" is too long for format in %sbug71488.php:…
/php-src/ext/snmp/tests/
H A Dgeneric_timeout_error.phpt15 //EXPECTF format is quickprint OFF
H A Dipv6.phpt20 //EXPECTF format is quickprint OFF
H A Dsnmp_set_oid_output_format.phpt29 snmp_set_oid_output_format(): Argument #1 ($format) must be an SNMP_OID_OUTPUT_* constant
/php-src/ext/date/tests/
H A Dbug33869.phpt2 Bug #33869 (strtotime() doesn't parse "+1days" format)
H A Dbug67253.phpt38 string(43) "Not enough data available to satisfy format"
H A Dgh-124.phpt18 echo (new DateTime('+2512370164-01-01 00:00:00Z'))->format(DATE_RFC3339_EXTENDED);
H A Dbug33578.phpt2 Bug #33578 (strtotime() doesn't parse "11 Oct" format")
H A Dbug52342.phpt10 echo $from->format('d.m.Y H:i'), "\n"; //A
H A DDateTime_createFromImmutable-001.phpt15 var_dump( $i->format('Y-m-d H:i:s') === $current );
H A Doo_001.phpt20 var_dump($d->format("Y-m-d H:i:s"));
24 var_dump($d->format("Y-m-d H:i:s"));
H A DDatePeriod_properties1.phpt29 var_dump($period->interval->format("%R%d"));
H A Dbug13142.phpt2 Bug #13142 (strtotime handling of "M d H:i:s Y" format)
H A Dbug41523-64bit.phpt12 echo $dt->format( DateTime::ISO8601 ), "\n";
/php-src/ext/exif/tests/bug74428/
H A Dbug74428.phpt2 Bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with correct exif format)
/php-src/ext/ffi/tests/
H A Dbug77632b.phpt19 $libc = FFI::cdef("extern size_t (*zend_printf)(const char *format, ...);", ffi_get_php_dll_name());
/php-src/ext/pgsql/tests/
H A Dbug46408.phpt2 Bug #46408 (Locale number format settings can cause pg_query_params to break with numerics)
/php-src/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h55 static inline void PDO_DBG_INF_FMT(char *format, ...) {} in PDO_DBG_INF_FMT() argument
56 static inline void PDO_DBG_ERR_FMT(char *format, ...) {} in PDO_DBG_ERR_FMT() argument
/php-src/ext/intl/tests/
H A Dmsgfmt_millisecond_dates.phpt14 var_dump($mf->format(array(1336310569.123)));
/php-src/ext/mysqli/tests/
H A Dgh8267.phpt2 Bug GH-8267 (MySQLi uses unsupported format specifier on Windows)
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation10.phpt6 /* Testing fputcsv() to write to a file when the field has no CSV format */
8 echo "*** Testing fputcsv() : with no CSV format in the field ***\n";
41 // write to a file in csv format
61 *** Testing fputcsv() : with no CSV format in the field ***
/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/sapi/litespeed/
H A Dlscriu.c354 static void LSCRIU_Restored_Error(int iFatal, char *format, ...) { in LSCRIU_Restored_Error() argument
382 va_start(ap, format); in LSCRIU_Restored_Error()
384 vsnprintf(buf, sizeof(buf), format, ap); in LSCRIU_Restored_Error()
407 static inline void LSCRIU_Restored_Error(int iFatal, char *format, ...) {} in LSCRIU_Restored_Error() argument
/php-src/main/
H A Dmain.c903 va_start(args, format); in php_printf()
904 size = vspprintf(&buffer, 0, format, args); in php_printf()
921 va_start(args, format); in php_printf_unchecked()
922 size = vspprintf(&buffer, 0, format, args); in php_printf_unchecked()
1126 va_start(args, format); \
1127 php_verror(docref, "", type, format, args); \
1133 php_error_docref_impl(docref, type, format); in php_error_docref()
1138 php_error_docref_impl(docref, type, format); in php_error_docref_unchecked()
1148 va_start(args, format); in php_error_docref1()
1149 php_verror(docref, param1, type, format, args); in php_error_docref1()
[all …]
/php-src/ext/gd/tests/
H A Dimagecreatefromstring_avif.phpt2 imagecreatefromstring() - AVIF format

Completed in 30 milliseconds

1...<<11121314151617181920>>...31