Skip to content

Commit 2378036

Browse files
committed
ws
1 parent 0743e83 commit 2378036

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Zend/zend_closures.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ ZEND_API const zend_function *zend_get_closure_method_def(zend_object *obj) /* {
429429
ZEND_API zval* zend_get_closure_this_ptr(zval *obj) /* {{{ */
430430
{
431431
zend_closure *closure = (zend_closure *)Z_OBJ_P(obj);
432-
433432
return &closure->this_ptr;
434433
}
435434
/* }}} */

Zend/zend_compile.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ struct _zend_execute_data {
561561
#define ZEND_CALL_OBSERVED (1 << 28) /* "fcall_begin" observer handler may set this flag */
562562
/* to prevent optimization in RETURN handler and */
563563
/* keep all local variables for "fcall_end" handler */
564-
565564
#define ZEND_CALL_SEND_ARG_BY_REF (1u << 31)
566565

567566
#define ZEND_CALL_NESTED_FUNCTION (ZEND_CALL_FUNCTION | ZEND_CALL_NESTED)

0 commit comments

Comments
 (0)