Home
last modified time | relevance | path

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

1...<<2122232425262728293031

/php-src/ext/standard/tests/strings/
H A Dsprintf_variation40_64bit.phpt42 foreach($unsigned_formats as $format) {
43 var_dump( sprintf($format, $integer_value) );
H A Dpack_Z.phpt2 pack()/unpack(): "Z" format
/php-src/ext/snmp/tests/
H A Dbug64124.phpt23 //EXPECTF format is quickprint OFF
/php-src/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt2 DOMDocument::saveHTMLFile() should format output on demand
/php-src/ext/date/tests/
H A DDateTime_clone_basic4.phpt23 var_dump( $d1_clone->format( "m.d.y") );
H A Dbug73460-001.phpt8 echo $date->format('Y/m/d H:i e T'), "\n";
H A Ddate_create-1.phpt29 echo $date->format(DateTime::ISO8601), "\n";
H A Dgmstrftime_variation8.phpt2 Test gmstrftime() function : usage variation - Passing literal related strings to format argument.
H A Ddate-time-modify-times.phpt31 ->format( DateTime::RFC2822 ), "\n";
H A Dbug79580.phpt15 echo $dt->format('Y-m-d'), "\n";
H A DDatePeriod_createFromISO8601String_static_return.phpt68 Unknown or bad format (R4/2012-07-01T00:/P7D)
H A D004.phpt2 date() format params
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_018.phpt2 Object serialization / unserialization: Strict format (2)
/php-src/ext/pgsql/tests/
H A D18pg_escape_bytea_hex.phpt2 PostgreSQL pg_escape_bytea() functions (hex format)
H A D18pg_escape_bytea_esc.phpt2 PostgreSQL pg_escape_bytea() functions (escape format)
/php-src/main/
H A Dspprintf.c776 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string() argument
778 xbuf_format_converter(buf, 1, format, ap); in php_printf_to_smart_string()
782 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str() argument
784 xbuf_format_converter(buf, 0, format, ap); in php_printf_to_smart_str()
/php-src/ext/date/
H A Dphp_date.c711 switch (format[i]) { in date_format()
852 zend_string *format; in php_date() local
857 Z_PARAM_STR(format) in php_date()
940 switch (format) { in php_idate()
1010 zend_string *format; in PHP_FUNCTION() local
1016 Z_PARAM_STR(format) in PHP_FUNCTION()
1266 Z_PARAM_STR(format) in php_strftime()
2067 const char *format; in php_timezone_to_string() local
2411 if (format) { in php_date_initialize()
2485 if (!format in php_date_initialize()
[all …]
/php-src/ext/standard/tests/file/
H A Dfscanf_variation11.phpt6 /* Test fscanf() to scan arrays using different float format types */
10 echo "*** Test fscanf(): different float format types with arrays ***\n";
82 *** Test fscanf(): different float format types with arrays ***
H A Dfscanf_variation30.phpt6 /* Test fscanf() to scan arrays using different octal format types */
10 echo "*** Test fscanf(): different octal format types with arrays ***\n";
82 *** Test fscanf(): different octal format types with arrays ***
H A Dfscanf_variation36.phpt6 /* Test fscanf() to scan arrays using different hexa format types */
10 echo "*** Test fscanf(): different hexa format types with arrays ***\n";
77 *** Test fscanf(): different hexa format types with arrays ***
H A Dfscanf_variation42.phpt6 /* Test fscanf() to scan arrays using different unsigned format types */
10 echo "*** Test fscanf(): different unsigned format types with arrays ***\n";
77 *** Test fscanf(): different unsigned format types with arrays ***
H A Dfscanf_variation48.phpt6 /* Test fscanf() to scan arrays using different scientific format types */
10 echo "*** Test fscanf(): different scientific format types with arrays ***\n";
77 *** Test fscanf(): different scientific format types with arrays ***
H A Dfscanf_variation5.phpt6 /* Test fscanf() to scan arrays using different integer format types */
10 echo "*** Test fscanf(): different integer format types with arrays ***\n";
77 *** Test fscanf(): different integer format types with arrays ***
/php-src/Zend/
H A Dzend_exceptions.c853 …row_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) /* {{{ */ in zend_throw_exception_ex() argument
859 va_start(arg, format); in zend_throw_exception_ex()
860 zend_vspprintf(&message, 0, format, arg); in zend_throw_exception_ex()
880 static void zend_error_va(int type, zend_string *file, uint32_t lineno, const char *format, ...) /*… in zend_error_va() argument
883 va_start(args, format); in zend_error_va()
884 zend_string *message = zend_vstrpprintf(0, format, args); in zend_error_va()
969 ZEND_NORETURN void zend_exception_uncaught_error(const char *format, ...) { in zend_exception_uncaught_error() argument
971 va_start(va, format); in zend_exception_uncaught_error()
972 zend_string *prefix = zend_vstrpprintf(0, format, va); in zend_exception_uncaught_error()
/php-src/sapi/phpdbg/
H A Dphpdbg_out.h50 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...);

Completed in 47 milliseconds

1...<<2122232425262728293031