Home
last modified time | relevance | path

Searched refs:z (Results 226 – 250 of 398) sorted by relevance

12345678910>>...16

/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput272 /(abc|a+z)/I
99 /z{65536}/
138 /[z-a]/
150 /(?z)abc/
354 /ab(?z)cd/
1699 1: z
9870 z
10199 /(?(?=[^a-z]+[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) /xSI
10913 /abc\z/
10982 z
[all …]
H A Dtestoutput8146 x0y+z
147 0: x0y+z
158 x y+z
211 /a\d\z/
221 /a\d\z/m
1450 /^\*\.[a-z]([a-z\-\d]*[a-z\d]+)?(\.[a-z]([a-z\-\d]*[a-z\d]+)?)*$/
1557 z
1558 0: z
1584 z
1585 0: z
[all …]
H A Dtestinput1259 /^\*\.[a-z]([a-z\-\d]*[a-z\d]+)?(\.[a-z]([a-z\-\d]*[a-z\d]+)?)*$/
327 z
337 z
1420 a-z
1424 /[a-z]+/
1858 z
2274 /(?(?=[^a-z]+[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) /x
3548 /b\z/
3553 /b\z/
3806 z
[all …]
H A Dtestoutput1505 /^\*\.[a-z]([a-z\-\d]*[a-z\d]+)?(\.[a-z]([a-z\-\d]*[a-z\d]+)?)*$/
652 z
653 0: z
670 z
671 0: z
3634 /(?(?=[^a-z]+[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) /x
3739 0: z
3740 1: z
5768 /b\z/
5774 /b\z/
[all …]
/PHP-7.1/ext/pspell/
H A Dconfig.m426 if test -z "$PSPELL_DIR"; then
/PHP-7.1/ext/standard/tests/array/
H A Dprev_variation2.phpt22 $array_arg = array ($subarray, 'a' => 'z');
H A Darray_diff_variation7.phpt39 $arr1 = array('x', 'y', 'z');
/PHP-7.1/ext/openssl/tests/
H A Dbug76705.pem32 z/J1Xy21rDU23KeQzYkGann04DN5xdyFlWFSU5R+KW/wtgnI42Y3EABai3r5RAkj
/PHP-7.1/ext/date/tests/
H A D004.phpt14 var_dump(date("z", $t));
H A Dgmdate_variation3.phpt24 'Day of the year' => 'z'
H A Dgmstrftime_variation5.phpt24 'Time zone offset' => "%z",
H A Dstrftime_variation5.phpt23 'Time zone offset' => "%z",
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_rollback.phpt23 $db->query("INSERT INTO test(id, label) VALUES (100, 'z')");
36 $db->query("INSERT INTO test(id, label) VALUES (100, 'z')");
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt52 echo 'Read '.stream_get_contents($r['data'], 1, 25)."$\n"; // z
96 Read z$
/PHP-7.1/ext/session/
H A Dconfig.m427 if test -z "$MM_DIR" ; then
/PHP-7.1/ext/gettext/
H A Dconfig.m413 if test -z "$GETTEXT_DIR"; then
/PHP-7.1/ext/standard/
H A Dcrypt_sha256.c142 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
143 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
H A Dcrypt_sha512.c167 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
168 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
/PHP-7.1/ext/zlib/tests/
H A Ddeflate_add_basic.phpt56 foreach (range("a", "z") as $c) {
/PHP-7.1/ext/mcrypt/
H A Dconfig.m431 if test -z "$MCRYPT_DIR"; then
/PHP-7.1/ext/dom/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
/PHP-7.1/ext/date/
H A Dphp_date.c1115 offset->offset = (t->z) * -60; in date_format()
2331 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()
2332 new_obj->tzi.z.dst = old_obj->tzi.z.dst; in date_object_clone_timezone()
2333 new_obj->tzi.z.abbr = timelib_strdup(old_obj->tzi.z.abbr); in date_object_clone_timezone()
2570 timelib_free(intern->tzi.z.abbr); in date_object_free_storage_timezone()
2688 new_dst = tzobj->tzi.z.dst; in php_date_initialize()
2706 now->z = new_offset; in php_date_initialize()
2709 now->z = new_offset; in php_date_initialize()
3389 tzobj->tzi.z.utc_offset = t->z; in set_timezone_from_timelib_time()
3931 RETURN_STRING(tzobj->tzi.z.abbr); in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/date/lib/
H A Dparse_date.re564 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
597 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
855 tz = "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/-][A-Za-z]+)+;
1043 s->time->z = 0;
1071 s->time->z = 0;
1235 … s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, s->tzdb, tz_get_wrapper);
1825 in.time->z = TIMELIB_UNSET;
1918 in.time->z = TIMELIB_UNSET;
2081 s->time->z = 0;
2249 if (parsed->z == TIMELIB_UNSET) parsed->z = now->z != TIMELIB_UNSET ? now->z : 0;
[all …]
/PHP-7.1/ext/recode/
H A Dconfig.m430 if test -z "$RECODE_DIR"; then
/PHP-7.1/ext/tidy/
H A Dconfig.m426 if test -z "$TIDY_DIR"; then

Completed in 111 milliseconds

12345678910>>...16