@ -9313,7 +9313,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_TMP_CONST_HANDLER(ZEND_OPCO
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -10178,7 +10178,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_TMP_TMP_HANDLER(ZEND_OPCODE
zval_dtor ( free_op2 . var ) ;
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -11044,7 +11044,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_TMP_VAR_HANDLER(ZEND_OPCODE
zval_ptr_dtor_nogc ( & free_op2 . var ) ;
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -12490,7 +12490,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_TMP_CV_HANDLER(ZEND_OPCODE_
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -15728,7 +15728,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_VAR_CONST_HANDLER(ZEND_OPCO
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -18074,7 +18074,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_VAR_TMP_HANDLER(ZEND_OPCODE
zval_dtor ( free_op2 . var ) ;
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -20381,7 +20381,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_VAR_VAR_HANDLER(ZEND_OPCODE
zval_ptr_dtor_nogc ( & free_op2 . var ) ;
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -23838,7 +23838,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -25480,7 +25480,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER(ZEND_O
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -26888,7 +26888,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_UNUSED_TMP_HANDLER(ZEND_OPC
zval_dtor ( free_op2 . var ) ;
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -28202,7 +28202,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_UNUSED_VAR_HANDLER(ZEND_OPC
zval_ptr_dtor_nogc ( & free_op2 . var ) ;
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -29944,7 +29944,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CV_HANDLER(ZEND_OPCO
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -33183,7 +33183,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_CV_CONST_HANDLER(ZEND_OPCOD
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -35295,7 +35295,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_CV_TMP_HANDLER(ZEND_OPCODE_
zval_dtor ( free_op2 . var ) ;
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -37462,7 +37462,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_CV_VAR_HANDLER(ZEND_OPCODE_
zval_ptr_dtor_nogc ( & free_op2 . var ) ;
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {
@ -40630,7 +40630,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_CV_CV_HANDLER(ZEND_OPCODE_H
HANDLE_EXCEPTION ( ) ;
}
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on a non-object " , function_name_strval ) ;
zend_error_noreturn ( E_ERROR , " Call to a member function %s() on %s " , function_name_strval , zend_get_type_by_const ( Z_TYPE_P ( call - > object ) ) ) ;
}
if ( ( call - > fbc - > common . fn_flags & ZEND_ACC_STATIC ) ! = 0 ) {