Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_iterators.h65 union _zend_function *zf_new_iterator;
66 union _zend_function *zf_valid;
67 union _zend_function *zf_current;
68 union _zend_function *zf_key;
69 union _zend_function *zf_next;
70 union _zend_function *zf_rewind;
H A Dzend_object_handlers.h25 union _zend_function;
91 typedef union _zend_function *(*zend_object_get_method_t)(zval **object_ptr, char *method, int meth…
92 typedef union _zend_function *(*zend_object_get_constructor_t)(zval *object TSRMLS_DC);
113 typedef int (*zend_object_get_closure_t)(zval *obj, zend_class_entry **ce_ptr, union _zend_function
158 ZEND_API union _zend_function *zend_std_get_static_method(zend_class_entry *ce, const char *functio…
161 ZEND_API union _zend_function *zend_std_get_constructor(zval *object TSRMLS_DC);
173 ZEND_API int zend_check_private(union _zend_function *fbc, zend_class_entry *ce, char *function_nam…
H A Dzend.h434 union _zend_function;
495 union _zend_function *constructor;
496 union _zend_function *destructor;
497 union _zend_function *clone;
498 union _zend_function *__get;
499 union _zend_function *__set;
500 union _zend_function *__unset;
501 union _zend_function *__isset;
502 union _zend_function *__call;
504 union _zend_function *__tostring;
[all …]
H A Dzend_compile.h273 union _zend_function *prototype;
330 union _zend_function *prototype;
342 typedef union _zend_function { union
350 union _zend_function *prototype;
H A Dzend_object_handlers.c1021 static inline union _zend_function *zend_get_user_call_function(zend_class_entry *ce, const char *m… in zend_get_user_call_function()
1033 return (union _zend_function *)call_user_call; in zend_get_user_call_function()
1037 static union _zend_function *zend_std_get_method(zval **object_ptr, char *method_name, int method_l… in zend_std_get_method()
1161 static inline union _zend_function *zend_get_user_callstatic_function(zend_class_entry *ce, const c… in zend_get_user_callstatic_function()
1336 ZEND_API union _zend_function *zend_std_get_constructor(zval *object TSRMLS_DC) /* {{{ */ in zend_std_get_constructor()
H A Dzend_builtin_functions.c1149 union _zend_function *func = NULL; in ZEND_FUNCTION()
/PHP-5.6/ext/com_dotnet/
H A Dcom_handlers.c262 static union _zend_function *com_method_get(zval **object_ptr, char *name, int len, const zend_lite… 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, const char *name, int len, const zen… in saproxy_method_get()
335 static union _zend_function *saproxy_constructor_get(zval *object TSRMLS_DC) in saproxy_constructor_get()
/PHP-5.6/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.6/ext/pdo/
H A Dpdo_stmt.c2243 static union _zend_function *dbstmt_method_get(zval **object_pp, char *method_name, int method_len,… in dbstmt_method_get()
2682 static union _zend_function *row_method_get( in row_method_get()
2706 static union _zend_function *row_get_ctor(zval *object TSRMLS_DC) in row_get_ctor()
2716 return (union _zend_function*)&ctor; in row_get_ctor()
H A Dpdo_dbh.c1350 static union _zend_function *dbh_method_get( in dbh_method_get()
/PHP-5.6/ext/opcache/
H A Dzend_persist.c456 op_array->prototype = (union _zend_function*)persist_ptr;
/PHP-5.6/ext/spl/
H A Dspl_iterators.c876 static union _zend_function *spl_recursive_it_get_method(zval **object_ptr, char *method, int metho… in spl_recursive_it_get_method()
878 union _zend_function *function_handler; in spl_recursive_it_get_method()
1354 static union _zend_function *spl_dual_it_get_method(zval **object_ptr, char *method, int method_len… in spl_dual_it_get_method()
1356 union _zend_function *function_handler; in spl_dual_it_get_method()

Completed in 61 milliseconds