Home
last modified time | relevance | path

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

/PHP-7.1/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.h132 union _zend_function *constructor;
133 union _zend_function *destructor;
134 union _zend_function *clone;
135 union _zend_function *__get;
136 union _zend_function *__set;
137 union _zend_function *__unset;
138 union _zend_function *__isset;
139 union _zend_function *__call;
140 union _zend_function *__callstatic;
141 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.h422 union _zend_function { union
432 union _zend_function *prototype;
H A Dzend_object_handlers.c1187 static union _zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, c… in zend_std_get_method()
1431 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;
/PHP-7.1/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.1/ext/standard/
H A Dincomplete_class.c91 static union _zend_function *incomplete_class_get_method(zend_object **object, zend_string *method,… in incomplete_class_get_method()
/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c2209 static union _zend_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, c… in dbstmt_method_get()
2619 static union _zend_function *row_method_get( in row_method_get()
2644 static union _zend_function *row_get_ctor(zend_object *object) in row_get_ctor()
H A Dpdo_dbh.c1344 static union _zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const z… in dbh_method_get()
/PHP-7.1/ext/spl/
H A Dspl_iterators.c890 static union _zend_function *spl_recursive_it_get_method(zend_object **zobject, zend_string *method… in spl_recursive_it_get_method()
892 union _zend_function *function_handler; in spl_recursive_it_get_method()
1369 static union _zend_function *spl_dual_it_get_method(zend_object **object, zend_string *method, cons… in spl_dual_it_get_method()
1371 union _zend_function *function_handler; in spl_dual_it_get_method()
/PHP-7.1/ext/opcache/
H A Dzend_persist.c586 op_array->prototype = (union _zend_function*)persist_ptr; in zend_persist_op_array_ex()

Completed in 68 milliseconds