Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_iterators.h66 union _zend_function *zf_new_iterator;
67 union _zend_function *zf_valid;
68 union _zend_function *zf_current;
69 union _zend_function *zf_key;
70 union _zend_function *zf_next;
71 union _zend_function *zf_rewind;
H A Dzend.h147 union _zend_function *constructor;
148 union _zend_function *destructor;
149 union _zend_function *clone;
150 union _zend_function *__get;
151 union _zend_function *__set;
152 union _zend_function *__unset;
153 union _zend_function *__isset;
154 union _zend_function *__call;
155 union _zend_function *__callstatic;
156 union _zend_function *__tostring;
[all …]
H A Dzend_object_handlers.h95 typedef union _zend_function *(*zend_object_get_method_t)(zend_object **object, zend_string *method…
96 typedef union _zend_function *(*zend_object_get_constructor_t)(zend_object *object);
118 typedef int (*zend_object_get_closure_t)(zval *obj, zend_class_entry **ce_ptr, union _zend_function
164 ZEND_API union _zend_function *zend_std_get_static_method(zend_class_entry *ce, zend_string *functi…
167 ZEND_API union _zend_function *zend_std_get_constructor(zend_object *object);
175 ZEND_API int zend_check_private(union _zend_function *fbc, zend_class_entry *ce, zend_string *funct…
H A Dzend_compile.h404 union _zend_function { union
413 union _zend_function *prototype;
H A Dzend_object_handlers.c1137 static union _zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, c… in zend_std_get_method()
1373 ZEND_API union _zend_function *zend_std_get_constructor(zend_object *zobj) /* {{{ */ in zend_std_get_constructor()
H A Dzend_types.h81 typedef union _zend_function zend_function;
H A Dzend_builtin_functions.c1321 union _zend_function *func = NULL; in ZEND_FUNCTION()
/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c258 static union _zend_function *com_method_get(zend_object **object_ptr, zend_string *name, const zval… in com_method_get()
261 union _zend_function *func; in com_method_get()
393 static union _zend_function *com_constructor_get(zend_object *object) in com_constructor_get()
406 return (union _zend_function*)&f; in com_constructor_get()
H A Dcom_saproxy.c319 static union _zend_function *saproxy_method_get(zend_object **object, zend_string *name, const zval… in saproxy_method_get()
330 static union _zend_function *saproxy_constructor_get(zend_object *object) in saproxy_constructor_get()
/PHP-7.0/ext/standard/
H A Dincomplete_class.c90 static union _zend_function *incomplete_class_get_method(zend_object **object, zend_string *method,… in incomplete_class_get_method()
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c2215 static union _zend_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, c… in dbstmt_method_get()
2624 static union _zend_function *row_method_get( in row_method_get()
2649 static union _zend_function *row_get_ctor(zend_object *object) in row_get_ctor()
2659 return (union _zend_function*)&ctor; in row_get_ctor()
H A Dpdo_dbh.c1346 static union _zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const z… in dbh_method_get()
/PHP-7.0/ext/spl/
H A Dspl_iterators.c889 static union _zend_function *spl_recursive_it_get_method(zend_object **zobject, zend_string *method… in spl_recursive_it_get_method()
891 union _zend_function *function_handler; in spl_recursive_it_get_method()
1368 static union _zend_function *spl_dual_it_get_method(zend_object **object, zend_string *method, cons… in spl_dual_it_get_method()
1370 union _zend_function *function_handler; in spl_dual_it_get_method()
/PHP-7.0/ext/opcache/
H A Dzend_persist.c677 op_array->prototype = (union _zend_function*)persist_ptr; in zend_persist_op_array_ex()

Completed in 89 milliseconds