Annotation of embedaddon/php/ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt, revision 1.1.1.2

1.1       misho       1: --TEST--
                      2: Interface of the class mysqli - Reflection
                      3: --SKIPIF--
                      4: <?php
                      5: require_once('skipif.inc');
                      6: require_once('skipifemb.inc');
                      7: require_once('connect.inc');
                      8: 
                      9: if (($tmp = substr(PHP_VERSION, 0, strpos(PHP_VERSION, '.'))) && ($tmp < 5))
                     10:        die("skip Reflection not available before PHP 5 (found PHP $tmp)");
                     11: /*
                     12: Let's not deal with cross-version issues in the EXPECTF/UEXPECTF.
                     13: Most of the things which we test are covered by mysqli_class_*_interface.phpt.
                     14: Those tests go into the details and are aimed to be a development tool, no more.
                     15: */
                     16: if (!$IS_MYSQLND)
                     17:        die("skip Test has been written for the latest version of mysqlnd only");
                     18: if ($MYSQLND_VERSION < 50004)
                     19:        die("skip Test requires mysqlnd Revision 5.0.4 or newer");
                     20: 
                     21: ?>
                     22: --FILE--
                     23: <?php
                     24:        require_once('reflection_tools.inc');
                     25:        $class = new ReflectionClass('mysqli');
                     26:        inspectClass($class);
                     27:        print "done!\n";
                     28: ?>
                     29: --EXPECTF--
                     30: Inspecting class 'mysqli'
                     31: isInternal: yes
                     32: isUserDefined: no
                     33: isInstantiable: yes
                     34: isInterface: no
                     35: isAbstract: no
                     36: isFinal: no
                     37: isIteratable: no
                     38: Modifiers: '0'
                     39: Parent Class: ''
                     40: Extension: 'mysqli'
                     41: 
                     42: Inspecting method 'mysqli'
                     43: isFinal: no
                     44: isAbstract: no
                     45: isPublic: yes
                     46: isPrivate: no
                     47: isProtected: no
                     48: isStatic: no
                     49: isConstructor: yes
                     50: isDestructor: no
                     51: isInternal: yes
                     52: isUserDefined: no
                     53: returnsReference: no
                     54: Modifiers: 8448
                     55: Number of Parameters: 6
                     56: Number of Required Parameters: 0
                     57: 
                     58: Inspecting parameter 'host' of method 'mysqli'
                     59: isArray: no
                     60: allowsNull: no
                     61: isPassedByReference: no
                     62: isOptional: yes
                     63: isDefaultValueAvailable: no
                     64: 
                     65: Inspecting parameter 'user' of method 'mysqli'
                     66: isArray: no
                     67: allowsNull: no
                     68: isPassedByReference: no
                     69: isOptional: yes
                     70: isDefaultValueAvailable: no
                     71: 
                     72: Inspecting parameter 'password' of method 'mysqli'
                     73: isArray: no
                     74: allowsNull: no
                     75: isPassedByReference: no
                     76: isOptional: yes
                     77: isDefaultValueAvailable: no
                     78: 
                     79: Inspecting parameter 'database' of method 'mysqli'
                     80: isArray: no
                     81: allowsNull: no
                     82: isPassedByReference: no
                     83: isOptional: yes
                     84: isDefaultValueAvailable: no
                     85: 
                     86: Inspecting parameter 'port' of method 'mysqli'
                     87: isArray: no
                     88: allowsNull: no
                     89: isPassedByReference: no
                     90: isOptional: yes
                     91: isDefaultValueAvailable: no
                     92: 
                     93: Inspecting parameter 'socket' of method 'mysqli'
                     94: isArray: no
                     95: allowsNull: no
                     96: isPassedByReference: no
                     97: isOptional: yes
                     98: isDefaultValueAvailable: no
                     99: 
                    100: Inspecting method 'autocommit'
                    101: isFinal: no
                    102: isAbstract: no
                    103: isPublic: yes
                    104: isPrivate: no
                    105: isProtected: no
                    106: isStatic: no
                    107: isConstructor: no
                    108: isDestructor: no
                    109: isInternal: yes
                    110: isUserDefined: no
                    111: returnsReference: no
                    112: Modifiers: 256
                    113: Number of Parameters: 1
                    114: Number of Required Parameters: 1
                    115: 
                    116: Inspecting parameter 'mode' of method 'autocommit'
                    117: isArray: no
                    118: allowsNull: no
                    119: isPassedByReference: no
                    120: isOptional: no
                    121: isDefaultValueAvailable: no
                    122: 
                    123: Inspecting method 'change_user'
                    124: isFinal: no
                    125: isAbstract: no
                    126: isPublic: yes
                    127: isPrivate: no
                    128: isProtected: no
                    129: isStatic: no
                    130: isConstructor: no
                    131: isDestructor: no
                    132: isInternal: yes
                    133: isUserDefined: no
                    134: returnsReference: no
                    135: Modifiers: 256
                    136: Number of Parameters: 3
                    137: Number of Required Parameters: 3
                    138: 
                    139: Inspecting parameter 'user' of method 'change_user'
                    140: isArray: no
                    141: allowsNull: no
                    142: isPassedByReference: no
                    143: isOptional: no
                    144: isDefaultValueAvailable: no
                    145: 
                    146: Inspecting parameter 'password' of method 'change_user'
                    147: isArray: no
                    148: allowsNull: no
                    149: isPassedByReference: no
                    150: isOptional: no
                    151: isDefaultValueAvailable: no
                    152: 
                    153: Inspecting parameter 'database' of method 'change_user'
                    154: isArray: no
                    155: allowsNull: no
                    156: isPassedByReference: no
                    157: isOptional: no
                    158: isDefaultValueAvailable: no
                    159: 
                    160: Inspecting method 'character_set_name'
                    161: isFinal: no
                    162: isAbstract: no
                    163: isPublic: yes
                    164: isPrivate: no
                    165: isProtected: no
                    166: isStatic: no
                    167: isConstructor: no
                    168: isDestructor: no
                    169: isInternal: yes
                    170: isUserDefined: no
                    171: returnsReference: no
                    172: Modifiers: 256
                    173: Number of Parameters: 0
                    174: Number of Required Parameters: 0
                    175: 
                    176: Inspecting method 'close'
                    177: isFinal: no
                    178: isAbstract: no
                    179: isPublic: yes
                    180: isPrivate: no
                    181: isProtected: no
                    182: isStatic: no
                    183: isConstructor: no
                    184: isDestructor: no
                    185: isInternal: yes
                    186: isUserDefined: no
                    187: returnsReference: no
                    188: Modifiers: 256
                    189: Number of Parameters: 0
                    190: Number of Required Parameters: 0
                    191: 
                    192: Inspecting method 'commit'
                    193: isFinal: no
                    194: isAbstract: no
                    195: isPublic: yes
                    196: isPrivate: no
                    197: isProtected: no
                    198: isStatic: no
                    199: isConstructor: no
                    200: isDestructor: no
                    201: isInternal: yes
                    202: isUserDefined: no
                    203: returnsReference: no
                    204: Modifiers: 256
                    205: Number of Parameters: 0
                    206: Number of Required Parameters: 0
                    207: 
                    208: Inspecting method 'connect'
                    209: isFinal: no
                    210: isAbstract: no
                    211: isPublic: yes
                    212: isPrivate: no
                    213: isProtected: no
                    214: isStatic: no
                    215: isConstructor: no
                    216: isDestructor: no
                    217: isInternal: yes
                    218: isUserDefined: no
                    219: returnsReference: no
                    220: Modifiers: 256
                    221: Number of Parameters: 6
                    222: Number of Required Parameters: 0
                    223: 
                    224: Inspecting parameter 'host' of method 'connect'
                    225: isArray: no
                    226: allowsNull: no
                    227: isPassedByReference: no
                    228: isOptional: yes
                    229: isDefaultValueAvailable: no
                    230: 
                    231: Inspecting parameter 'user' of method 'connect'
                    232: isArray: no
                    233: allowsNull: no
                    234: isPassedByReference: no
                    235: isOptional: yes
                    236: isDefaultValueAvailable: no
                    237: 
                    238: Inspecting parameter 'password' of method 'connect'
                    239: isArray: no
                    240: allowsNull: no
                    241: isPassedByReference: no
                    242: isOptional: yes
                    243: isDefaultValueAvailable: no
                    244: 
                    245: Inspecting parameter 'database' of method 'connect'
                    246: isArray: no
                    247: allowsNull: no
                    248: isPassedByReference: no
                    249: isOptional: yes
                    250: isDefaultValueAvailable: no
                    251: 
                    252: Inspecting parameter 'port' of method 'connect'
                    253: isArray: no
                    254: allowsNull: no
                    255: isPassedByReference: no
                    256: isOptional: yes
                    257: isDefaultValueAvailable: no
                    258: 
                    259: Inspecting parameter 'socket' of method 'connect'
                    260: isArray: no
                    261: allowsNull: no
                    262: isPassedByReference: no
                    263: isOptional: yes
                    264: isDefaultValueAvailable: no
                    265: 
                    266: Inspecting method 'debug'
                    267: isFinal: no
                    268: isAbstract: no
                    269: isPublic: yes
                    270: isPrivate: no
                    271: isProtected: no
                    272: isStatic: no
                    273: isConstructor: no
                    274: isDestructor: no
                    275: isInternal: yes
                    276: isUserDefined: no
                    277: returnsReference: no
                    278: Modifiers: 256
                    279: Number of Parameters: 1
                    280: Number of Required Parameters: 1
                    281: 
                    282: Inspecting parameter 'debug_options' of method 'debug'
                    283: isArray: no
                    284: allowsNull: no
                    285: isPassedByReference: no
                    286: isOptional: no
                    287: isDefaultValueAvailable: no
                    288: 
                    289: Inspecting method 'dump_debug_info'
                    290: isFinal: no
                    291: isAbstract: no
                    292: isPublic: yes
                    293: isPrivate: no
                    294: isProtected: no
                    295: isStatic: no
                    296: isConstructor: no
                    297: isDestructor: no
                    298: isInternal: yes
                    299: isUserDefined: no
                    300: returnsReference: no
                    301: Modifiers: 256
                    302: Number of Parameters: 0
                    303: Number of Required Parameters: 0
                    304: 
                    305: Inspecting method 'escape_string'
                    306: isFinal: no
                    307: isAbstract: no
                    308: isPublic: yes
                    309: isPrivate: no
                    310: isProtected: no
                    311: isStatic: no
                    312: isConstructor: no
                    313: isDestructor: no
                    314: isInternal: yes
                    315: isUserDefined: no
                    316: returnsReference: no
                    317: Modifiers: 256
                    318: Number of Parameters: 1
                    319: Number of Required Parameters: 1
                    320: 
                    321: Inspecting parameter 'string_to_escape' of method 'escape_string'
                    322: isArray: no
                    323: allowsNull: no
                    324: isPassedByReference: no
                    325: isOptional: no
                    326: isDefaultValueAvailable: no
                    327: 
                    328: Inspecting method 'get_charset'
                    329: isFinal: no
                    330: isAbstract: no
                    331: isPublic: yes
                    332: isPrivate: no
                    333: isProtected: no
                    334: isStatic: no
                    335: isConstructor: no
                    336: isDestructor: no
                    337: isInternal: yes
                    338: isUserDefined: no
                    339: returnsReference: no
                    340: Modifiers: 256
                    341: Number of Parameters: 0
                    342: Number of Required Parameters: 0
                    343: 
                    344: Inspecting method 'get_client_info'
                    345: isFinal: no
                    346: isAbstract: no
                    347: isPublic: yes
                    348: isPrivate: no
                    349: isProtected: no
                    350: isStatic: no
                    351: isConstructor: no
                    352: isDestructor: no
                    353: isInternal: yes
                    354: isUserDefined: no
                    355: returnsReference: no
                    356: Modifiers: 256
                    357: Number of Parameters: 0
                    358: Number of Required Parameters: 0
                    359: 
                    360: Inspecting method 'get_connection_stats'
                    361: isFinal: no
                    362: isAbstract: no
                    363: isPublic: yes
                    364: isPrivate: no
                    365: isProtected: no
                    366: isStatic: no
                    367: isConstructor: no
                    368: isDestructor: no
                    369: isInternal: yes
                    370: isUserDefined: no
                    371: returnsReference: no
                    372: Modifiers: 256
                    373: Number of Parameters: 0
                    374: Number of Required Parameters: 0
                    375: 
                    376: Inspecting method 'get_server_info'
                    377: isFinal: no
                    378: isAbstract: no
                    379: isPublic: yes
                    380: isPrivate: no
                    381: isProtected: no
                    382: isStatic: no
                    383: isConstructor: no
                    384: isDestructor: no
                    385: isInternal: yes
                    386: isUserDefined: no
                    387: returnsReference: no
                    388: Modifiers: 256
                    389: Number of Parameters: 0
                    390: Number of Required Parameters: 0
                    391: 
                    392: Inspecting method 'get_warnings'
                    393: isFinal: no
                    394: isAbstract: no
                    395: isPublic: yes
                    396: isPrivate: no
                    397: isProtected: no
                    398: isStatic: no
                    399: isConstructor: no
                    400: isDestructor: no
                    401: isInternal: yes
                    402: isUserDefined: no
                    403: returnsReference: no
                    404: Modifiers: 256
                    405: Number of Parameters: 0
                    406: Number of Required Parameters: 0
                    407: 
                    408: Inspecting method 'init'
                    409: isFinal: no
                    410: isAbstract: no
                    411: isPublic: yes
                    412: isPrivate: no
                    413: isProtected: no
                    414: isStatic: no
                    415: isConstructor: no
                    416: isDestructor: no
                    417: isInternal: yes
                    418: isUserDefined: no
                    419: returnsReference: no
                    420: Modifiers: 256
                    421: Number of Parameters: 0
                    422: Number of Required Parameters: 0
                    423: 
                    424: Inspecting method 'kill'
                    425: isFinal: no
                    426: isAbstract: no
                    427: isPublic: yes
                    428: isPrivate: no
                    429: isProtected: no
                    430: isStatic: no
                    431: isConstructor: no
                    432: isDestructor: no
                    433: isInternal: yes
                    434: isUserDefined: no
                    435: returnsReference: no
                    436: Modifiers: 256
                    437: Number of Parameters: 1
                    438: Number of Required Parameters: 1
                    439: 
                    440: Inspecting parameter 'connection_id' of method 'kill'
                    441: isArray: no
                    442: allowsNull: no
                    443: isPassedByReference: no
                    444: isOptional: no
                    445: isDefaultValueAvailable: no
                    446: 
                    447: Inspecting method 'more_results'
                    448: isFinal: no
                    449: isAbstract: no
                    450: isPublic: yes
                    451: isPrivate: no
                    452: isProtected: no
                    453: isStatic: no
                    454: isConstructor: no
                    455: isDestructor: no
                    456: isInternal: yes
                    457: isUserDefined: no
                    458: returnsReference: no
                    459: Modifiers: 256
                    460: Number of Parameters: 0
                    461: Number of Required Parameters: 0
                    462: 
                    463: Inspecting method 'multi_query'
                    464: isFinal: no
                    465: isAbstract: no
                    466: isPublic: yes
                    467: isPrivate: no
                    468: isProtected: no
                    469: isStatic: no
                    470: isConstructor: no
                    471: isDestructor: no
                    472: isInternal: yes
                    473: isUserDefined: no
                    474: returnsReference: no
                    475: Modifiers: 256
                    476: Number of Parameters: 1
                    477: Number of Required Parameters: 1
                    478: 
                    479: Inspecting parameter 'query' of method 'multi_query'
                    480: isArray: no
                    481: allowsNull: no
                    482: isPassedByReference: no
                    483: isOptional: no
                    484: isDefaultValueAvailable: no
                    485: 
                    486: Inspecting method 'mysqli'
                    487: isFinal: no
                    488: isAbstract: no
                    489: isPublic: yes
                    490: isPrivate: no
                    491: isProtected: no
                    492: isStatic: no
                    493: isConstructor: yes
                    494: isDestructor: no
                    495: isInternal: yes
                    496: isUserDefined: no
                    497: returnsReference: no
                    498: Modifiers: 8448
                    499: Number of Parameters: 6
                    500: Number of Required Parameters: 0
                    501: 
                    502: Inspecting parameter 'host' of method 'mysqli'
                    503: isArray: no
                    504: allowsNull: no
                    505: isPassedByReference: no
                    506: isOptional: yes
                    507: isDefaultValueAvailable: no
                    508: 
                    509: Inspecting parameter 'user' of method 'mysqli'
                    510: isArray: no
                    511: allowsNull: no
                    512: isPassedByReference: no
                    513: isOptional: yes
                    514: isDefaultValueAvailable: no
                    515: 
                    516: Inspecting parameter 'password' of method 'mysqli'
                    517: isArray: no
                    518: allowsNull: no
                    519: isPassedByReference: no
                    520: isOptional: yes
                    521: isDefaultValueAvailable: no
                    522: 
                    523: Inspecting parameter 'database' of method 'mysqli'
                    524: isArray: no
                    525: allowsNull: no
                    526: isPassedByReference: no
                    527: isOptional: yes
                    528: isDefaultValueAvailable: no
                    529: 
                    530: Inspecting parameter 'port' of method 'mysqli'
                    531: isArray: no
                    532: allowsNull: no
                    533: isPassedByReference: no
                    534: isOptional: yes
                    535: isDefaultValueAvailable: no
                    536: 
                    537: Inspecting parameter 'socket' of method 'mysqli'
                    538: isArray: no
                    539: allowsNull: no
                    540: isPassedByReference: no
                    541: isOptional: yes
                    542: isDefaultValueAvailable: no
                    543: 
                    544: Inspecting method 'next_result'
                    545: isFinal: no
                    546: isAbstract: no
                    547: isPublic: yes
                    548: isPrivate: no
                    549: isProtected: no
                    550: isStatic: no
                    551: isConstructor: no
                    552: isDestructor: no
                    553: isInternal: yes
                    554: isUserDefined: no
                    555: returnsReference: no
                    556: Modifiers: 256
                    557: Number of Parameters: 0
                    558: Number of Required Parameters: 0
                    559: 
                    560: Inspecting method 'options'
                    561: isFinal: no
                    562: isAbstract: no
                    563: isPublic: yes
                    564: isPrivate: no
                    565: isProtected: no
                    566: isStatic: no
                    567: isConstructor: no
                    568: isDestructor: no
                    569: isInternal: yes
                    570: isUserDefined: no
                    571: returnsReference: no
                    572: Modifiers: 256
                    573: Number of Parameters: 2
                    574: Number of Required Parameters: 2
                    575: 
                    576: Inspecting parameter 'option' of method 'options'
                    577: isArray: no
                    578: allowsNull: no
                    579: isPassedByReference: no
                    580: isOptional: no
                    581: isDefaultValueAvailable: no
                    582: 
                    583: Inspecting parameter 'value' of method 'options'
                    584: isArray: no
                    585: allowsNull: no
                    586: isPassedByReference: no
                    587: isOptional: no
                    588: isDefaultValueAvailable: no
                    589: 
                    590: Inspecting method 'ping'
                    591: isFinal: no
                    592: isAbstract: no
                    593: isPublic: yes
                    594: isPrivate: no
                    595: isProtected: no
                    596: isStatic: no
                    597: isConstructor: no
                    598: isDestructor: no
                    599: isInternal: yes
                    600: isUserDefined: no
                    601: returnsReference: no
                    602: Modifiers: 256
                    603: Number of Parameters: 0
                    604: Number of Required Parameters: 0
                    605: 
                    606: Inspecting method 'poll'
                    607: isFinal: no
                    608: isAbstract: no
                    609: isPublic: yes
                    610: isPrivate: no
                    611: isProtected: no
                    612: isStatic: yes
                    613: isConstructor: no
                    614: isDestructor: no
                    615: isInternal: yes
                    616: isUserDefined: no
                    617: returnsReference: no
                    618: Modifiers: 257
                    619: Number of Parameters: 5
                    620: Number of Required Parameters: 4
                    621: 
                    622: Inspecting parameter 'read' of method 'poll'
                    623: isArray: yes
                    624: allowsNull: yes
                    625: isPassedByReference: yes
                    626: isOptional: no
                    627: isDefaultValueAvailable: no
                    628: 
                    629: Inspecting parameter 'write' of method 'poll'
                    630: isArray: yes
                    631: allowsNull: yes
                    632: isPassedByReference: yes
                    633: isOptional: no
                    634: isDefaultValueAvailable: no
                    635: 
                    636: Inspecting parameter 'error' of method 'poll'
                    637: isArray: yes
                    638: allowsNull: yes
                    639: isPassedByReference: yes
                    640: isOptional: no
                    641: isDefaultValueAvailable: no
                    642: 
                    643: Inspecting parameter 'sec' of method 'poll'
                    644: isArray: no
                    645: allowsNull: no
                    646: isPassedByReference: no
                    647: isOptional: no
                    648: isDefaultValueAvailable: no
                    649: 
                    650: Inspecting parameter 'usec' of method 'poll'
                    651: isArray: no
                    652: allowsNull: no
                    653: isPassedByReference: no
                    654: isOptional: yes
                    655: isDefaultValueAvailable: no
                    656: 
                    657: Inspecting method 'prepare'
                    658: isFinal: no
                    659: isAbstract: no
                    660: isPublic: yes
                    661: isPrivate: no
                    662: isProtected: no
                    663: isStatic: no
                    664: isConstructor: no
                    665: isDestructor: no
                    666: isInternal: yes
                    667: isUserDefined: no
                    668: returnsReference: no
                    669: Modifiers: 256
                    670: Number of Parameters: 1
                    671: Number of Required Parameters: 1
                    672: 
                    673: Inspecting parameter 'query' of method 'prepare'
                    674: isArray: no
                    675: allowsNull: no
                    676: isPassedByReference: no
                    677: isOptional: no
                    678: isDefaultValueAvailable: no
                    679: 
                    680: Inspecting method 'query'
                    681: isFinal: no
                    682: isAbstract: no
                    683: isPublic: yes
                    684: isPrivate: no
                    685: isProtected: no
                    686: isStatic: no
                    687: isConstructor: no
                    688: isDestructor: no
                    689: isInternal: yes
                    690: isUserDefined: no
                    691: returnsReference: no
                    692: Modifiers: 256
                    693: Number of Parameters: 1
                    694: Number of Required Parameters: 1
                    695: 
                    696: Inspecting parameter 'query' of method 'query'
                    697: isArray: no
                    698: allowsNull: no
                    699: isPassedByReference: no
                    700: isOptional: no
                    701: isDefaultValueAvailable: no
                    702: 
                    703: Inspecting method 'real_connect'
                    704: isFinal: no
                    705: isAbstract: no
                    706: isPublic: yes
                    707: isPrivate: no
                    708: isProtected: no
                    709: isStatic: no
                    710: isConstructor: no
                    711: isDestructor: no
                    712: isInternal: yes
                    713: isUserDefined: no
                    714: returnsReference: no
                    715: Modifiers: 256
                    716: Number of Parameters: 7
                    717: Number of Required Parameters: 0
                    718: 
                    719: Inspecting parameter 'host' of method 'real_connect'
                    720: isArray: no
                    721: allowsNull: no
                    722: isPassedByReference: no
                    723: isOptional: yes
                    724: isDefaultValueAvailable: no
                    725: 
                    726: Inspecting parameter 'user' of method 'real_connect'
                    727: isArray: no
                    728: allowsNull: no
                    729: isPassedByReference: no
                    730: isOptional: yes
                    731: isDefaultValueAvailable: no
                    732: 
                    733: Inspecting parameter 'password' of method 'real_connect'
                    734: isArray: no
                    735: allowsNull: no
                    736: isPassedByReference: no
                    737: isOptional: yes
                    738: isDefaultValueAvailable: no
                    739: 
                    740: Inspecting parameter 'database' of method 'real_connect'
                    741: isArray: no
                    742: allowsNull: no
                    743: isPassedByReference: no
                    744: isOptional: yes
                    745: isDefaultValueAvailable: no
                    746: 
                    747: Inspecting parameter 'port' of method 'real_connect'
                    748: isArray: no
                    749: allowsNull: no
                    750: isPassedByReference: no
                    751: isOptional: yes
                    752: isDefaultValueAvailable: no
                    753: 
                    754: Inspecting parameter 'socket' of method 'real_connect'
                    755: isArray: no
                    756: allowsNull: no
                    757: isPassedByReference: no
                    758: isOptional: yes
                    759: isDefaultValueAvailable: no
                    760: 
                    761: Inspecting parameter 'flags' of method 'real_connect'
                    762: isArray: no
                    763: allowsNull: no
                    764: isPassedByReference: no
                    765: isOptional: yes
                    766: isDefaultValueAvailable: no
                    767: 
                    768: Inspecting method 'real_escape_string'
                    769: isFinal: no
                    770: isAbstract: no
                    771: isPublic: yes
                    772: isPrivate: no
                    773: isProtected: no
                    774: isStatic: no
                    775: isConstructor: no
                    776: isDestructor: no
                    777: isInternal: yes
                    778: isUserDefined: no
                    779: returnsReference: no
                    780: Modifiers: 256
                    781: Number of Parameters: 1
                    782: Number of Required Parameters: 1
                    783: 
                    784: Inspecting parameter 'string_to_escape' of method 'real_escape_string'
                    785: isArray: no
                    786: allowsNull: no
                    787: isPassedByReference: no
                    788: isOptional: no
                    789: isDefaultValueAvailable: no
                    790: 
                    791: Inspecting method 'real_query'
                    792: isFinal: no
                    793: isAbstract: no
                    794: isPublic: yes
                    795: isPrivate: no
                    796: isProtected: no
                    797: isStatic: no
                    798: isConstructor: no
                    799: isDestructor: no
                    800: isInternal: yes
                    801: isUserDefined: no
                    802: returnsReference: no
                    803: Modifiers: 256
                    804: Number of Parameters: 1
                    805: Number of Required Parameters: 1
                    806: 
                    807: Inspecting parameter 'query' of method 'real_query'
                    808: isArray: no
                    809: allowsNull: no
                    810: isPassedByReference: no
                    811: isOptional: no
                    812: isDefaultValueAvailable: no
                    813: 
                    814: Inspecting method 'reap_async_query'
                    815: isFinal: no
                    816: isAbstract: no
                    817: isPublic: yes
                    818: isPrivate: no
                    819: isProtected: no
                    820: isStatic: no
                    821: isConstructor: no
                    822: isDestructor: no
                    823: isInternal: yes
                    824: isUserDefined: no
                    825: returnsReference: no
                    826: Modifiers: 256
                    827: Number of Parameters: 0
                    828: Number of Required Parameters: 0
                    829: 
                    830: Inspecting method 'refresh'
                    831: isFinal: no
                    832: isAbstract: no
                    833: isPublic: yes
                    834: isPrivate: no
                    835: isProtected: no
                    836: isStatic: no
                    837: isConstructor: no
                    838: isDestructor: no
                    839: isInternal: yes
                    840: isUserDefined: no
                    841: returnsReference: no
                    842: Modifiers: 256
                    843: Number of Parameters: 1
                    844: Number of Required Parameters: 1
                    845: 
                    846: Inspecting parameter 'options' of method 'refresh'
                    847: isArray: no
                    848: allowsNull: no
                    849: isPassedByReference: no
                    850: isOptional: no
                    851: isDefaultValueAvailable: no
                    852: 
                    853: Inspecting method 'rollback'
                    854: isFinal: no
                    855: isAbstract: no
                    856: isPublic: yes
                    857: isPrivate: no
                    858: isProtected: no
                    859: isStatic: no
                    860: isConstructor: no
                    861: isDestructor: no
                    862: isInternal: yes
                    863: isUserDefined: no
                    864: returnsReference: no
                    865: Modifiers: 256
                    866: Number of Parameters: 0
                    867: Number of Required Parameters: 0
                    868: 
                    869: Inspecting method 'select_db'
                    870: isFinal: no
                    871: isAbstract: no
                    872: isPublic: yes
                    873: isPrivate: no
                    874: isProtected: no
                    875: isStatic: no
                    876: isConstructor: no
                    877: isDestructor: no
                    878: isInternal: yes
                    879: isUserDefined: no
                    880: returnsReference: no
                    881: Modifiers: 256
                    882: Number of Parameters: 1
                    883: Number of Required Parameters: 1
                    884: 
                    885: Inspecting parameter 'database' of method 'select_db'
                    886: isArray: no
                    887: allowsNull: no
                    888: isPassedByReference: no
                    889: isOptional: no
                    890: isDefaultValueAvailable: no
                    891: 
                    892: Inspecting method 'set_charset'
                    893: isFinal: no
                    894: isAbstract: no
                    895: isPublic: yes
                    896: isPrivate: no
                    897: isProtected: no
                    898: isStatic: no
                    899: isConstructor: no
                    900: isDestructor: no
                    901: isInternal: yes
                    902: isUserDefined: no
                    903: returnsReference: no
                    904: Modifiers: 256
                    905: Number of Parameters: 1
                    906: Number of Required Parameters: 1
                    907: 
                    908: Inspecting parameter 'charset' of method 'set_charset'
                    909: isArray: no
                    910: allowsNull: no
                    911: isPassedByReference: no
                    912: isOptional: no
                    913: isDefaultValueAvailable: no
                    914: 
                    915: Inspecting method 'set_opt'
                    916: isFinal: no
                    917: isAbstract: no
                    918: isPublic: yes
                    919: isPrivate: no
                    920: isProtected: no
                    921: isStatic: no
                    922: isConstructor: no
                    923: isDestructor: no
                    924: isInternal: yes
                    925: isUserDefined: no
                    926: returnsReference: no
                    927: Modifiers: 256
                    928: Number of Parameters: 2
                    929: Number of Required Parameters: 2
                    930: 
                    931: Inspecting parameter 'option' of method 'set_opt'
                    932: isArray: no
                    933: allowsNull: no
                    934: isPassedByReference: no
                    935: isOptional: no
                    936: isDefaultValueAvailable: no
                    937: 
                    938: Inspecting parameter 'value' of method 'set_opt'
                    939: isArray: no
                    940: allowsNull: no
                    941: isPassedByReference: no
                    942: isOptional: no
                    943: isDefaultValueAvailable: no
                    944: 
                    945: Inspecting method 'ssl_set'
                    946: isFinal: no
                    947: isAbstract: no
                    948: isPublic: yes
                    949: isPrivate: no
                    950: isProtected: no
                    951: isStatic: no
                    952: isConstructor: no
                    953: isDestructor: no
                    954: isInternal: yes
                    955: isUserDefined: no
                    956: returnsReference: no
                    957: Modifiers: 256
                    958: Number of Parameters: 5
                    959: Number of Required Parameters: 5
                    960: 
                    961: Inspecting parameter 'key' of method 'ssl_set'
                    962: isArray: no
                    963: allowsNull: no
                    964: isPassedByReference: no
                    965: isOptional: no
                    966: isDefaultValueAvailable: no
                    967: 
                    968: Inspecting parameter 'cert' of method 'ssl_set'
                    969: isArray: no
                    970: allowsNull: no
                    971: isPassedByReference: no
                    972: isOptional: no
                    973: isDefaultValueAvailable: no
                    974: 
                    975: Inspecting parameter 'certificate_authority' of method 'ssl_set'
                    976: isArray: no
                    977: allowsNull: no
                    978: isPassedByReference: no
                    979: isOptional: no
                    980: isDefaultValueAvailable: no
                    981: 
                    982: Inspecting parameter 'certificate_authority_path' of method 'ssl_set'
                    983: isArray: no
                    984: allowsNull: no
                    985: isPassedByReference: no
                    986: isOptional: no
                    987: isDefaultValueAvailable: no
                    988: 
                    989: Inspecting parameter 'cipher' of method 'ssl_set'
                    990: isArray: no
                    991: allowsNull: no
                    992: isPassedByReference: no
                    993: isOptional: no
                    994: isDefaultValueAvailable: no
                    995: 
                    996: Inspecting method 'stat'
                    997: isFinal: no
                    998: isAbstract: no
                    999: isPublic: yes
                   1000: isPrivate: no
                   1001: isProtected: no
                   1002: isStatic: no
                   1003: isConstructor: no
                   1004: isDestructor: no
                   1005: isInternal: yes
                   1006: isUserDefined: no
                   1007: returnsReference: no
                   1008: Modifiers: 256
                   1009: Number of Parameters: 0
                   1010: Number of Required Parameters: 0
                   1011: 
                   1012: Inspecting method 'stmt_init'
                   1013: isFinal: no
                   1014: isAbstract: no
                   1015: isPublic: yes
                   1016: isPrivate: no
                   1017: isProtected: no
                   1018: isStatic: no
                   1019: isConstructor: no
                   1020: isDestructor: no
                   1021: isInternal: yes
                   1022: isUserDefined: no
                   1023: returnsReference: no
                   1024: Modifiers: 256
                   1025: Number of Parameters: 0
                   1026: Number of Required Parameters: 0
                   1027: 
                   1028: Inspecting method 'store_result'
                   1029: isFinal: no
                   1030: isAbstract: no
                   1031: isPublic: yes
                   1032: isPrivate: no
                   1033: isProtected: no
                   1034: isStatic: no
                   1035: isConstructor: no
                   1036: isDestructor: no
                   1037: isInternal: yes
                   1038: isUserDefined: no
                   1039: returnsReference: no
                   1040: Modifiers: 256
                   1041: Number of Parameters: 0
                   1042: Number of Required Parameters: 0
                   1043: 
                   1044: Inspecting method 'thread_safe'
                   1045: isFinal: no
                   1046: isAbstract: no
                   1047: isPublic: yes
                   1048: isPrivate: no
                   1049: isProtected: no
                   1050: isStatic: no
                   1051: isConstructor: no
                   1052: isDestructor: no
                   1053: isInternal: yes
                   1054: isUserDefined: no
                   1055: returnsReference: no
                   1056: Modifiers: 256
                   1057: Number of Parameters: 0
                   1058: Number of Required Parameters: 0
                   1059: 
                   1060: Inspecting method 'use_result'
                   1061: isFinal: no
                   1062: isAbstract: no
                   1063: isPublic: yes
                   1064: isPrivate: no
                   1065: isProtected: no
                   1066: isStatic: no
                   1067: isConstructor: no
                   1068: isDestructor: no
                   1069: isInternal: yes
                   1070: isUserDefined: no
                   1071: returnsReference: no
                   1072: Modifiers: 256
                   1073: Number of Parameters: 0
                   1074: Number of Required Parameters: 0
                   1075: 
                   1076: Inspecting property 'affected_rows'
                   1077: isPublic: yes
                   1078: isPrivate: no
                   1079: isProtected: no
                   1080: isStatic: no
                   1081: isDefault: yes
                   1082: Modifiers: 256
                   1083: 
                   1084: Inspecting property 'client_info'
                   1085: isPublic: yes
                   1086: isPrivate: no
                   1087: isProtected: no
                   1088: isStatic: no
                   1089: isDefault: yes
                   1090: Modifiers: 256
                   1091: 
                   1092: Inspecting property 'client_version'
                   1093: isPublic: yes
                   1094: isPrivate: no
                   1095: isProtected: no
                   1096: isStatic: no
                   1097: isDefault: yes
                   1098: Modifiers: 256
                   1099: 
                   1100: Inspecting property 'connect_errno'
                   1101: isPublic: yes
                   1102: isPrivate: no
                   1103: isProtected: no
                   1104: isStatic: no
                   1105: isDefault: yes
                   1106: Modifiers: 256
                   1107: 
                   1108: Inspecting property 'connect_error'
                   1109: isPublic: yes
                   1110: isPrivate: no
                   1111: isProtected: no
                   1112: isStatic: no
                   1113: isDefault: yes
                   1114: Modifiers: 256
                   1115: 
                   1116: Inspecting property 'errno'
                   1117: isPublic: yes
                   1118: isPrivate: no
                   1119: isProtected: no
                   1120: isStatic: no
                   1121: isDefault: yes
                   1122: Modifiers: 256
                   1123: 
                   1124: Inspecting property 'error'
                   1125: isPublic: yes
                   1126: isPrivate: no
                   1127: isProtected: no
                   1128: isStatic: no
                   1129: isDefault: yes
                   1130: Modifiers: 256
                   1131: 
