@@ -45,11 +45,7 @@ require_once('skipifconnectfailure.inc');
45
45
echo $ exception ->getMessage () . "\n" ;
46
46
}
47
47
48
- try {
49
- $ mysqli ->client_info ;
50
- } catch (Error $ exception ) {
51
- echo $ exception ->getMessage () . "\n" ;
52
- }
48
+ printf ("mysqli->client_info = '%s'/%s \n" , $ mysqli ->client_info , gettype ($ mysqli ->client_info ));
53
49
54
50
printf ("mysqli->client_version = '%s'/%s \n" , $ mysqli ->client_version , gettype ($ mysqli ->client_version ));
55
51
@@ -242,7 +238,7 @@ Without RS
242
238
243
239
Class variables:
244
240
Property access is not allowed yet
245
- Property access is not allowed yet
241
+ client_info = '%s'
246
242
client_version = '%s'
247
243
connect_errno = '%s'
248
244
connect_error = ''%s'
@@ -262,7 +258,7 @@ mysqli object is already closed
262
258
263
259
Object variables:
264
260
Property access is not allowed yet
265
- Property access is not allowed yet
261
+ client_info = '%s'
266
262
client_version = '%s'
267
263
connect_errno = '%s'
268
264
connect_error = ''%s'
@@ -283,7 +279,7 @@ mysqli object is already closed
283
279
Magic, magic properties:
284
280
mysqli object is already closed
285
281
Property access is not allowed yet
286
- Property access is not allowed yet
282
+ mysqli->client_info = '%s'/string
287
283
mysqli->client_version = '%d'/integer
288
284
mysqli object is already closed
289
285
mysqli object is already closed
@@ -324,7 +320,7 @@ mysqli object is already closed
324
320
325
321
Class variables:
326
322
Property access is not allowed yet
327
- Property access is not allowed yet
323
+ client_info = '%s'
328
324
client_version = '%s'
329
325
connect_errno = '%s'
330
326
connect_error = '%s'
@@ -344,7 +340,7 @@ mysqli object is already closed
344
340
345
341
Object variables:
346
342
Property access is not allowed yet
347
- Property access is not allowed yet
343
+ client_info = '%s'
348
344
client_version = '%s'
349
345
connect_errno = '%s'
350
346
connect_error = '%s'
@@ -365,7 +361,7 @@ mysqli object is already closed
365
361
Magic, magic properties:
366
362
mysqli object is already closed
367
363
Property access is not allowed yet
368
- Property access is not allowed yet
364
+ mysqli->client_info = '%s'/string
369
365
mysqli->client_version = '%d'/integer
370
366
mysqli object is already closed
371
367
mysqli object is already closed
0 commit comments