Home
last modified time | relevance | path

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

12345678

/PHP-5.5/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",
124 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z/)
125 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z)
126 DateInterval::__construct(): Unknown or bad format (2007-05-11T15:30:00Z/:00Z)
H A Dbug32555.phpt12 print strftime('%c %Z',strtotime('now',$stamp)) ."\n";
13 print strftime('%c %Z',strtotime('tomorrow',$stamp)) ."\n";
14 print strftime('%c %Z',strtotime('+1 day',$stamp)) ."\n";
15 print strftime('%c %Z',strtotime('+2 day',$stamp)) ."\n";
/PHP-5.5/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-5.5/ext/zlib/
H A Dzlib.c114 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex()
172 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex()
177 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex()
320 z_stream Z; in php_zlib_encode() local
332 Z.avail_in = in_len; in php_zlib_encode()
336 deflateEnd(&Z); in php_zlib_encode()
365 buffer.size = (max && (max < Z->avail_in)) ? max : Z->avail_in; in php_zlib_inflate_rounds()
409 z_stream Z; in php_zlib_decode() local
424 inflateEnd(&Z); in php_zlib_decode()
430 inflateEnd(&Z); in php_zlib_decode()
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt15 '/[a-zA-Z]', //Regex without closing delimiter
16 '[a-zA-Z]/', //Regex without opening delimiter
17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
18 '[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_replace_error1.phpt15 '/[a-zA-Z]', //Regex without closing delimiter
16 '[a-zA-Z]/', //Regex without opening delimiter
17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
37 Arg value is /[a-zA-Z]
42 Arg value is [a-zA-Z]/
47 Arg value is /[a-zA-Z]/F
55 Arg value is /[a-zA-Z]/
H A Dpreg_grep_error1.phpt15 '/[a-zA-Z]', //Regex without closing delimiter
16 '[a-zA-Z]/', //Regex without opening delimiter
17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
38 Arg value is /[a-zA-Z]
43 Arg value is [a-zA-Z]/
48 Arg value is /[a-zA-Z]/F
58 Arg value is /[a-zA-Z]/
H A Dpreg_match_error1.phpt15 '/[a-zA-Z]', //Regex without closing delimiter
16 '[a-zA-Z]/', //Regex without opening delimiter
17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
37 Arg value is /[a-zA-Z]
42 Arg value is [a-zA-Z]/
47 Arg value is /[a-zA-Z]/F
57 Arg value is /[a-zA-Z]/
H A Dpreg_split_error1.phpt15 '/[a-zA-Z]', //Regex without closing delimiter
16 '[a-zA-Z]/', //Regex without opening delimiter
17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
36 Arg value is /[a-zA-Z]
41 Arg value is [a-zA-Z]/
46 Arg value is /[a-zA-Z]/F
56 Arg value is /[a-zA-Z]/
H A Dpreg_match_all_error1.phpt15 '/[a-zA-Z]', //Regex without closing delimiter
16 '[a-zA-Z]/', //Regex without opening delimiter
17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
39 Arg value is /[a-zA-Z]
45 Arg value is [a-zA-Z]/
51 Arg value is /[a-zA-Z]/F
63 Arg value is /[a-zA-Z]/
/PHP-5.5/ext/mbstring/tests/
H A Dphp_gr_jp_dev_884-2.phpt10 var_dump(mb_ereg_replace("C?$", "Z", "ABC"));
11 var_dump(ereg_replace("C?$", "Z", "ABC"));
12 var_dump(mb_ereg_replace("C*$", "Z", "ABC"));
13 var_dump(ereg_replace("C*$", "Z", "ABC"));
/PHP-5.5/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"),
20 Warning: unpack(): Type Z: not enough input, need 2, have 1 in %s on line %d
H A Dbug37244.phpt17 string(92) "Implemem][ۜ�UT��Z�X�H[���[��Y�]�۝Z[���\�X�\���]�YHH�\�H[X…
/PHP-5.5/Zend/tests/
H A Dbug60536_001.phpt15 class Z extends Y {
20 $a = new Z();
26 Notice: Undefined property: Z::$x in %s on line 14
H A Dns_065.phpt5 use X\Y as test, X\Z as test2;
13 X\Z\foo
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug44996.phpt14 DecodeDatetime("20010909T01:46:40Z");
21 ISO 8601 datetime 20010909T01:46:40Z
24 [scalar] => 20010909T01:46:40Z
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite22.phar10 �д���\~ޡ`���1�0Z��̺Z���GBMB
/PHP-5.5/ext/zip/lib/
H A Dzip_err_str.c45 #define Z ZIP_ET_ZLIB macro
61 Z,
/PHP-5.5/ext/openssl/tests/
H A Dbug65698.phpt15 string(15) "20090303125318Z"
17 string(15) "20240303125318Z"
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_007w.phpt10 $client->echoDate(array("inputDate"=>"2002-12-22T21:41:17Z"));
18 …nterop.org/"><SOAP-ENV:Body><ns1:echoDate><ns1:inputDate>2002-12-22T21:41:17Z</ns1:inputDate></ns1…
20 …p.org/"><SOAP-ENV:Body><ns1:echoDateResponse><ns1:return>2002-12-22T21:41:17Z</ns1:return></ns1:ec…
/PHP-5.5/ext/standard/tests/file/
H A Dbug43522.phpt9 DoTest($fp, "Z"); // test single-char delimiter
23 Delimiter: Z
H A Dbasename_variation1-win32.phpt16 "Z:/",
77 basename for path Z:/foo is:
79 basename for path Z:/foo/ is:
81 basename for path Z:/foo\ is:
83 basename for path Z:/foo.bar is:
85 basename for path Z:/foo.bar/ is:
87 basename for path Z:/foo.bar\ is:
89 basename for path Z:/dir/foo.bar is:
91 basename for path Z:/dir\foo.bar is:
93 basename for path Z:/dir with spaces/foo.bar is:
[all …]
H A Dbasename_variation1.phpt16 "Z:/",
77 basename for path Z:/foo is:
79 basename for path Z:/foo/ is:
81 basename for path Z:/foo\ is:
83 basename for path Z:/foo.bar is:
85 basename for path Z:/foo.bar/ is:
87 basename for path Z:/foo.bar\ is:
89 basename for path Z:/dir/foo.bar is:
91 basename for path Z:/dir\foo.bar is:
93 basename for path Z:/dir with spaces/foo.bar is:
[all …]
/PHP-5.5/ext/spl/tests/
H A Dregexiterator_getregex.phpt20 $regexIterator = new RegexIterator($iterator, '|\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b|');
29 string(43) "|\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b|"
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_020w.phpt10 $client->echoDate('2001-05-24T17:31:41Z');
18 …NV:Body><ns1:echoDate><inputDate xsi:type="xsd:dateTime">2001-05-24T17:31:41Z</inputDate></ns1:ech…
20 …ns1:echoDateResponse><outputDate xsi:type="xsd:dateTime">2001-05-24T17:31:41Z</outputDate></ns1:ec…

Completed in 47 milliseconds

12345678