Home
last modified time | relevance | path

Searched refs:format (Results 376 – 400 of 772) sorted by relevance

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

/php-src/ext/date/tests/
H A Dbug35456.phpt2 Bug #35456 (+ 1 [time unit] format did not work)
H A Ddate_period_exclude_start_and_include_end.phpt12 echo $day->format('Y-m-d') . "\n";
H A Dgh9699.phpt9 echo $date->diff($now)->format("%R %Y %M %D %H %I %S %F"), "\n";
H A Dbug73942.phpt8 $dateFormat = $date->format('Y-m-d');
H A DDateInterval_createFromDateString_broken.phpt12 DateMalformedIntervalStringException: Unknown or bad format (foobar) at position 0 (f): The timezon…
H A Dgmstrftime_variation15.phpt16 'Current time %H:%M:%S format' => "%T",
47 --Current time %H:%M:%S format--
/php-src/ext/standard/tests/file/
H A Dfscanf_variation13.phpt6 /* Test fscanf() to scan boolean data using different float format types */
10 echo "*** Test fscanf(): different float format types with boolean data ***\n";
69 *** Test fscanf(): different float format types with boolean data ***
H A Dfscanf_variation16.phpt6 /* Test fscanf() to scan resource type using different string format types */
10 echo "*** Test fscanf(): different string format types with resource ***\n";
80 *** Test fscanf(): different string format types with resource ***
H A Dfscanf_variation19.phpt6 /* Test fscanf() to scan boolean data using different string format types */
10 echo "*** Test fscanf(): different string format types with boolean data ***\n";
73 *** Test fscanf(): different string format types with boolean data ***
H A Dfscanf_variation22.phpt6 /* Test fscanf() to scan resource type using different char format types */
10 echo "*** Test fscanf(): different char format types with resource ***\n";
80 *** Test fscanf(): different char format types with resource ***
H A Dfscanf_variation25.phpt6 /* Test fscanf() to scan boolean data using different char format types */
10 echo "*** Test fscanf(): different char format types with boolean data ***\n";
73 *** Test fscanf(): different char format types with boolean data ***
H A Dfscanf_variation32.phpt6 /* Test fscanf() to scan boolean data using different octal format types */
10 echo "*** Test fscanf(): different octal format types with boolean data ***\n";
74 *** Test fscanf(): different octal format types with boolean data ***
H A Dfscanf_variation38.phpt6 /* Test fscanf() to scan boolean data using different hexa format types */
10 echo "*** Test fscanf(): different hexa format types with boolean data ***\n";
69 *** Test fscanf(): different hexa format types with boolean data ***
H A Dfscanf_variation44.phpt6 /* Test fscanf() to scan boolean data using different unsigned format types */
10 echo "*** Test fscanf(): different unsigned format types with boolean data ***\n";
69 *** Test fscanf(): different unsigned format types with boolean data ***
H A Dfscanf_variation50.phpt6 /* Test fscanf() to scan boolean data using different scientific format types */
10 echo "*** Test fscanf(): different scientific format types with boolean data ***\n";
69 *** Test fscanf(): different scientific format types with boolean data ***
H A Dfscanf_variation7.phpt6 /* Test fscanf() to scan boolean data using different integer format types */
10 echo "*** Test fscanf(): different integer format types with boolean data ***\n";
69 *** Test fscanf(): different integer format types with boolean data ***
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation54.phpt9 foreach ($formats as $format) {
11 echo "$format with " . (is_resource($value) ? "resource" : json_encode($value)) . ":\n";
13 echo sprintf("%" . $format, $value), "\n";
/php-src/ext/intl/tests/
H A Dbug80763.phpt11 var_dump($formatter->format($params));
H A Dgh8364.phpt12 $result = $formatter->format($args);
/php-src/ext/gd/tests/
H A Dimagecreatefromstring_png.phpt2 imagecreatefromstring() - PNG format
H A Dimagecreatefromstring_gif.phpt2 imagecreatefromstring() - GIF format
H A Dimagecreatefromstring_webp.phpt2 imagecreatefromstring() - WEBP format
/php-src/ext/mysqli/
H A Dmysqli_report.c24 extern void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...);
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua26 local sub, format, byte, char = _s.sub, _s.format, _s.byte, _s.char
71 out:write(format(" %-10s %02X %d\n", name, num, num))
107 wline(format("dasm_put(Dst, %s);", concat(actargs, ", ")), true)
154 out:write(format(" %s\n", t[i]))
200 out:write(format(" %s\n", map_extern_[i]))
741 format(tp.ctypefmt, tailr))
818 waction("IMMV8", 32768 + 32*8, format(tp.ctypefmt, tailr))
1044 ctypefmt = format("Dt%X(%%s)", num),
1061 out:write(format(" %-20s %-20s %s\n", name, tp.ctype, reg))
1078 out:write(format("DynASM %s version %s, released %s\n\n",
[all …]
/php-src/ext/standard/tests/image/
H A Dgetimagesize_256_ico.phpt2 GetImageSize() for ico format with 256px height

Completed in 34 milliseconds

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