1.1.1.2 ! misho    1132: Inspecting property 'error_list'
        !          1133: isPublic: yes
        !          1134: isPrivate: no
        !          1135: isProtected: no
        !          1136: isStatic: no
        !          1137: isDefault: yes
        !          1138: Modifiers: 256
        !          1139: 
1.1       misho    1140: Inspecting property 'field_count'
                   1141: isPublic: yes
                   1142: isPrivate: no
                   1143: isProtected: no
                   1144: isStatic: no
                   1145: isDefault: yes
                   1146: Modifiers: 256
                   1147: 
                   1148: Inspecting property 'host_info'
                   1149: isPublic: yes
                   1150: isPrivate: no
                   1151: isProtected: no
                   1152: isStatic: no
                   1153: isDefault: yes
                   1154: Modifiers: 256
                   1155: 
                   1156: Inspecting property 'info'
                   1157: isPublic: yes
                   1158: isPrivate: no
                   1159: isProtected: no
                   1160: isStatic: no
                   1161: isDefault: yes
                   1162: Modifiers: 256
                   1163: 
                   1164: Inspecting property 'insert_id'
                   1165: isPublic: yes
                   1166: isPrivate: no
                   1167: isProtected: no
                   1168: isStatic: no
                   1169: isDefault: yes
                   1170: Modifiers: 256
                   1171: 
                   1172: Inspecting property 'protocol_version'
                   1173: isPublic: yes
                   1174: isPrivate: no
                   1175: isProtected: no
                   1176: isStatic: no
                   1177: isDefault: yes
                   1178: Modifiers: 256
                   1179: 
                   1180: Inspecting property 'server_info'
                   1181: isPublic: yes
                   1182: isPrivate: no
                   1183: isProtected: no
                   1184: isStatic: no
                   1185: isDefault: yes
                   1186: Modifiers: 256
                   1187: 
                   1188: Inspecting property 'server_version'
                   1189: isPublic: yes
                   1190: isPrivate: no
                   1191: isProtected: no
                   1192: isStatic: no
                   1193: isDefault: yes
                   1194: Modifiers: 256
                   1195: 
                   1196: Inspecting property 'sqlstate'
                   1197: isPublic: yes
                   1198: isPrivate: no
                   1199: isProtected: no
                   1200: isStatic: no
                   1201: isDefault: yes
                   1202: Modifiers: 256
                   1203: 
                   1204: Inspecting property 'stat'
                   1205: isPublic: yes
                   1206: isPrivate: no
                   1207: isProtected: no
                   1208: isStatic: no
                   1209: isDefault: yes
                   1210: Modifiers: 256
                   1211: 
                   1212: Inspecting property 'thread_id'
                   1213: isPublic: yes
                   1214: isPrivate: no
                   1215: isProtected: no
                   1216: isStatic: no
                   1217: isDefault: yes
                   1218: Modifiers: 256
                   1219: 
                   1220: Inspecting property 'warning_count'
                   1221: isPublic: yes
                   1222: isPrivate: no
                   1223: isProtected: no
                   1224: isStatic: no
                   1225: isDefault: yes
                   1226: Modifiers: 256
                   1227: Default property 'affected_rows'
                   1228: Default property 'client_info'
                   1229: Default property 'client_version'
                   1230: Default property 'connect_errno'
                   1231: Default property 'connect_error'
                   1232: Default property 'errno'
                   1233: Default property 'error'
1.1.1.2 ! misho    1234: Default property 'error_list'
1.1       misho    1235: Default property 'field_count'
                   1236: Default property 'host_info'
                   1237: Default property 'info'
                   1238: Default property 'insert_id'
                   1239: Default property 'protocol_version'
                   1240: Default property 'server_info'
                   1241: Default property 'server_version'
                   1242: Default property 'sqlstate'
                   1243: Default property 'stat'
                   1244: Default property 'thread_id'
                   1245: Default property 'warning_count'
                   1246: done!

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>