/PHP-7.1/ext/mysqli/ |
H A D | mysqli_fe.c | 538 PHP_FALIAS(mysqli_set_opt, mysqli_options, NULL) 553 PHP_FALIAS(close, mysqli_close, arginfo_mysqli_no_params) 555 PHP_FALIAS(connect, mysqli_connect, arginfo_mysqli_connect) 557 PHP_FALIAS(debug, mysqli_debug, arginfo_mysqli_debug) 567 PHP_FALIAS(init,mysqli_init_method, arginfo_mysqli_no_params) 568 PHP_FALIAS(kill,mysqli_kill, arginfo_class_mysqli_kill) 574 PHP_FALIAS(ping, mysqli_ping, arginfo_mysqli_no_params) 579 PHP_FALIAS(query, mysqli_query, arginfo_class_mysqli_query) 596 PHP_FALIAS(stat, mysqli_stat, arginfo_mysqli_no_params) 611 PHP_FALIAS(__construct, mysqli_result_construct, NULL) [all …]
|
H A D | mysqli_driver.c | 150 PHP_FALIAS(embedded_server_start, mysqli_embedded_server_start, NULL) 151 PHP_FALIAS(embedded_server_end, mysqli_embedded_server_end, NULL)
|
/PHP-7.1/ext/mbstring/ |
H A D | php_mbregex.h | 47 PHP_FALIAS(mbregex_encoding, mb_regex_encoding, arginfo_mb_regex_encoding) \ 48 PHP_FALIAS(mbereg, mb_ereg, arginfo_mb_ereg) \ 49 PHP_FALIAS(mberegi, mb_eregi, arginfo_mb_eregi) \ 50 PHP_FALIAS(mbereg_replace, mb_ereg_replace, arginfo_mb_ereg_replace) \ 51 PHP_FALIAS(mberegi_replace, mb_eregi_replace, arginfo_mb_eregi_replace) \ 52 PHP_FALIAS(mbsplit, mb_split, arginfo_mb_split) \ 53 PHP_FALIAS(mbereg_match, mb_ereg_match, arginfo_mb_ereg_match) \ 54 PHP_FALIAS(mbereg_search, mb_ereg_search, arginfo_mb_ereg_search) \ 55 PHP_FALIAS(mbereg_search_pos, mb_ereg_search_pos, arginfo_mb_ereg_search_pos) \ 56 PHP_FALIAS(mbereg_search_regs, mb_ereg_search_regs, arginfo_mb_ereg_search_regs) \ [all …]
|
/PHP-7.1/ext/dom/ |
H A D | domconfiguration.c | 54 …PHP_FALIAS(setParameter, dom_domconfiguration_set_parameter, arginfo_dom_configuration_set_paramet… 55 …PHP_FALIAS(getParameter, dom_domconfiguration_get_parameter, arginfo_dom_configuration_get_paramet… 56 …PHP_FALIAS(canSetParameter, dom_domconfiguration_can_set_parameter, arginfo_dom_configuration_can_…
|
H A D | domimplementationsource.c | 49 …PHP_FALIAS(getDomimplementation, dom_domimplementationsource_get_domimplementation, arginfo_dom_im… 50 …PHP_FALIAS(getDomimplementations, dom_domimplementationsource_get_domimplementations, arginfo_dom_…
|
H A D | string_extend.c | 48 PHP_FALIAS(findOffset16, dom_string_extend_find_offset16, arginfo_dom_string_extend_find_offset16) 49 PHP_FALIAS(findOffset32, dom_string_extend_find_offset32, arginfo_dom_string_extend_find_offset32)
|
H A D | namelist.c | 48 PHP_FALIAS(getName, dom_namelist_get_name, arginfo_dom_namelist_get_name) 49 PHP_FALIAS(getNamespaceURI, dom_namelist_get_namespace_uri, arginfo_dom_namelist_get_namespace_uri)
|
H A D | namednodemap.c | 70 PHP_FALIAS(getNamedItem, dom_namednodemap_get_named_item, arginfo_dom_namednodemap_get_named_item) 71 PHP_FALIAS(setNamedItem, dom_namednodemap_set_named_item, arginfo_dom_namednodemap_set_named_item) 72 …PHP_FALIAS(removeNamedItem, dom_namednodemap_remove_named_item, arginfo_dom_namednodemap_remove_na… 73 PHP_FALIAS(item, dom_namednodemap_item, arginfo_dom_namednodemap_item) 74 …PHP_FALIAS(getNamedItemNS, dom_namednodemap_get_named_item_ns, arginfo_dom_namednodemap_get_named_… 75 …PHP_FALIAS(setNamedItemNS, dom_namednodemap_set_named_item_ns, arginfo_dom_namednodemap_set_named_… 76 …PHP_FALIAS(removeNamedItemNS, dom_namednodemap_remove_named_item_ns, arginfo_dom_namednodemap_remo…
|
H A D | text.c | 56 PHP_FALIAS(splitText, dom_text_split_text, arginfo_dom_text_split_text) 57 …PHP_FALIAS(isWhitespaceInElementContent, dom_text_is_whitespace_in_element_content, arginfo_dom_te… 58 …PHP_FALIAS(isElementContentWhitespace, dom_text_is_whitespace_in_element_content, arginfo_dom_text… 59 PHP_FALIAS(replaceWholeText, dom_text_replace_whole_text, arginfo_dom_text_replace_whole_text)
|
H A D | userdatahandler.c | 39 PHP_FALIAS(handle, dom_userdatahandler_handle, NULL)
|
H A D | document.c | 198 PHP_FALIAS(createElement, dom_document_create_element, arginfo_dom_document_create_element) 201 PHP_FALIAS(createComment, dom_document_create_comment, arginfo_dom_document_create_comment) 207 PHP_FALIAS(importNode, dom_document_import_node, arginfo_dom_document_import_node) 212 PHP_FALIAS(adoptNode, dom_document_adopt_node, arginfo_dom_document_adopt_node) 214 PHP_FALIAS(renameNode, dom_document_rename_node, arginfo_dom_document_rename_node) 216 PHP_FALIAS(save, dom_document_save, arginfo_dom_document_save) 218 PHP_FALIAS(saveXML, dom_document_savexml, arginfo_dom_document_savexml) 220 PHP_FALIAS(validate, dom_document_validate, arginfo_dom_document_validate) 221 PHP_FALIAS(xinclude, dom_document_xinclude, arginfo_dom_document_xinclude) 225 PHP_FALIAS(saveHTML, dom_document_save_html, arginfo_dom_document_savehtml) [all …]
|
H A D | domerrorhandler.c | 44 PHP_FALIAS(handleError, dom_domerrorhandler_handle_error, arginfo_dom_domerrorhandler_handle_error)
|
H A D | element.c | 130 PHP_FALIAS(getAttribute, dom_element_get_attribute, arginfo_dom_element_get_attribute) 131 PHP_FALIAS(setAttribute, dom_element_set_attribute, arginfo_dom_element_set_attribute) 132 PHP_FALIAS(removeAttribute, dom_element_remove_attribute, arginfo_dom_element_remove_attribute) 133 …PHP_FALIAS(getAttributeNode, dom_element_get_attribute_node, arginfo_dom_element_get_attribute_nod… 134 …PHP_FALIAS(setAttributeNode, dom_element_set_attribute_node, arginfo_dom_element_set_attribute_nod… 137 PHP_FALIAS(getAttributeNS, dom_element_get_attribute_ns, arginfo_dom_element_get_attribute_ns) 138 PHP_FALIAS(setAttributeNS, dom_element_set_attribute_ns, arginfo_dom_element_set_attribute_ns) 143 PHP_FALIAS(hasAttribute, dom_element_has_attribute, arginfo_dom_element_has_attribute) 144 PHP_FALIAS(hasAttributeNS, dom_element_has_attribute_ns, arginfo_dom_element_has_attribute_ns) 145 PHP_FALIAS(setIdAttribute, dom_element_set_id_attribute, arginfo_dom_element_set_id_attribute) [all …]
|
H A D | domimplementationlist.c | 44 PHP_FALIAS(item, dom_domimplementationlist_item, arginfo_dom_implementationlist_item)
|
H A D | domstringlist.c | 44 PHP_FALIAS(item, dom_domstringlist_item, arginfo_dom_stringlist_item)
|
H A D | characterdata.c | 66 …PHP_FALIAS(substringData, dom_characterdata_substring_data, arginfo_dom_characterdata_substring_da… 67 PHP_FALIAS(appendData, dom_characterdata_append_data, arginfo_dom_characterdata_append_data) 68 PHP_FALIAS(insertData, dom_characterdata_insert_data, arginfo_dom_characterdata_insert_data) 69 PHP_FALIAS(deleteData, dom_characterdata_delete_data, arginfo_dom_characterdata_delete_data) 70 PHP_FALIAS(replaceData, dom_characterdata_replace_data, arginfo_dom_characterdata_replace_data)
|
H A D | node.c | 136 PHP_FALIAS(insertBefore, dom_node_insert_before, arginfo_dom_node_insert_before) 138 PHP_FALIAS(removeChild, dom_node_remove_child, arginfo_dom_node_remove_child) 139 PHP_FALIAS(appendChild, dom_node_append_child, arginfo_dom_node_append_child) 141 PHP_FALIAS(cloneNode, dom_node_clone_node, arginfo_dom_node_clone_node) 142 PHP_FALIAS(normalize, dom_node_normalize, arginfo_dom_node_normalize) 143 PHP_FALIAS(isSupported, dom_node_is_supported, arginfo_dom_node_is_supported) 146 PHP_FALIAS(isSameNode, dom_node_is_same_node, arginfo_dom_node_is_same_node) 150 PHP_FALIAS(isEqualNode, dom_node_is_equal_node, arginfo_dom_node_is_equal_node) 151 PHP_FALIAS(getFeature, dom_node_get_feature, arginfo_dom_node_get_feature) 152 PHP_FALIAS(setUserData, dom_node_set_user_data, arginfo_dom_node_set_user_data) [all …]
|
H A D | xpath.c | 67 PHP_FALIAS(registerNamespace, dom_xpath_register_ns, arginfo_dom_xpath_register_ns) 68 PHP_FALIAS(query, dom_xpath_query, arginfo_dom_xpath_query) 69 PHP_FALIAS(evaluate, dom_xpath_evaluate, arginfo_dom_xpath_evaluate) 70 …PHP_FALIAS(registerPhpFunctions, dom_xpath_register_php_functions, arginfo_dom_xpath_register_php_…
|
H A D | nodelist.c | 45 PHP_FALIAS(item, dom_nodelist_item, arginfo_dom_nodelist_item)
|
/PHP-7.1/ext/interbase/ |
H A D | interbase.c | 386 PHP_FALIAS(fbird_connect, ibase_connect, arginfo_ibase_connect) 388 PHP_FALIAS(fbird_close, ibase_close, arginfo_ibase_close) 389 PHP_FALIAS(fbird_drop_db, ibase_drop_db, arginfo_ibase_drop_db) 390 PHP_FALIAS(fbird_query, ibase_query, arginfo_ibase_query) 396 PHP_FALIAS(fbird_prepare, ibase_prepare, arginfo_ibase_prepare) 397 PHP_FALIAS(fbird_execute, ibase_execute, arginfo_ibase_execute) 399 PHP_FALIAS(fbird_gen_id, ibase_gen_id, arginfo_ibase_gen_id) 409 PHP_FALIAS(fbird_trans, ibase_trans, arginfo_ibase_trans) 410 PHP_FALIAS(fbird_commit, ibase_commit, arginfo_ibase_commit) 424 PHP_FALIAS(fbird_errmsg, ibase_errmsg, arginfo_ibase_errmsg) [all …]
|
/PHP-7.1/ext/oci8/ |
H A D | oci8.c | 811 PHP_FALIAS(ociexecute, oci_execute, arginfo_oci_execute) 812 PHP_FALIAS(ocicancel, oci_cancel, arginfo_oci_cancel) 813 PHP_FALIAS(ocifetch, oci_fetch, arginfo_oci_fetch) 818 PHP_FALIAS(ociparse, oci_parse, arginfo_oci_parse) 820 PHP_FALIAS(ociresult, oci_result, arginfo_oci_result) 824 PHP_FALIAS(ocilogoff, oci_close, arginfo_oci_close) 825 PHP_FALIAS(ocilogon, oci_connect, arginfo_oci_connect) 827 PHP_FALIAS(ociplogon, oci_pconnect, arginfo_oci_pconnect) 828 PHP_FALIAS(ocierror, oci_error, arginfo_oci_error) 834 PHP_FALIAS(ocicommit, oci_commit, arginfo_oci_commit) [all …]
|
/PHP-7.1/ext/odbc/ |
H A D | birdstep.c | 126 PHP_FALIAS(velocis_connect, birdstep_connect, arginfo_birdstep_connect) 127 PHP_FALIAS(velocis_close, birdstep_close, arginfo_birdstep_close) 128 PHP_FALIAS(velocis_exec, birdstep_exec, arginfo_birdstep_exec) 129 PHP_FALIAS(velocis_fetch, birdstep_fetch, arginfo_birdstep_fetch) 130 PHP_FALIAS(velocis_result, birdstep_result, arginfo_birdstep_result) 131 PHP_FALIAS(velocis_freeresult, birdstep_freeresult, arginfo_birdstep_freeresult) 132 PHP_FALIAS(velocis_autocommit, birdstep_autocommit, arginfo_birdstep_autocommit) 134 PHP_FALIAS(velocis_commit, birdstep_commit, arginfo_birdstep_commit) 135 PHP_FALIAS(velocis_rollback, birdstep_rollback, arginfo_birdstep_rollback) 136 PHP_FALIAS(velocis_fieldnum, birdstep_fieldnum, arginfo_birdstep_fieldnum) [all …]
|
/PHP-7.1/ext/xsl/ |
H A D | xsltprocessor.c | 91 …PHP_FALIAS(importStylesheet, xsl_xsltprocessor_import_stylesheet, arginfo_xsl_xsltprocessor_import… 92 …PHP_FALIAS(transformToDoc, xsl_xsltprocessor_transform_to_doc, arginfo_xsl_xsltprocessor_transform… 93 …PHP_FALIAS(transformToUri, xsl_xsltprocessor_transform_to_uri, arginfo_xsl_xsltprocessor_transform… 94 …PHP_FALIAS(transformToXml, xsl_xsltprocessor_transform_to_xml, arginfo_xsl_xsltprocessor_transform… 95 PHP_FALIAS(setParameter, xsl_xsltprocessor_set_parameter, arginfo_xsl_xsltprocessor_set_parameter) 96 PHP_FALIAS(getParameter, xsl_xsltprocessor_get_parameter, arginfo_xsl_xsltprocessor_get_parameter) 97 …PHP_FALIAS(removeParameter, xsl_xsltprocessor_remove_parameter, arginfo_xsl_xsltprocessor_remove_p… 98 …PHP_FALIAS(hasExsltSupport, xsl_xsltprocessor_has_exslt_support, arginfo_xsl_xsltprocessor_has_exs… 100 PHP_FALIAS(setProfiling, xsl_xsltprocessor_set_profiling, arginfo_xsl_xsltprocessor_set_profiling) 101 …PHP_FALIAS(setSecurityPrefs, xsl_xsltprocessor_set_security_prefs, arginfo_xsl_xsltprocessor_set_s… [all …]
|
/PHP-7.1/ext/zlib/ |
H A D | zlib.c | 1332 PHP_FALIAS(gzrewind, rewind, arginfo_gzpassthru) 1333 PHP_FALIAS(gzclose, fclose, arginfo_gzpassthru) 1334 PHP_FALIAS(gzeof, feof, arginfo_gzpassthru) 1335 PHP_FALIAS(gzgetc, fgetc, arginfo_gzpassthru) 1336 PHP_FALIAS(gzgets, fgets, arginfo_gzgets) 1337 PHP_FALIAS(gzgetss, fgetss, arginfo_gzgetss) 1338 PHP_FALIAS(gzread, fread, arginfo_gzread) 1341 PHP_FALIAS(gzseek, fseek, arginfo_gzseek) 1342 PHP_FALIAS(gztell, ftell, arginfo_gzpassthru) 1343 PHP_FALIAS(gzwrite, fwrite, arginfo_gzputs) [all …]
|
/PHP-7.1/ext/bz2/ |
H A D | bz2.c | 103 PHP_FALIAS(bzwrite, fwrite, arginfo_bzwrite) 104 PHP_FALIAS(bzflush, fflush, arginfo_bzflush) 105 PHP_FALIAS(bzclose, fclose, arginfo_bzflush)
|