Searched refs:zend_function_entry (Results 1 - 25 of 154) sorted by relevance
1234567
| /PHP_5_3/ext/skeleton/ |
| H A D | skeleton.c | 23 const zend_function_entry extname_functions[] = {
|
| /PHP_5_3/ext/dom/ |
| H A D | dom_fe.h | 24 extern const zend_function_entry php_dom_domexception_class_functions[]; 25 extern const zend_function_entry php_dom_domstringlist_class_functions[]; 26 extern const zend_function_entry php_dom_namelist_class_functions[]; 27 extern const zend_function_entry php_dom_domimplementationlist_class_functions[]; 28 extern const zend_function_entry php_dom_domimplementationsource_class_functions[]; 29 extern const zend_function_entry php_dom_domimplementation_class_functions[]; 30 extern const zend_function_entry php_dom_documentfragment_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_function [all...] |
| H A D | domconfiguration.c | 53 const zend_function_entry php_dom_domconfiguration_class_functions[] = {
|
| H A D | domerror.c | 38 const zend_function_entry php_dom_domerror_class_functions[] = {
|
| H A D | domerrorhandler.c | 43 const zend_function_entry php_dom_domerrorhandler_class_functions[] = {
|
| H A D | domexception.c | 39 const zend_function_entry php_dom_domexception_class_functions[] = {
|
| H A D | domimplementationlist.c | 43 const zend_function_entry php_dom_domimplementationlist_class_functions[] = {
|
| H A D | domimplementationsource.c | 48 const zend_function_entry php_dom_domimplementationsource_class_functions[] = {
|
| H A D | domlocator.c | 38 const zend_function_entry php_dom_domlocator_class_functions[] = {
|
| H A D | domstringlist.c | 43 const zend_function_entry php_dom_domstringlist_class_functions[] = {
|
| H A D | namelist.c | 47 const zend_function_entry php_dom_namelist_class_functions[] = {
|
| H A D | notation.c | 37 const zend_function_entry php_dom_notation_class_functions[] = {
|
| H A D | string_extend.c | 47 const zend_function_entry php_dom_string_extend_class_functions[] = {
|
| H A D | typeinfo.c | 38 const zend_function_entry php_dom_typeinfo_class_functions[] = {
|
| H A D | userdatahandler.c | 38 const zend_function_entry php_dom_userdatahandler_class_functions[] = {
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli_exception.c | 34 const zend_function_entry mysqli_exception_methods[] = {
|
| H A D | mysqli_priv.h | 41 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[];
|
| /PHP_5_3/ext/pdo/ |
| H A D | php_pdo_int.h | 35 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_3/ext/pdo_firebird/ |
| H A D | pdo_firebird.c | 33 const zend_function_entry pdo_firebird_functions[] = { /* {{{ */
|
| /PHP_5_3/ext/pdo_oci/ |
| H A D | pdo_oci.c | 34 const zend_function_entry pdo_oci_functions[] = {
|
| /PHP_5_3/ext/pdo_pgsql/ |
| H A D | pdo_pgsql.c | 43 const zend_function_entry pdo_pgsql_functions[] = {
|
| /PHP_5_3/ext/pdo_sqlite/ |
| H A D | pdo_sqlite.c | 37 const zend_function_entry pdo_sqlite_functions[] = {
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_functions.c | 31 void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry * functions TSRMLS_DC) 41 PHPAPI void spl_register_std_class(zend_class_entry ** ppce, char * class_name, void * obj_ctor, const zend_function_entry * function_list TSRMLS_DC) 56 PHPAPI void spl_register_sub_class(zend_class_entry ** ppce, zend_class_entry * parent_ce, char * class_name, void *obj_ctor, const zend_function_entry * function_list TSRMLS_DC)
|
| H A D | spl_functions.h | 52 void spl_register_std_class(zend_class_entry ** ppce, char * class_name, create_object_func_t ctor, const zend_function_entry * function_list TSRMLS_DC); 53 void spl_register_sub_class(zend_class_entry ** ppce, zend_class_entry * parent_ce, char * class_name, create_object_func_t ctor, const zend_function_entry * function_list TSRMLS_DC); 54 void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry *functions TSRMLS_DC);
|
| /PHP_5_3/ext/xsl/ |
| H A D | xsl_fe.h | 24 extern const zend_function_entry php_xsl_xsltprocessor_class_functions[];
|
Completed in 41 milliseconds
1234567