@ -9010,7 +9010,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 ) {
@ -9863,7 +9863,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 ) {
@ -10717,7 +10717,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_TMP_VAR_HANDLER(ZEND_OPCODE
zval_ptr_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 ) {
@ -12147,7 +12147,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 ) {
@ -15377,7 +15377,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 ) {
@ -17717,7 +17717,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 ) {
@ -20016,7 +20016,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_VAR_VAR_HANDLER(ZEND_OPCODE
zval_ptr_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 ) {
@ -23457,7 +23457,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 ) {
@ -25083,7 +25083,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 ) {
@ -26494,7 +26494,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 ) {
@ -27809,7 +27809,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_UNUSED_VAR_HANDLER(ZEND_OPC
zval_ptr_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 ) {
@ -29547,7 +29547,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 ) {
@ -32791,7 +32791,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 ) {
@ -34897,7 +34897,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 ) {
@ -37058,7 +37058,7 @@ static int ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_CV_VAR_HANDLER(ZEND_OPCODE_
zval_ptr_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 ) {
@ -40214,7 +40214,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 ) {