Home
last modified time | relevance | path

Searched refs:_zend_function (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_iterators.h62 union _zend_function *zf_new_iterator;
63 union _zend_function *zf_valid;
64 union _zend_function *zf_current;
65 union _zend_function *zf_key;
66 union _zend_function *zf_next;
67 union _zend_function *zf_rewind;
H A Dzend_object_handlers.h25 union _zend_function;
90 typedef union _zend_function *(*zend_object_get_method_t)(zval **object_ptr, char *method, int meth…
91 typedef union _zend_function *(*zend_object_get_constructor_t)(zval *object TSRMLS_DC);
111 typedef int (*zend_object_get_closure_t)(zval *obj, zend_class_entry **ce_ptr, union _zend_function
146 ZEND_API union _zend_function *zend_std_get_static_method(zend_class_entry *ce, char *function_name…
149 ZEND_API union _zend_function *zend_std_get_constructor(zval *object TSRMLS_DC);
159 ZEND_API int zend_check_private(union _zend_function *fbc, zend_class_entry *ce, char *function_nam…
H A Dzend.h408 union _zend_function;
435 union _zend_function *constructor;
436 union _zend_function *destructor;
437 union _zend_function *clone;
438 union _zend_function *__get;
439 union _zend_function *__set;
440 union _zend_function *__unset;
441 union _zend_function *__isset;
442 union _zend_function *__call;
443 union _zend_function *__callstatic;
[all …]
H A Dzend_compile.h198 union _zend_function *prototype;
253 union _zend_function *prototype;
267 typedef union _zend_function { union
275 union _zend_function *prototype;
H A Dzend_object_handlers.c828 static inline union _zend_function *zend_get_user_call_function(zend_class_entry *ce, const char *m… in zend_get_user_call_function()
842 return (union _zend_function *)call_user_call; in zend_get_user_call_function()
846 static union _zend_function *zend_std_get_method(zval **object_ptr, char *method_name, int method_l… in zend_std_get_method()
963 static inline union _zend_function *zend_get_user_callstatic_function(zend_class_entry *ce, const c… in zend_get_user_callstatic_function()
1104 ZEND_API union _zend_function *zend_std_get_constructor(zval *object TSRMLS_DC) /* {{{ */ in zend_std_get_constructor()
H A Dzend_builtin_functions.c1087 union _zend_function *func = NULL; in ZEND_FUNCTION()
/PHP-5.3/ext/com_dotnet/
H A Dcom_handlers.c262 static union _zend_function *com_method_get(zval **object_ptr, char *name, int len TSRMLS_DC) in com_method_get()
266 union _zend_function *func; in com_method_get()
403 static union _zend_function *com_constructor_get(zval *object TSRMLS_DC) in com_constructor_get()
418 return (union _zend_function*)&f; in com_constructor_get()
H A Dcom_saproxy.c324 static union _zend_function *saproxy_method_get(zval **object, char *name, int len TSRMLS_DC) in saproxy_method_get()
335 static union _zend_function *saproxy_constructor_get(zval *object TSRMLS_DC) in saproxy_constructor_get()
/PHP-5.3/ext/standard/
H A Dincomplete_class.c95 static union _zend_function *incomplete_class_get_method(zval **object, char *method, int method_le… in incomplete_class_get_method()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c2273 static union _zend_function *dbstmt_method_get( in dbstmt_method_get()
2697 static union _zend_function *row_method_get( in row_method_get()
2725 static union _zend_function *row_get_ctor(zval *object TSRMLS_DC) in row_get_ctor()
2734 return (union _zend_function*)&ctor; in row_get_ctor()
H A Dpdo_dbh.c1340 static union _zend_function *dbh_method_get( in dbh_method_get()
/PHP-5.3/ext/spl/
H A Dspl_iterators.c842 static union _zend_function *spl_recursive_it_get_method(zval **object_ptr, char *method, int metho… in spl_recursive_it_get_method()
844 union _zend_function *function_handler; in spl_recursive_it_get_method()
1285 static union _zend_function *spl_dual_it_get_method(zval **object_ptr, char *method, int method_len… in spl_dual_it_get_method()
1287 union _zend_function *function_handler; in spl_dual_it_get_method()

Completed in 192 milliseconds