Lines Matching refs:zval

38 	zval              this_ptr;
50 zval *arguments = ZEND_CALL_ARG(execute_data, 1); in ZEND_METHOD()
66 zend_closure *closure, zval *newthis, zend_class_entry *scope) /* {{{ */ in zend_valid_closure_binding()
111 zval *zclosure, *newthis, closure_result; in ZEND_METHOD()
135 zval new_closure; in ZEND_METHOD()
181 zval *newthis, *zclosure, *scope_arg = NULL; in ZEND_METHOD()
229 zval params[2]; in ZEND_NAMED_FUNCTION()
259 static int zend_create_closure_from_callable(zval *return_value, zval *callable, char **error) /* {… in zend_create_closure_from_callable()
262 zval instance; in zend_create_closure_from_callable()
306 zval *callable; in ZEND_METHOD()
342 static int zend_closure_compare_objects(zval *o1, zval *o2) /* {{{ */ in zend_closure_compare_objects()
376 ZEND_API const zend_function *zend_get_closure_method_def(zval *obj) /* {{{ */ in zend_get_closure_method_def()
383 ZEND_API zval* zend_get_closure_this_ptr(zval *obj) /* {{{ */ in zend_get_closure_this_ptr()
390 static zend_function *zend_closure_get_method(zend_object **object, zend_string *method, const zval in zend_closure_get_method()
400 static zval *zend_closure_read_property(zval *object, zval *member, int type, void **cache_slot, zv… in zend_closure_read_property()
407 static void zend_closure_write_property(zval *object, zval *member, zval *value, void **cache_slot)… in zend_closure_write_property()
413 static zval *zend_closure_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_s… in zend_closure_get_property_ptr_ptr()
420 static int zend_closure_has_property(zval *object, zval *member, int has_set_exists, void **cache_s… in zend_closure_has_property()
429 static void zend_closure_unset_property(zval *object, zval *member, void **cache_slot) /* {{{ */ in zend_closure_unset_property()
469 static zend_object *zend_closure_clone(zval *zobject) /* {{{ */ in zend_closure_clone()
472 zval result; in zend_closure_clone()
480 int zend_closure_get_closure(zval *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zend_o… in zend_closure_get_closure()
496 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info()
499 zval val; in zend_closure_get_debug_info()
509 zval *var; in zend_closure_get_debug_info()
539 zval info; in zend_closure_get_debug_info()
567 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
652 …_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_class_… in zend_create_closure()
732 …void zend_create_fake_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_class_… in zend_create_fake_closure()
743 void zend_closure_bind_var(zval *closure_zv, zend_string *var_name, zval *var) /* {{{ */ in zend_closure_bind_var()
751 void zend_closure_bind_var_ex(zval *closure_zv, uint32_t offset, zval *val) /* {{{ */ in zend_closure_bind_var_ex()
755 zval *var = (zval*)((char*)static_variables->arData + offset); in zend_closure_bind_var_ex()