Home
last modified time | relevance | path

Searched refs:gmstrftime (Results 1 – 25 of 26) sorted by relevance

12

/php-src/ext/date/tests/
H A Dgmstrftime_basic.phpt2 Test gmstrftime() function : basic functionality
5 echo "*** Testing gmstrftime() : basic functionality ***\n";
11 // Calling gmstrftime() with all possible arguments
12 var_dump( gmstrftime($format, $timestamp) );
14 // Calling gmstrftime() with mandatory arguments
15 var_dump( gmstrftime($format) );
19 *** Testing gmstrftime() : basic functionality ***
21 Deprecated: Function gmstrftime() is deprecated in %s on line %d
24 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation11.phpt2 Test gmstrftime() function : usage variation - Checking month related formats which was not support…
5 echo "*** Testing gmstrftime() : usage variation ***\n";
12 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
14 var_dump( gmstrftime($format) );
15 var_dump( gmstrftime($format, $timestamp) );
19 *** Testing gmstrftime() : usage variation ***
21 -- Testing gmstrftime() function with Abbreviated month name format %h --
23 Deprecated: Function gmstrftime() is deprecated in %s on line %d
26 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation17.phpt2 Test gmstrftime() function : usage variation - Checking day related formats which was not supported…
5 echo "*** Testing gmstrftime() : usage variation ***\n";
12 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
14 var_dump( gmstrftime($format) );
15 var_dump( gmstrftime($format, $timestamp) );
19 *** Testing gmstrftime() : usage variation ***
21 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
23 Deprecated: Function gmstrftime() is deprecated in %s on line %d
26 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation4.phpt2 Test gmstrftime() function : usage variation - Passing month related format strings to format argum…
5 echo "*** Testing gmstrftime() : usage variation ***\n";
21 var_dump( gmstrftime($value) );
22 var_dump( gmstrftime($value, $timestamp) );
27 *** Testing gmstrftime() : usage variation ***
31 Deprecated: Function gmstrftime() is deprecated in %s on line %d
34 Deprecated: Function gmstrftime() is deprecated in %s on line %d
39 Deprecated: Function gmstrftime() is deprecated in %s on line %d
42 Deprecated: Function gmstrftime() is deprecated in %s on line %d
47 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation13.phpt5 echo "*** Testing gmstrftime() : usage variation ***\n";
24 var_dump( gmstrftime($value) );
25 var_dump( gmstrftime($value, $timestamp) );
30 *** Testing gmstrftime() : usage variation ***
34 Deprecated: Function gmstrftime() is deprecated in %s on line %d
37 Deprecated: Function gmstrftime() is deprecated in %s on line %d
42 Deprecated: Function gmstrftime() is deprecated in %s on line %d
45 Deprecated: Function gmstrftime() is deprecated in %s on line %d
50 Deprecated: Function gmstrftime() is deprecated in %s on line %d
53 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation3.phpt5 echo "*** Testing gmstrftime() : usage variation ***\n";
22 var_dump( gmstrftime($value) );
23 var_dump( gmstrftime($value, $timestamp) );
28 *** Testing gmstrftime() : usage variation ***
32 Deprecated: Function gmstrftime() is deprecated in %s on line %d
35 Deprecated: Function gmstrftime() is deprecated in %s on line %d
40 Deprecated: Function gmstrftime() is deprecated in %s on line %d
43 Deprecated: Function gmstrftime() is deprecated in %s on line %d
48 Deprecated: Function gmstrftime() is deprecated in %s on line %d
51 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation6.phpt5 echo "*** Testing gmstrftime() : usage variation ***\n";
25 var_dump( gmstrftime($value) );
26 var_dump( gmstrftime($value, $timestamp) );
31 *** Testing gmstrftime() : usage variation ***
35 Deprecated: Function gmstrftime() is deprecated in %s on line %d
38 Deprecated: Function gmstrftime() is deprecated in %s on line %d
43 Deprecated: Function gmstrftime() is deprecated in %s on line %d
46 Deprecated: Function gmstrftime() is deprecated in %s on line %d
51 Deprecated: Function gmstrftime() is deprecated in %s on line %d
54 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation12.phpt2 Test gmstrftime() function : usage variation - Checking month related formats which are supported o…
11 echo "*** Testing gmstrftime() : usage variation ***\n";
18 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
20 var_dump( gmstrftime($format) );
21 var_dump( gmstrftime($format, $timestamp) );
25 *** Testing gmstrftime() : usage variation ***
27 -- Testing gmstrftime() function with Abbreviated month name format %h --
29 Deprecated: Function gmstrftime() is deprecated in %s on line %d
32 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation14.phpt11 echo "*** Testing gmstrftime() : usage variation ***\n";
30 var_dump( gmstrftime($value) );
31 var_dump( gmstrftime($value, $timestamp) );
36 *** Testing gmstrftime() : usage variation ***
40 Deprecated: Function gmstrftime() is deprecated in %s on line %d
43 Deprecated: Function gmstrftime() is deprecated in %s on line %d
48 Deprecated: Function gmstrftime() is deprecated in %s on line %d
51 Deprecated: Function gmstrftime() is deprecated in %s on line %d
56 Deprecated: Function gmstrftime() is deprecated in %s on line %d
59 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation18.phpt2 Test gmstrftime() function : usage variation - Checking day related formats which are supported oth…
11 echo "*** Testing gmstrftime() : usage variation ***\n";
18 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
20 var_dump( gmstrftime($format) );
21 var_dump( gmstrftime($format, $timestamp) );
25 *** Testing gmstrftime() : usage variation ***
27 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
29 Deprecated: Function gmstrftime() is deprecated in %s on line %d
32 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation19.phpt2 Test gmstrftime() function : usage variation - Checking newline and tab formats which was not suppo…
5 echo "*** Testing gmstrftime() : usage variation ***\n";
22 var_dump( gmstrftime($value) );
23 var_dump( gmstrftime($value, $timestamp) );
28 *** Testing gmstrftime() : usage variation ***
32 Deprecated: Function gmstrftime() is deprecated in %s on line %d
36 Deprecated: Function gmstrftime() is deprecated in %s on line %d
42 Deprecated: Function gmstrftime() is deprecated in %s on line %d
45 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation15.phpt2 Test gmstrftime() function : usage variation - Checking time related formats which was not supporte…
5 echo "*** Testing gmstrftime() : usage variation ***\n";
23 var_dump( gmstrftime($value) );
24 var_dump( gmstrftime($value, $timestamp) );
29 *** Testing gmstrftime() : usage variation ***
33 Deprecated: Function gmstrftime() is deprecated in %s on line %d
36 Deprecated: Function gmstrftime() is deprecated in %s on line %d
41 Deprecated: Function gmstrftime() is deprecated in %s on line %d
44 Deprecated: Function gmstrftime() is deprecated in %s on line %d
49 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation21.phpt2 Test gmstrftime() function : usage variation - Checking Preferred date and time representation on W…
5 echo "*** Testing gmstrftime() : usage variation ***\n";
23 var_dump( gmstrftime($value) );
24 var_dump( gmstrftime($value, $timestamp) );
29 *** Testing gmstrftime() : usage variation ***
33 Deprecated: Function gmstrftime() is deprecated in %s on line %d
36 Deprecated: Function gmstrftime() is deprecated in %s on line %d
41 Deprecated: Function gmstrftime() is deprecated in %s on line %d
44 Deprecated: Function gmstrftime() is deprecated in %s on line %d
49 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation5.phpt2 Test gmstrftime() function : usage variation - Passing date related format strings to format argume…
5 echo "*** Testing gmstrftime() : usage variation ***\n";
25 var_dump( gmstrftime($value) );
26 var_dump( gmstrftime($value, $timestamp) );
31 *** Testing gmstrftime() : usage variation ***
35 Deprecated: Function gmstrftime() is deprecated in %s on line %d
38 Deprecated: Function gmstrftime() is deprecated in %s on line %d
43 Deprecated: Function gmstrftime() is deprecated in %s on line %d
46 Deprecated: Function gmstrftime() is deprecated in %s on line %d
51 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation7.phpt2 Test gmstrftime() function : usage variation - Passing day related format strings to format argumen…
5 echo "*** Testing gmstrftime() : usage variation ***\n";
23 var_dump( gmstrftime($value) );
24 var_dump( gmstrftime($value, $timestamp) );
29 *** Testing gmstrftime() : usage variation ***
33 Deprecated: Function gmstrftime() is deprecated in %s on line %d
36 Deprecated: Function gmstrftime() is deprecated in %s on line %d
41 Deprecated: Function gmstrftime() is deprecated in %s on line %d
44 Deprecated: Function gmstrftime() is deprecated in %s on line %d
49 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation9.phpt2 Test gmstrftime() function : usage variation - Checking week related formats which was not supporte…
5 echo "*** Testing gmstrftime() : usage variation ***\n";
22 var_dump( gmstrftime($value) );
23 var_dump( gmstrftime($value, $timestamp) );
28 *** Testing gmstrftime() : usage variation ***
32 Deprecated: Function gmstrftime() is deprecated in %s on line %d
35 Deprecated: Function gmstrftime() is deprecated in %s on line %d
40 Deprecated: Function gmstrftime() is deprecated in %s on line %d
43 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation16.phpt2 Test gmstrftime() function : usage variation - Checking time related formats which are supported ot…
11 echo "*** Testing gmstrftime() : usage variation ***\n";
29 var_dump( gmstrftime($value) );
30 var_dump( gmstrftime($value, $timestamp) );
35 *** Testing gmstrftime() : usage variation ***
39 Deprecated: Function gmstrftime() is deprecated in %s on line %d
42 Deprecated: Function gmstrftime() is deprecated in %s on line %d
47 Deprecated: Function gmstrftime() is deprecated in %s on line %d
50 Deprecated: Function gmstrftime() is deprecated in %s on line %d
55 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation8.phpt2 Test gmstrftime() function : usage variation - Passing literal related strings to format argument.
5 echo "*** Testing gmstrftime() : usage variation ***\n";
21 var_dump( gmstrftime($value) );
22 var_dump( gmstrftime($value, $timestamp) );
27 *** Testing gmstrftime() : usage variation ***
31 Deprecated: Function gmstrftime() is deprecated in %s on line %d
34 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation10.phpt2 Test gmstrftime() function : usage variation - Checking week related formats which are supported ot…
11 echo "*** Testing gmstrftime() : usage variation ***\n";
28 var_dump( gmstrftime($value) );
29 var_dump( gmstrftime($value, $timestamp) );
34 *** Testing gmstrftime() : usage variation ***
38 Deprecated: Function gmstrftime() is deprecated in %s on line %d
41 Deprecated: Function gmstrftime() is deprecated in %s on line %d
46 Deprecated: Function gmstrftime() is deprecated in %s on line %d
49 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation20.phpt2 Test gmstrftime() function : usage variation - Checking newline and tab formats which are supported…
11 echo "*** Testing gmstrftime() : usage variation ***\n";
28 var_dump( gmstrftime($value) );
29 var_dump( gmstrftime($value, $timestamp) );
34 *** Testing gmstrftime() : usage variation ***
38 Deprecated: Function gmstrftime() is deprecated in %s on line %d
42 Deprecated: Function gmstrftime() is deprecated in %s on line %d
48 Deprecated: Function gmstrftime() is deprecated in %s on line %d
51 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation22.phpt2 Test gmstrftime() function : usage variation - Checking Preferred date and time representation othe…
14 echo "*** Testing gmstrftime() : usage variation ***\n";
33 var_dump( gmstrftime($value, $timestamp) );
38 *** Testing gmstrftime() : usage variation ***
42 Deprecated: Function gmstrftime() is deprecated in %s on line %d
47 Deprecated: Function gmstrftime() is deprecated in %s on line %d
52 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A D009.phpt2 strftime() and gmstrftime() tests
18 var_dump(gmstrftime(""));
19 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
20 var_dump(gmstrftime("%%q %%a", $t));
21 var_dump(gmstrftime("blah", $t));
39 Deprecated: Function gmstrftime() is deprecated in %s on line %d
42 Deprecated: Function gmstrftime() is deprecated in %s on line %d
46 Deprecated: Function gmstrftime() is deprecated in %s on line %d
49 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A D009_win32.phpt2 strftime() and gmstrftime() tests
25 var_dump(gmstrftime(""));
27 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
29 var_dump(gmstrftime("%%q %%a", $t));
31 var_dump(gmstrftime("blah", $t));
50 Deprecated: Function gmstrftime() is deprecated in %s on line %d
53 Deprecated: Function gmstrftime() is deprecated in %s on line %d
56 Deprecated: Function gmstrftime() is deprecated in %s on line %d
59 Deprecated: Function gmstrftime() is deprecated in %s on line %d
/php-src/ext/date/
H A Dphp_date.stub.php131 function gmstrftime(string $format, ?int $timestamp = null): string|false {} function
H A Dphp_date_arginfo.h527 ZEND_FUNCTION(gmstrftime);

Completed in 29 milliseconds

12