Home
last modified time | relevance | path

Searched refs:format (Results 476 – 500 of 798) sorted by relevance

1...<<11121314151617181920>>...32

/php-src/ext/ffi/tests/
H A Dbug77632b.phpt17 $libc = FFI::cdef("extern size_t (*zend_printf)(const char *format, ...);");
/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 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";
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"));
/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/intl/tests/
H A Dmsgfmt_bug70484.phpt16 var_dump($m->format(array("n" => $i)));
26 var_dump($m->format(array($i)));
H A Dmsgfmt_millisecond_dates.phpt14 var_dump($mf->format(array(1336310569.123)));
/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/libxml/
H A Dphp_libxml.h82 …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 Dconfig.m4139 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 Dgh8267.phpt2 Bug GH-8267 (MySQLi uses unsupported format specifier on Windows)
/php-src/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h57 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 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/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";
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