File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -429,7 +429,6 @@ ZEND_API const zend_function *zend_get_closure_method_def(zend_object *obj) /* {
429
429
ZEND_API zval * zend_get_closure_this_ptr (zval * obj ) /* {{{ */
430
430
{
431
431
zend_closure * closure = (zend_closure * )Z_OBJ_P (obj );
432
-
433
432
return & closure -> this_ptr ;
434
433
}
435
434
/* }}} */
Original file line number Diff line number Diff line change @@ -561,7 +561,6 @@ struct _zend_execute_data {
561
561
#define ZEND_CALL_OBSERVED (1 << 28) /* "fcall_begin" observer handler may set this flag */
562
562
/* to prevent optimization in RETURN handler and */
563
563
/* keep all local variables for "fcall_end" handler */
564
-
565
564
#define ZEND_CALL_SEND_ARG_BY_REF (1u << 31)
566
565
567
566
#define ZEND_CALL_NESTED_FUNCTION (ZEND_CALL_FUNCTION | ZEND_CALL_NESTED)
You can’t perform that action at this time.
0 commit comments