Home
last modified time | relevance | path

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

/PHP-5.5/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);
112 typedef int (*zend_object_get_closure_t)(zval *obj, zend_class_entry **ce_ptr, union _zend_function
153 ZEND_API union _zend_function *zend_std_get_static_method(zend_class_entry *ce, const char *functio…
156 ZEND_API union _zend_function *zend_std_get_constructor(zval *object TSRMLS_DC);
168 ZEND_API int zend_check_private(union _zend_function *fbc, zend_class_entry *ce, char *function_nam…
H A Dzend.h432 union _zend_function;
493 union _zend_function *constructor;
494 union _zend_function *destructor;
495 union _zend_function *clone;
496 union _zend_function *__get;
497 union _zend_function *__set;
498 union _zend_function *__unset;
499 union _zend_function *__isset;
500 union _zend_function *__call;
501 union _zend_function *__callstatic;
[all …]
H A Dzend_compile.h267 union _zend_function *prototype;
324 union _zend_function *prototype;
336 typedef union _zend_function { union
344 union _zend_function *prototype;
H A Dzend_object_handlers.c992 static inline union _zend_function *zend_get_user_call_function(zend_class_entry *ce, const char *m… in zend_get_user_call_function()
1004 return (union _zend_function *)call_user_call; in zend_get_user_call_function()
1008 static union _zend_function *zend_std_get_method(zval **object_ptr, char *method_name, int method_l… in zend_std_get_method()
1135 static inline union _zend_function *zend_get_user_callstatic_function(zend_class_entry *ce, const c… in zend_get_user_callstatic_function()
1306 ZEND_API union _zend_function *zend_std_get_constructor(zval *object TSRMLS_DC) /* {{{ */ in zend_std_get_constructor()
H A Dzend_builtin_functions.c1139 union _zend_function *func = NULL; in ZEND_FUNCTION()
/PHP-5.5/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.5/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.5/ext/pdo/
H A Dpdo_stmt.c2255 static union _zend_function *dbstmt_method_get( in dbstmt_method_get()
2690 static union _zend_function *row_method_get( in row_method_get()
2718 static union _zend_function *row_get_ctor(zval *object TSRMLS_DC) in row_get_ctor()
2728 return (union _zend_function*)&ctor; in row_get_ctor()
H A Dpdo_dbh.c1357 static union _zend_function *dbh_method_get( in dbh_method_get()
/PHP-5.5/ext/opcache/
H A Dzend_persist.c425 op_array->prototype = (union _zend_function*)persist_ptr;
/PHP-5.5/ext/spl/
H A Dspl_iterators.c832 static union _zend_function *spl_recursive_it_get_method(zval **object_ptr, char *method, int metho… in spl_recursive_it_get_method()
834 union _zend_function *function_handler; in spl_recursive_it_get_method()
1282 static union _zend_function *spl_dual_it_get_method(zval **object_ptr, char *method, int method_len… in spl_dual_it_get_method()
1284 union _zend_function *function_handler; in spl_dual_it_get_method()

Completed in 64 milliseconds