Home
last modified time | relevance | path

Searched refs:u (Results 76 – 100 of 452) sorted by relevance

12345678910>>...19

/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct_oo.phpt60 [%u|b%"name"]=>
62 [%u|b%"orgname"]=>
64 [%u|b%"table"]=>
66 [%u|b%"orgtable"]=>
68 [%u|b%"def"]=>
70 [%u|b%"db"]=>
72 [%u|b%"catalog"]=>
76 [%u|b%"length"]=>
80 [%u|b%"flags"]=>
82 [%u|b%"type"]=>
[all …]
H A D057.phpt80 [%u|b%"affected_rows"]=>
82 [%u|b%"insert_id"]=>
84 [%u|b%"num_rows"]=>
86 [%u|b%"param_count"]=>
88 [%u|b%"field_count"]=>
90 [%u|b%"errno"]=>
92 [%u|b%"error"]=>
94 [%u|b%"error_list"]=>
97 [%u|b%"sqlstate"]=>
99 [%u|b%"id"]=>
H A Dmysqli_fetch_assoc.phpt77 [%u|b%"id"]=>
79 [%u|b%"label"]=>
86 [%u|b%"a"]=>
88 [%u|b%"c"]=>
90 [%u|b%"C"]=>
92 [%u|b%"d"]=>
94 [%u|b%"e"]=>
112 [%u|b%"01"]=>
114 [%u|b%"-02"]=>
H A D060.phpt59 [%u|b%"c1"]=>
61 [%u|b%"c2"]=>
63 [%u|b%"c3"]=>
65 [%u|b%"c4"]=>
67 [%u|b%"c5"]=>
69 [%u|b%"c6"]=>
71 [%u|b%"c7"]=>
H A D042.phpt64 [%u|b%"c1"]=>
66 [%u|b%"c2"]=>
68 [%u|b%"c3"]=>
70 [%u|b%"c4"]=>
72 [%u|b%"c5"]=>
74 [%u|b%"c6"]=>
76 [%u|b%"c7"]=>
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.h69 #define NSTR(node) (&((node)->u.str))
70 #define NCCLASS(node) (&((node)->u.cclass))
71 #define NCTYPE(node) (&((node)->u.ctype))
72 #define NBREF(node) (&((node)->u.bref))
73 #define NQTFR(node) (&((node)->u.qtfr))
75 #define NANCHOR(node) (&((node)->u.anchor))
76 #define NCONS(node) (&((node)->u.cons))
77 #define NCALL(node) (&((node)->u.call))
99 #define NSTRING_LEN(node) ((node)->u.str.end - (node)->u.str.s)
104 (node)->u.str.flag |= NSTR_DONT_GET_OPT_INFO
[all …]
/PHP-7.0/ext/standard/tests/strings/
H A Dvsprintf_basic7.phpt18 $format1 = "%u";
19 $format2 = "%u %u";
20 $format3 = "%u %u %u";
H A Dvsprintf_basic7_64bit.phpt18 $format1 = "%u";
19 $format2 = "%u %u";
20 $format3 = "%u %u %u";
H A Dvprintf_basic7.phpt18 $format1 = "%u";
19 $format2 = "%u %u";
20 $format3 = "%u %u %u";
H A Dvprintf_basic7_64bit.phpt18 $format1 = "%u";
19 $format2 = "%u %u";
20 $format3 = "%u %u %u";
H A Dbug26973.phpt10 printf("%+05u\n", 200);
11 printf("%+05u\n", -200);
17 printf("%05u\n", 200);
18 printf("%05u\n", -200);
H A Dsprintf_basic7.phpt21 $format1 = "%u";
22 $format2 = "%u %u";
23 $format3 = "%u %u %u";
H A Dsprintf_basic7_64bit.phpt17 $format1 = "%u";
18 $format2 = "%u %u";
19 $format3 = "%u %u %u";
H A Dvfprintf_basic7.phpt18 $format1 = "%u";
19 $format2 = "%u %u";
20 $format3 = "%u %u %u";
H A Dvfprintf_basic7_64bit.phpt18 $format1 = "%u";
19 $format2 = "%u %u";
20 $format3 = "%u %u %u";
/PHP-7.0/ext/standard/
H A Drand.c144 #define hiBit(u) ((u) & 0x80000000U) /* mask all but highest bit of u */ argument
145 #define loBit(u) ((u) & 0x00000001U) /* mask all but lowest bit of u */ argument
146 #define loBits(u) ((u) & 0x7FFFFFFFU) /* mask the highest bit of u */ argument
147 #define mixBits(u, v) (hiBit(u)|loBits(v)) /* move hi bit of u to hi bit of v */ argument
149 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((php_uint32)(-(php_int32)(loBit(u))) & 0x9908b0dfU)) argument
/PHP-7.0/ext/pcre/tests/
H A Dbug42298.phpt2 Bug #42298 (pcre gives bogus results with /u)
6 preg_match_all('/\S\S/u', $str, $m); var_dump($m);
7 preg_match_all('/\S{2}/u', $str, $m); var_dump($m);
10 preg_match_all('/\W\W/u', $str, $m); var_dump($m);
11 preg_match_all('/\W{2}/u', $str, $m); var_dump($m);
/PHP-7.0/ext/session/tests/
H A Drfc1867_sid_invalid.phpt63 [%u|b%"file1"]=>
65 [%u|b%"name"]=>
67 [%u|b%"type"]=>
69 [%u|b%"tmp_name"]=>
71 [%u|b%"error"]=>
73 [%u|b%"size"]=>
76 [%u|b%"file2"]=>
78 [%u|b%"name"]=>
80 [%u|b%"type"]=>
84 [%u|b%"error"]=>
[all …]
/PHP-7.0/tests/classes/
H A Dinheritance_006.phpt20 [%u|b%"c":%u|b%"B":private]=>
22 [%u|b%"c":%u|b%"A":private]=>
/PHP-7.0/tests/basic/
H A Dbug55500.phpt38 [%u|b%"file"]=>
40 [%u|b%"name"]=>
45 [%u|b%"type"]=>
50 [%u|b%"tmp_name"]=>
55 [%u|b%"error"]=>
60 [%u|b%"size"]=>
H A Drfc1867_array_upload.phpt34 [%u|b%"file"]=>
36 [%u|b%"name"]=>
45 [%u|b%"type"]=>
54 [%u|b%"tmp_name"]=>
63 [%u|b%"error"]=>
72 [%u|b%"size"]=>
/PHP-7.0/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first.phpt16 [%u|b%"flags":%u|b%"SplDoublyLinkedList":private]=>
18 [%u|b%"dllist":%u|b%"SplDoublyLinkedList":private]=>
H A DSplDoublylinkedlist_offsetunset_last.phpt16 [%u|b%"flags":%u|b%"SplDoublyLinkedList":private]=>
18 [%u|b%"dllist":%u|b%"SplDoublyLinkedList":private]=>
/PHP-7.0/tests/lang/string/
H A Dunicode_escape_surrogates.phpt9 var_dump(bin2hex("\u{D801}"));
10 var_dump(bin2hex("\u{DC00}"));
11 var_dump(bin2hex("\u{D801}\u{DC00}")); // CESU-8 encoding of U+10400
/PHP-7.0/ext/standard/tests/array/
H A Darray_unique_variation2.phpt139 [%b|u%"h1"]=>
142 [%b|u%"h2"]=>
147 [%b|u%"h3"]=>
163 [%b|u%"one"]=>
165 [%b|u%"two"]=>
179 [%b|u%"one"]=>
181 [%b|u%"two"]=>
186 [%b|u%"one"]=>
195 [%b|u%""]=>
213 [%b|u%""]=>
[all …]

Completed in 38 milliseconds

12345678910>>...19