Home
last modified time | relevance | path

Searched refs:PHP_FALIAS (Results 1 – 25 of 52) sorted by path

123

/PHP-5.5/ext/bz2/
H A Dbz2.c102 PHP_FALIAS(bzwrite, fwrite, arginfo_bzwrite)
103 PHP_FALIAS(bzflush, fflush, arginfo_bzflush)
104 PHP_FALIAS(bzclose, fclose, arginfo_bzflush)
/PHP-5.5/ext/dom/
H A Dattr.c50 PHP_FALIAS(isId, dom_attr_is_id, arginfo_dom_attr_is_id)
H A Dcharacterdata.c66PHP_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 Ddocument.c197 PHP_FALIAS(createElement, dom_document_create_element, arginfo_dom_document_create_element)
200 PHP_FALIAS(createComment, dom_document_create_comment, arginfo_dom_document_create_comment)
206 PHP_FALIAS(importNode, dom_document_import_node, arginfo_dom_document_import_node)
211 PHP_FALIAS(adoptNode, dom_document_adopt_node, arginfo_dom_document_adopt_node)
213 PHP_FALIAS(renameNode, dom_document_rename_node, arginfo_dom_document_rename_node)
215 PHP_FALIAS(save, dom_document_save, arginfo_dom_document_save)
217 PHP_FALIAS(saveXML, dom_document_savexml, arginfo_dom_document_savexml)
219 PHP_FALIAS(validate, dom_document_validate, arginfo_dom_document_validate)
220 PHP_FALIAS(xinclude, dom_document_xinclude, arginfo_dom_document_xinclude)
224 PHP_FALIAS(saveHTML, dom_document_save_html, arginfo_dom_document_savehtml)
[all …]
H A Ddomconfiguration.c54PHP_FALIAS(setParameter, dom_domconfiguration_set_parameter, arginfo_dom_configuration_set_paramet…
55PHP_FALIAS(getParameter, dom_domconfiguration_get_parameter, arginfo_dom_configuration_get_paramet…
56PHP_FALIAS(canSetParameter, dom_domconfiguration_can_set_parameter, arginfo_dom_configuration_can_…
H A Ddomerrorhandler.c44 PHP_FALIAS(handleError, dom_domerrorhandler_handle_error, arginfo_dom_domerrorhandler_handle_error)
H A Ddomimplementationlist.c44 PHP_FALIAS(item, dom_domimplementationlist_item, arginfo_dom_implementationlist_item)
H A Ddomimplementationsource.c49PHP_FALIAS(getDomimplementation, dom_domimplementationsource_get_domimplementation, arginfo_dom_im…
50PHP_FALIAS(getDomimplementations, dom_domimplementationsource_get_domimplementations, arginfo_dom_…
H A Ddomstringlist.c44 PHP_FALIAS(item, dom_domstringlist_item, arginfo_dom_stringlist_item)
H A Delement.c130 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)
133PHP_FALIAS(getAttributeNode, dom_element_get_attribute_node, arginfo_dom_element_get_attribute_nod…
134PHP_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 Dnamednodemap.c70 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)
72PHP_FALIAS(removeNamedItem, dom_namednodemap_remove_named_item, arginfo_dom_namednodemap_remove_na…
73 PHP_FALIAS(item, dom_namednodemap_item, arginfo_dom_namednodemap_item)
74PHP_FALIAS(getNamedItemNS, dom_namednodemap_get_named_item_ns, arginfo_dom_namednodemap_get_named_…
75PHP_FALIAS(setNamedItemNS, dom_namednodemap_set_named_item_ns, arginfo_dom_namednodemap_set_named_…
76PHP_FALIAS(removeNamedItemNS, dom_namednodemap_remove_named_item_ns, arginfo_dom_namednodemap_remo…
H A Dnamelist.c48 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 Dnode.c136 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 Dnodelist.c45 PHP_FALIAS(item, dom_nodelist_item, arginfo_dom_nodelist_item)
H A Dstring_extend.c48 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 Dtext.c56 PHP_FALIAS(splitText, dom_text_split_text, arginfo_dom_text_split_text)
57PHP_FALIAS(isWhitespaceInElementContent, dom_text_is_whitespace_in_element_content, arginfo_dom_te…
58PHP_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 Duserdatahandler.c39 PHP_FALIAS(handle, dom_userdatahandler_handle, NULL)
H A Dxpath.c67 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)
70PHP_FALIAS(registerPhpFunctions, dom_xpath_register_php_functions, arginfo_dom_xpath_register_php_…
/PHP-5.5/ext/exif/
H A Dexif.c133 PHP_FALIAS(read_exif_data, exif_read_data, arginfo_exif_read_data)
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c280 PHP_FALIAS(ftp_quit, ftp_close, arginfo_ftp_close)
/PHP-5.5/ext/imap/
H A Dphp_imap.c544 PHP_FALIAS(imap_header, imap_headerinfo, arginfo_imap_headerinfo)
545 PHP_FALIAS(imap_listmailbox, imap_list, arginfo_imap_list)
546 PHP_FALIAS(imap_getmailboxes, imap_list_full, arginfo_imap_getmailboxes)
547 PHP_FALIAS(imap_scanmailbox, imap_listscan, arginfo_imap_listscan)
548 PHP_FALIAS(imap_listsubscribed, imap_lsub, arginfo_imap_lsub)
549 PHP_FALIAS(imap_getsubscribed, imap_lsub_full, arginfo_imap_getsubscribed)
550 PHP_FALIAS(imap_fetchtext, imap_body, arginfo_imap_body)
551 PHP_FALIAS(imap_scan, imap_listscan, arginfo_imap_listscan)
552 PHP_FALIAS(imap_create, imap_createmailbox, arginfo_imap_createmailbox)
553 PHP_FALIAS(imap_rename, imap_renamemailbox, arginfo_imap_renamemailbox)
/PHP-5.5/ext/interbase/
H A Dinterbase.c386 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-5.5/ext/ldap/
H A Dldap.c3041 PHP_FALIAS(ldap_close, ldap_unbind, arginfo_ldap_resource)
3058 PHP_FALIAS(ldap_get_values, ldap_get_values_len, arginfo_ldap_get_values)
3066 PHP_FALIAS(ldap_modify, ldap_mod_replace, arginfo_ldap_modify)
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.h47 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-5.5/ext/mysql/
H A Dphp_mysql.c319 PHP_FALIAS(mysql_db_name, mysql_result, arginfo_mysql_result)
321 PHP_FALIAS(mysql_tablename, mysql_result, arginfo_mysql_result)
322 PHP_FALIAS(mysql_table_name, mysql_result, arginfo_mysql_result)

Completed in 87 milliseconds

123