Home
last modified time | relevance | path

Searched refs:z (Results 201 – 225 of 365) sorted by relevance

12345678910>>...15

/PHP-5.4/ext/pcre/pcrelib/testdata/
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-5.4/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-5.4/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-5.4/ext/pspell/
H A Dconfig.m426 if test -z "$PSPELL_DIR"; then
/PHP-5.4/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-5.4/ext/ereg/tests/
H A Deregi_basic.phpt25 …:]]case', $string, $match2)); //character class lower should just match [a-z] but in case insensi…
/PHP-5.4/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",
H A Didate_variation4.phpt27 'Day of the year' => 'z',
/PHP-5.4/ext/standard/
H A Dcrypt_sha256.c148 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
149 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
H A Dcrypt_sha512.c173 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
174 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
/PHP-5.4/ext/mcrypt/
H A Dconfig.m431 if test -z "$MCRYPT_DIR"; then
/PHP-5.4/ext/session/
H A Dconfig.m427 if test -z "$MM_DIR" ; then
/PHP-5.4/ext/gettext/
H A Dconfig.m413 if test -z "$GETTEXT_DIR"; then
/PHP-5.4/ext/date/
H A Dphp_date.c1032 offset->offset = (t->z) * -60; in date_format()
2210 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()
2211 new_obj->tzi.z.dst = old_obj->tzi.z.dst; in date_object_clone_timezone()
2212 new_obj->tzi.z.abbr = old_obj->tzi.z.abbr; in date_object_clone_timezone()
2362 free(intern->tzi.z.abbr); in date_object_free_storage_timezone()
2462 new_dst = tzobj->tzi.z.dst; in php_date_initialize()
2480 now->z = new_offset; in php_date_initialize()
2483 now->z = new_offset; in php_date_initialize()
2679 add_assoc_zval(z, "errors", element); in zval_from_error_container()
2980 tzobj->tzi.z.utc_offset = dateobj->time->z; in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt68 !fwrite($fp, (binary)"99;'z';\n")) {
74 !fwrite($fp, "99;'z';\n")) {
/PHP-5.4/ext/dom/
H A Dconfig.m48 if test -z "$PHP_LIBXML_DIR"; then
/PHP-5.4/sapi/nsapi/
H A Dconfig.m425 if test -z "$NSAPI_INCLUDE"; then
/PHP-5.4/ext/date/lib/
H A Dparse_date.re576 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
609 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
892 tz = "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/-][A-Za-z]+)+;
1079 s->time->z = 0;
1243 s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, s->tzdb, tz_get_wrapper);
1833 in.time->z = TIMELIB_UNSET;
1920 in.time->z = TIMELIB_UNSET;
1957 …case 'z': /* day of year - resets month (0 based) - also initializes everything else to !TIMELIB_U…
2084 s->time->z = 0;
2245 if (parsed->z == TIMELIB_UNSET) parsed->z = now->z != TIMELIB_UNSET ? now->z : 0;
[all …]
/PHP-5.4/ext/recode/
H A Dconfig.m430 if test -z "$RECODE_DIR"; then

Completed in 86 milliseconds

12345678910>>...15