Home
last modified time | relevance | path

Searched refs:zend_function_entry (Results 1 – 25 of 165) sorted by relevance

1234567

/PHP-7.4/ext/dom/
H A Ddom_fe.h25 extern const zend_function_entry php_dom_namelist_class_functions[];
30 extern const zend_function_entry php_dom_document_class_functions[];
31 extern const zend_function_entry php_dom_node_class_functions[];
32 extern const zend_function_entry php_dom_nodelist_class_functions[];
35 extern const zend_function_entry php_dom_attr_class_functions[];
36 extern const zend_function_entry php_dom_element_class_functions[];
37 extern const zend_function_entry php_dom_text_class_functions[];
38 extern const zend_function_entry php_dom_comment_class_functions[];
39 extern const zend_function_entry php_dom_typeinfo_class_functions[];
48 extern const zend_function_entry php_dom_entity_class_functions[];
[all …]
H A Duserdatahandler.c36 const zend_function_entry php_dom_userdatahandler_class_functions[] = {
H A Ddomerrorhandler.c41 const zend_function_entry php_dom_domerrorhandler_class_functions[] = {
H A Dtypeinfo.c36 const zend_function_entry php_dom_typeinfo_class_functions[] = {
H A Ddomimplementationlist.c41 const zend_function_entry php_dom_domimplementationlist_class_functions[] = {
H A Ddomstringlist.c41 const zend_function_entry php_dom_domstringlist_class_functions[] = {
H A Ddomimplementationsource.c46 const zend_function_entry php_dom_domimplementationsource_class_functions[] = {
H A Dstring_extend.c45 const zend_function_entry php_dom_string_extend_class_functions[] = {
H A Dnamelist.c45 const zend_function_entry php_dom_namelist_class_functions[] = {
H A Ddomconfiguration.c51 const zend_function_entry php_dom_domconfiguration_class_functions[] = {
H A Ddomlocator.c36 const zend_function_entry php_dom_domlocator_class_functions[] = {
H A Ddomerror.c36 const zend_function_entry php_dom_domerror_class_functions[] = {
H A Dnotation.c35 const zend_function_entry php_dom_notation_class_functions[] = {
H A Dcdatasection.c42 const zend_function_entry php_dom_cdatasection_class_functions[] = {
H A Dcomment.c42 const zend_function_entry php_dom_comment_class_functions[] = {
H A Ddomexception.c37 const zend_function_entry php_dom_domexception_class_functions[] = {
/PHP-7.4/ext/mysqli/
H A Dmysqli_priv.h39 extern const zend_function_entry mysqli_functions[];
40 extern const zend_function_entry mysqli_link_methods[];
41 extern const zend_function_entry mysqli_stmt_methods[];
42 extern const zend_function_entry mysqli_result_methods[];
43 extern const zend_function_entry mysqli_driver_methods[];
44 extern const zend_function_entry mysqli_warning_methods[];
45 extern const zend_function_entry mysqli_exception_methods[];
H A Dmysqli_exception.c34 const zend_function_entry mysqli_exception_methods[] = {
/PHP-7.4/ext/pdo/
H A Dphp_pdo_int.h35 extern const zend_function_entry pdo_dbh_functions[];
40 extern const zend_function_entry pdo_dbstmt_functions[];
49 extern const zend_function_entry pdo_row_functions[];
/PHP-7.4/ext/spl/
H A Dspl_functions.h50 …entry ** ppce, char * class_name, create_object_func_t ctor, const zend_function_entry * function_…
51 …y * parent_ce, char * class_name, create_object_func_t ctor, const zend_function_entry * function_…
52 void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry
H A Dspl_functions.c29 void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry in spl_register_interface()
39 …end_class_entry ** ppce, char * class_name, void * obj_ctor, const zend_function_entry * function_… in spl_register_std_class()
54 …_class_entry * parent_ce, char * class_name, void *obj_ctor, const zend_function_entry * function_… in spl_register_sub_class()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.h24 extern const zend_function_entry server_additional_functions[];
/PHP-7.4/ext/xsl/
H A Dxsl_fe.h22 extern const zend_function_entry php_xsl_xsltprocessor_class_functions[];
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_class.c49 static const zend_function_entry Normalizer_class_functions[] = {
/PHP-7.4/ext/pdo_firebird/
H A Dpdo_firebird.c31 static const zend_function_entry pdo_firebird_functions[] = { /* {{{ */

Completed in 45 milliseconds

1234567