Searched refs:zend_function_entry (Results 1 – 25 of 166) sorted by relevance
1234567
/PHP-7.3/ext/dom/ |
H A D | dom_fe.h | 25 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 D | userdatahandler.c | 36 const zend_function_entry php_dom_userdatahandler_class_functions[] = {
|
H A D | domerrorhandler.c | 41 const zend_function_entry php_dom_domerrorhandler_class_functions[] = {
|
H A D | typeinfo.c | 36 const zend_function_entry php_dom_typeinfo_class_functions[] = {
|
H A D | domimplementationlist.c | 41 const zend_function_entry php_dom_domimplementationlist_class_functions[] = {
|
H A D | domstringlist.c | 41 const zend_function_entry php_dom_domstringlist_class_functions[] = {
|
H A D | domimplementationsource.c | 46 const zend_function_entry php_dom_domimplementationsource_class_functions[] = {
|
H A D | string_extend.c | 45 const zend_function_entry php_dom_string_extend_class_functions[] = {
|
H A D | namelist.c | 45 const zend_function_entry php_dom_namelist_class_functions[] = {
|
H A D | domconfiguration.c | 51 const zend_function_entry php_dom_domconfiguration_class_functions[] = {
|
H A D | domlocator.c | 36 const zend_function_entry php_dom_domlocator_class_functions[] = {
|
H A D | domerror.c | 36 const zend_function_entry php_dom_domerror_class_functions[] = {
|
H A D | notation.c | 35 const zend_function_entry php_dom_notation_class_functions[] = {
|
H A D | cdatasection.c | 42 const zend_function_entry php_dom_cdatasection_class_functions[] = {
|
/PHP-7.3/ext/mysqli/ |
H A D | mysqli_priv.h | 39 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 D | mysqli_exception.c | 34 const zend_function_entry mysqli_exception_methods[] = {
|
/PHP-7.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-7.3/ext/spl/ |
H A D | spl_functions.h | 50 …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 D | spl_functions.c | 29 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.3/sapi/cli/ |
H A D | php_cli_server.h | 24 extern const zend_function_entry server_additional_functions[];
|
/PHP-7.3/ext/xsl/ |
H A D | xsl_fe.h | 22 extern const zend_function_entry php_xsl_xsltprocessor_class_functions[];
|
/PHP-7.3/ext/pdo_firebird/ |
H A D | pdo_firebird.c | 31 static const zend_function_entry pdo_firebird_functions[] = { /* {{{ */
|
/PHP-7.3/ext/zend_test/ |
H A D | test.c | 195 static const zend_function_entry zend_test_class_methods[] = { 200 static const zend_function_entry zend_test_trait_methods[] = { 261 static const zend_function_entry zend_test_functions[] = {
|
/PHP-7.3/ext/intl/normalizer/ |
H A D | normalizer_class.c | 49 static const zend_function_entry Normalizer_class_functions[] = {
|
/PHP-7.3/ext/pdo_sqlite/ |
H A D | pdo_sqlite.c | 33 static const zend_function_entry pdo_sqlite_functions[] = {
|
Completed in 38 milliseconds
1234567