Home
last modified time | relevance | path

Searched refs:Z (Results 1 – 25 of 141) sorted by relevance

123456

/PHP-8.0/ext/date/tests/
H A Dbug52808.phpt7 "2008-05-11T15:30:00Z/2007-03-01T13:00:00Z",
8 "2007-05-11T15:30:00Z/2008-03-01T13:00:00Z",
9 "2007-05-11T15:30:00Z 2008-03-01T13:00:00Z",
10 "2007-05-11T15:30:00Z/",
11 "2007-05-11T15:30:00Z",
12 "2007-05-11T15:30:00Z/:00Z",
130 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z/)
131 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z)
132 DateInterval::__construct(): Unknown or bad format (2007-05-11T15:30:00Z/:00Z)
H A Ddate_format_timezone.phpt19 echo "Z\n";
20 $date = date_create("2020-03-10 22:30:41Z");
29 string(1) "Z"
42 Z
43 string(1) "Z"
H A Ddate_period_bad_iso_format.phpt13 new DatePeriod("R4/2012-07-01T00:00:00Z");
20 new DatePeriod("2012-07-01T00:00:00Z/P7D");
28 DatePeriod::__construct(): ISO interval must contain an interval, "R4/2012-07-01T00:00:00Z" given
29 …ct(): ISO interval must contain an end date or a recurrence count, "2012-07-01T00:00:00Z/P7D" given
H A Ddate_interval_prop_dim.phpt5 class Z extends DateInterval{}
6 $z = new Z('P2Y4DT6H8M');
H A Dbug75222.phpt6 $dt1 = new \DateTimeImmutable('2017-01-01T00:00:00.000000Z');
7 $dt2 = new \DateTimeImmutable('2017-01-01T00:00:00.123456Z');
/PHP-8.0/ext/soap/tests/schema/
H A Dschema064.phpt42Z</dateTime><time xsi:type="xsd:time">01:02:03Z</time><date xsi:type="xsd:date">1976-04-05Z</date>…
45 string(20) "1976-04-05T01:02:03Z"
47 string(9) "01:02:03Z"
49 string(11) "1976-04-05Z"
51 string(8) "1976-04Z"
53 string(5) "1976Z"
55 string(8) "--04-05Z"
57 string(6) "---05Z"
59 string(7) "--04--Z"
/PHP-8.0/ext/zlib/
H A Dzlib.c81 inflateEnd(&intern->Z); in inflate_context_free_obj()
117 deflateEnd(&intern->Z); in deflate_context_free_obj()
185 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex()
389 z_stream Z; in php_zlib_encode() local
401 Z.avail_in = in_len; in php_zlib_encode()
405 deflateEnd(&Z); in php_zlib_encode()
431 buffer.size = (max && (max < Z->avail_in)) ? max : Z->avail_in; in php_zlib_inflate_rounds()
475 z_stream Z; in php_zlib_decode() local
490 inflateEnd(&Z); in php_zlib_decode()
496 inflateEnd(&Z); in php_zlib_decode()
[all …]
/PHP-8.0/Zend/tests/type_declarations/union_types/
H A Dmultiple_classes.phpt7 public X|Y|Z|int $prop;
8 public function method(X|Y|Z|int $arg): X|Y|Z|int {
49 class Z {}
52 $test->prop = new Z;
54 var_dump($test->method(new Z));
70 Cannot assign stdClass to property Test::$prop of type X|Y|Z|int
71 Test::method(): Argument #1 ($arg) must be of type X|Y|Z|int, stdClass given, called in %s on line …
76 object(Z)#6 (0) {
78 object(Z)#4 (0) {
/PHP-8.0/ext/pcre/tests/
H A Dpreg_replace_error1.phpt13 '/[a-zA-Z]', //Regex without closing delimiter
14 '[a-zA-Z]/', //Regex without opening delimiter
15 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
16 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
39 Arg value is /[a-zA-Z]
44 Arg value is [a-zA-Z]/
49 Arg value is /[a-zA-Z]/F
57 Arg value is /[a-zA-Z]/
H A Dpreg_grep_error1.phpt13 '/[a-zA-Z]', //Regex without closing delimiter
14 '[a-zA-Z]/', //Regex without opening delimiter
15 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
16 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
43 Arg value is /[a-zA-Z]
48 Arg value is [a-zA-Z]/
53 Arg value is /[a-zA-Z]/F
61 Arg value is /[a-zA-Z]/
H A Dpreg_split_error1.phpt13 '/[a-zA-Z]', //Regex without closing delimiter
14 '[a-zA-Z]/', //Regex without opening delimiter
15 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
16 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
42 Arg value is /[a-zA-Z]
47 Arg value is [a-zA-Z]/
52 Arg value is /[a-zA-Z]/F
60 Arg value is /[a-zA-Z]/
H A Dpreg_match_error1.phpt11 '/[a-zA-Z]', //Regex without closing delimiter
12 '[a-zA-Z]/', //Regex without opening delimiter
13 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
14 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
40 Arg value is /[a-zA-Z]
45 Arg value is [a-zA-Z]/
50 Arg value is /[a-zA-Z]/F
58 Arg value is /[a-zA-Z]/
H A Dpreg_match_all_error1.phpt13 '/[a-zA-Z]', //Regex without closing delimiter
14 '[a-zA-Z]/', //Regex without opening delimiter
15 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
16 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
45 Arg value is /[a-zA-Z]
51 Arg value is [a-zA-Z]/
57 Arg value is /[a-zA-Z]/F
67 Arg value is /[a-zA-Z]/
H A Dpreg_replace_callback_error1.phpt13 '/[a-zA-Z]', //Regex without closing delimiter
14 '[a-zA-Z]/', //Regex without opening delimiter
15 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
16 '[A-Z]', '[0-9]'), '/[0-9]/'); //Regex string
36 Arg value is /[a-zA-Z]
41 Arg value is [a-zA-Z]/
46 Arg value is /[a-zA-Z]/F
/PHP-8.0/ext/mbstring/tests/
H A Dphp_gr_jp_dev_884-2.phpt10 var_dump(mb_ereg_replace("C?$", "Z", "ABC"));
11 var_dump(preg_replace("/C?$/", "Z", "ABC"));
12 var_dump(mb_ereg_replace("C*$", "Z", "ABC"));
13 var_dump(preg_replace("/C*$/", "Z", "ABC"));
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error5.phpt24 public function method(Z $a) {}
27 } else if ($class == 'Z') {
28 class Z extends Y {
31 var_dump(new Z);
44 Fatal error: Declaration of Y::method(Z $a) must be compatible with X::method(Y $a) in %s on line %d
/PHP-8.0/ext/standard/tests/strings/
H A Dpack_Z.phpt2 pack()/unpack(): "Z" format
10 pack("Z*", "foo"),
11 unpack("Z*", "foo\0\rbar\0 \t\r\n"),
21 Warning: unpack(): Type Z: not enough input, need 2, have 1 in %s on line %d
/PHP-8.0/Zend/tests/
H A Dbug60536_001.phpt15 class Z extends Y {
20 $a = new Z();
25 Warning: Undefined property: Z::$x in %s on line %d
H A Dns_065.phpt5 use X\Y as test, X\Z as test2;
14 X\Z\foo
/PHP-8.0/tests/classes/
H A Dconstants_visibility_004.phpt8 private const Z = 3;
14 var_dump(self::Z);
24 Fatal error: Uncaught Error: Undefined constant B::Z in %s:%d
/PHP-8.0/ext/oci8/tests/
H A Dimp_res_1.phpt155 ["'Z'"]=>
156 string(1) "Z"
211 ["'Z'"]=>
212 string(1) "Z"
268 string(1) "Z"
323 ["'Z'"]=>
324 string(1) "Z"
377 ["'Z'"]=>
378 string(1) "Z"
505 ["'Z'"]=>
[all …]
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dwrite22.phar10 �д���\~ޡ`���1�0Z��̺Z���GBMB
/PHP-8.0/ext/opcache/tests/
H A Dpreload_variance.inc5 class A extends Z {
8 class B extends Z {
13 class C extends Z {
47 class Z {
/PHP-8.0/ext/openssl/tests/
H A Dbug65698.phpt13 string(15) "20090303125318Z"
15 string(15) "20240303125318Z"
/PHP-8.0/ext/standard/tests/time/
H A Dstrptime_parts.phpt8 if (!strftime('%Z')) die('skip strftime does not support %Z');
21 $str = strftime("%r %B%e %Y %Z", $tstamp);
22 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');

Completed in 36 milliseconds

123456