Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Prints human-readable information about a variable
print_r(mixed $valuebool $return false): string|bool
)



EOTXT;

        
$this->assertSame(sprintf($expected\PHP_INT_MAX), print_r($clonetrue));

    }



    public function 
testClone()
)



EOTXT;

        
$this->assertStringMatchesFormat($expectedprint_r($clonetrue));

    }



    public function 
testLimits()
)



EOTXT;

        
$this->assertStringMatchesFormat($expectedprint_r($clonetrue));

    }



    public function 
testJsonCast()
)



EOTXT;

        
$this->assertStringMatchesFormat($expectedprint_r($clonetrue));

    }
)



EOTXT;

        
$this->assertStringMatchesFormat($expectedprint_r($clonetrue));

    }
)



EOTXT;

        
$this->assertStringMatchesFormat($expectedprint_r($clonetrue));

    }

}