Skip to content

Commit 0d19718

Browse files
David EllingsworthDavid Ellingsworth
David Ellingsworth
authored and
David Ellingsworth
committed
Add expected output for pdo_mysql test.
1 parent fb9a2ac commit 0d19718

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed

ext/pdo_mysql/tests/gh15093.phpt

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,120 @@ $db = MySQLPDOTest::factory();
5151
$db->exec('DROP TABLE IF EXISTS gh_15093');
5252
?>
5353
--EXPECTF--
54+
Array
55+
(
56+
[0] => Array
57+
(
58+
[native_type] => LONG
59+
[flags] => Array
60+
(
61+
[0] => not_null
62+
[1] => primary_key
63+
[2] => auto_increment
64+
[3] => num
65+
)
66+
67+
[native_flags] => 49667
68+
[table] => gh_15093
69+
[name] => id
70+
[len] => 11
71+
[precision] => 0
72+
)
73+
74+
[1] => Array
75+
(
76+
[native_type] => STRING
77+
[flags] => Array
78+
(
79+
[0] => unique_key
80+
[1] => binary
81+
)
82+
83+
[native_flags] => 16516
84+
[table] => gh_15093
85+
[name] => uuid
86+
[len] => 16
87+
[precision] => 0
88+
)
89+
90+
[2] => Array
91+
(
92+
[native_type] => BLOB
93+
[flags] => Array
94+
(
95+
[0] => blob
96+
[1] => binary
97+
)
98+
99+
[native_flags] => 144
100+
[table] => gh_15093
101+
[name] => blob
102+
[len] => 65535
103+
[precision] => 0
104+
)
105+
106+
[3] => Array
107+
(
108+
[native_type] => TIMESTAMP
109+
[flags] => Array
110+
(
111+
[0] => binary
112+
[1] => timestamp
113+
[2] => on_update_now
114+
)
115+
116+
[native_flags] => 9344
117+
[table] => gh_15093
118+
[name] => ts
119+
[len] => 19
120+
[precision] => 0
121+
)
122+
123+
[4] => Array
124+
(
125+
[native_type] => STRING
126+
[flags] => Array
127+
(
128+
[0] => set
129+
)
130+
131+
[native_flags] => 2048
132+
[table] => gh_15093
133+
[name] => set
134+
[len] => 28
135+
[precision] => 0
136+
)
137+
138+
[5] => Array
139+
(
140+
[native_type] => STRING
141+
[flags] => Array
142+
(
143+
[0] => enum
144+
)
145+
146+
[native_flags] => 256
147+
[table] => gh_15093
148+
[name] => enum
149+
[len] => 4
150+
[precision] => 0
151+
)
152+
153+
[6] => Array
154+
(
155+
[native_type] => LONG
156+
[flags] => Array
157+
(
158+
[0] => unsigned
159+
[1] => zerofill
160+
[2] => num
161+
)
162+
163+
[native_flags] => 32864
164+
[table] => gh_15093
165+
[name] => num
166+
[len] => 11
167+
[precision] => 0
168+
)
169+
170+
)

0 commit comments

Comments
 (0)