Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/dom/
H A Ddom_fe.h26 extern const zend_function_entry php_dom_namelist_class_functions[];
31 extern const zend_function_entry php_dom_document_class_functions[];
32 extern const zend_function_entry php_dom_node_class_functions[];
33 extern const zend_function_entry php_dom_nodelist_class_functions[];
36 extern const zend_function_entry php_dom_attr_class_functions[];
37 extern const zend_function_entry php_dom_element_class_functions[];
38 extern const zend_function_entry php_dom_text_class_functions[];
39 extern const zend_function_entry php_dom_comment_class_functions[];
40 extern const zend_function_entry php_dom_typeinfo_class_functions[];
49 extern const zend_function_entry php_dom_entity_class_functions[];
[all …]
H A Duserdatahandler.c38 const zend_function_entry php_dom_userdatahandler_class_functions[] = {
H A Ddomerrorhandler.c43 const zend_function_entry php_dom_domerrorhandler_class_functions[] = {
H A Dtypeinfo.c38 const zend_function_entry php_dom_typeinfo_class_functions[] = {
H A Ddomstringlist.c43 const zend_function_entry php_dom_domstringlist_class_functions[] = {
H A Dstring_extend.c47 const zend_function_entry php_dom_string_extend_class_functions[] = {
H A Ddomimplementationsource.c48 const zend_function_entry php_dom_domimplementationsource_class_functions[] = {
H A Ddomimplementationlist.c43 const zend_function_entry php_dom_domimplementationlist_class_functions[] = {
H A Dnamelist.c47 const zend_function_entry php_dom_namelist_class_functions[] = {
H A Ddomconfiguration.c53 const zend_function_entry php_dom_domconfiguration_class_functions[] = {
H A Ddomlocator.c38 const zend_function_entry php_dom_domlocator_class_functions[] = {
H A Ddomexception.c39 const zend_function_entry php_dom_domexception_class_functions[] = {
H A Dnotation.c37 const zend_function_entry php_dom_notation_class_functions[] = {
H A Ddomerror.c38 const zend_function_entry php_dom_domerror_class_functions[] = {
/PHP-5.5/ext/mysqli/
H A Dmysqli_priv.h41 extern const zend_function_entry mysqli_functions[];
42 extern const zend_function_entry mysqli_link_methods[];
43 extern const zend_function_entry mysqli_stmt_methods[];
44 extern const zend_function_entry mysqli_result_methods[];
45 extern const zend_function_entry mysqli_driver_methods[];
46 extern const zend_function_entry mysqli_warning_methods[];
47 extern const zend_function_entry mysqli_exception_methods[];
H A Dmysqli_exception.c34 const zend_function_entry mysqli_exception_methods[] = {
/PHP-5.5/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-5.5/ext/spl/
H A Dspl_functions.h52 …entry ** ppce, char * class_name, create_object_func_t ctor, const zend_function_entry * function_…
53 …y * parent_ce, char * class_name, create_object_func_t ctor, const zend_function_entry * function_…
54 void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry
H A Dspl_functions.c31 void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry in spl_register_interface()
41 …end_class_entry ** ppce, char * class_name, void * obj_ctor, const zend_function_entry * function_… in spl_register_std_class()
56 …_class_entry * parent_ce, char * class_name, void *obj_ctor, const zend_function_entry * function_… in spl_register_sub_class()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.h26 extern const zend_function_entry server_additional_functions[];
/PHP-5.5/ext/xsl/
H A Dxsl_fe.h24 extern const zend_function_entry php_xsl_xsltprocessor_class_functions[];
/PHP-5.5/ext/intl/normalizer/
H A Dnormalizer_class.c44 zend_function_entry Normalizer_class_functions[] = {
/PHP-5.5/ext/pdo_firebird/
H A Dpdo_firebird.c31 const zend_function_entry pdo_firebird_functions[] = { /* {{{ */
/PHP-5.5/ext/pdo_sqlite/
H A Dpdo_sqlite.c37 const zend_function_entry pdo_sqlite_functions[] = {
/PHP-5.5/ext/skeleton/
H A Dskeleton.c23 const zend_function_entry extname_functions[] = {

Completed in 40 milliseconds

12345678