Home
last modified time | relevance | path

Searched refs:format (Results 601 – 625 of 804) sorted by relevance

1...<<21222324252627282930>>...33

/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation50.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
48 foreach($scientific_formats as $format) {
49 var_dump( sprintf($format, $string_value) );
H A Dvfprintf_error4.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
H A Dvfprintf_error3.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
H A Dsprintf_variation34_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
48 foreach($hexa_formats as $format) {
49 var_dump( sprintf($format, $integer_value) );
H A Dsprintf_variation9.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
59 foreach($float_formats as $format) {
60 var_dump( sprintf($format, $float_value) );
/PHP-7.4/ext/dom/
H A Ddocument.c1588 int bytes, format, saveempty = 0; in PHP_FUNCTION() local
1609 format = doc_props->formatoutput; in PHP_FUNCTION()
1638 int size, format, saveempty = 0; in PHP_FUNCTION() local
1649 format = doc_props->formatoutput; in PHP_FUNCTION()
1667 xmlNodeDump(buf, docp, node, 0, format); in PHP_FUNCTION()
1684 xmlDocDumpFormatMemory(docp, &mem, &size, format); in PHP_FUNCTION()
2137 int bytes, format; in PHP_FUNCTION() local
2159 format = doc_props->formatoutput; in PHP_FUNCTION()
2181 int format; in PHP_FUNCTION() local
2194 format = doc_props->formatoutput; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionReference_errors.phpt49 Warning: Erroneous data format for unserializing 'ReflectionReference' in %s on line %d
/PHP-7.4/ext/pspell/tests/
H A D005.phpt37 …t open the dictionary. reason: The file "%s005.php" is not in the proper format. in %s005.php on l…
/PHP-7.4/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt18 // zlib format
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation9.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
H A Dstrftime_variation9.phpt5 /* Prototype : string strftime(string format [, int timestamp])
H A Dgmstrftime_variation20.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
H A Dstrftime_variation20.phpt11 /* Prototype : string strftime(string format [, int timestamp])
H A Ddate-lenient.phpt2 Test for + character in date format
H A Ddate_modify_basic1.phpt6 … the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtot…
H A Dgmdate_variation3.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
H A Dgmstrftime_variation10.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
H A Dgmstrftime_variation13.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
/PHP-7.4/ext/oci8/tests/
H A Dcoll_019.phpt66 var_dump($coll1->append(1)); // invalid date format
101 Warning: OCI-Collection::append(): OCI-01840: input value not long enough for date format in %s on …
/PHP-7.4/main/
H A Dspprintf.c818 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string() argument
820 xbuf_format_converter(buf, 1, format, ap); in php_printf_to_smart_string()
824 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str() argument
826 xbuf_format_converter(buf, 0, format, ap); in php_printf_to_smart_str()
/PHP-7.4/Zend/
H A Dzend_exceptions.c937 …row_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) /* {{{ */ in zend_throw_exception_ex() argument
943 va_start(arg, format); in zend_throw_exception_ex()
944 zend_vspprintf(&message, 0, format, arg); in zend_throw_exception_ex()
963 static void zend_error_va(int type, const char *file, uint32_t lineno, const char *format, ...) /* … in zend_error_va() argument
967 va_start(args, format); in zend_error_va()
968 zend_error_cb(type, file, lineno, format, args); in zend_error_va()
973 …or_helper(int type, const char *filename, const uint32_t lineno, const char *format, ...) /* {{{ */ in zend_error_helper() argument
977 va_start(va, format); in zend_error_helper()
978 zend_error_cb(type, filename, lineno, format, va); in zend_error_helper()
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation14.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
8 Description: Parses input from a file according to a format
11 /* Test fscanf() to scan different strings using different string format types */
15 echo "*** Test fscanf(): different string format types with different string ***\n";
112 *** Test fscanf(): different string format types with different string ***
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar.phpt17 echo $df->format($ts), "\n";
H A Ddateformat_get_set_calendar_variant2.phpt17 echo $df->format($ts), "\n";
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…

Completed in 45 milliseconds

1...<<21222324252627282930>>...33