Searched refs:format (Results 476 – 500 of 798) sorted by relevance
1...<<11121314151617181920>>...32
/php-src/ext/ffi/tests/ |
H A D | bug77632b.phpt | 17 $libc = FFI::cdef("extern size_t (*zend_printf)(const char *format, ...);");
|
/php-src/ext/phar/tests/ |
H A D | bug71488.phpt | 17 …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 D | generic_timeout_error.phpt | 15 //EXPECTF format is quickprint OFF
|
H A D | ipv6.phpt | 20 //EXPECTF format is quickprint OFF
|
H A D | snmp_set_oid_output_format.phpt | 29 snmp_set_oid_output_format(): Argument #1 ($format) must be an SNMP_OID_OUTPUT_* constant
|
/php-src/ext/date/tests/ |
H A D | bug33869.phpt | 2 Bug #33869 (strtotime() doesn't parse "+1days" format)
|
H A D | bug67253.phpt | 38 string(43) "Not enough data available to satisfy format"
|
H A D | gh-124.phpt | 18 echo (new DateTime('+2512370164-01-01 00:00:00Z'))->format(DATE_RFC3339_EXTENDED);
|
H A D | bug33578.phpt | 2 Bug #33578 (strtotime() doesn't parse "11 Oct" format")
|
H A D | bug52342.phpt | 10 echo $from->format('d.m.Y H:i'), "\n"; //A
|
H A D | DateTime_createFromImmutable-001.phpt | 15 var_dump( $i->format('Y-m-d H:i:s') === $current );
|
H A D | DatePeriod_properties1.phpt | 29 var_dump($period->interval->format("%R%d"));
|
H A D | bug13142.phpt | 2 Bug #13142 (strtotime handling of "M d H:i:s Y" format)
|
H A D | bug41523-64bit.phpt | 12 echo $dt->format( DateTime::ISO8601 ), "\n";
|
H A D | oo_001.phpt | 20 var_dump($d->format("Y-m-d H:i:s")); 24 var_dump($d->format("Y-m-d H:i:s"));
|
/php-src/ext/exif/tests/bug74428/ |
H A D | bug74428.phpt | 2 Bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with correct exif format)
|
/php-src/ext/intl/tests/ |
H A D | msgfmt_bug70484.phpt | 16 var_dump($m->format(array("n" => $i))); 26 var_dump($m->format(array($i)));
|
H A D | msgfmt_millisecond_dates.phpt | 14 var_dump($mf->format(array(1336310569.123)));
|
/php-src/ext/pgsql/tests/ |
H A D | bug46408.phpt | 2 Bug #46408 (Locale number format settings can cause pg_query_params to break with numerics)
|
/php-src/ext/libxml/ |
H A D | php_libxml.h | 82 …zend_string *(*dump_node_to_str)(xmlDocPtr doc, xmlNodePtr node, bool format, const char *encoding… 84 …zend_long (*dump_node_to_file)(const char *filename, xmlDocPtr doc, xmlNodePtr node, bool format, … 85 …zend_long (*dump_doc_to_file)(const char *filename, xmlDocPtr doc, bool format, const char *encodi…
|
/php-src/ext/gd/ |
H A D | config.m4 | 139 dnl PHP_GD_CHECK_FORMAT(format, [action-if-found]) 142 dnl format. The first argument is the proper-noun-capitalized name of the 143 dnl format -- basically the word Foo in gdImageCreateFromFoo -- such as 144 dnl Png. If support for "format" Foo exists, the "action-if-found" is executed. 146 dnl gdImageCreateFromFoo function even when it does not support the Foo format. 164 void exit1(int priority, const char *format, va_list args) {
|
/php-src/ext/mysqli/tests/ |
H A D | gh8267.phpt | 2 Bug GH-8267 (MySQLi uses unsupported format specifier on Windows)
|
/php-src/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 57 static inline void PDO_DBG_INF_FMT(char *format, ...) {} in PDO_DBG_INF_FMT() argument 58 static inline void PDO_DBG_ERR_FMT(char *format, ...) {} in PDO_DBG_ERR_FMT() argument
|
/php-src/sapi/litespeed/ |
H A D | lscriu.c | 354 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/ext/spl/tests/SplFileObject/ |
H A D | SplFileObject_fputcsv_variation10.phpt | 6 /* 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"; 43 // write to a file in csv format 63 *** Testing fputcsv() : with no CSV format in the field ***
|
Completed in 25 milliseconds
1...<<11121314151617181920>>...32