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



EOTXT;

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

    }



    public function testClone()
<?php )



EOTXT;

        $this->assertStringMatchesFormat($expected, print_r($clone, true));

    }



    public function testLimits()
<?php )



EOTXT;

        $this->assertStringMatchesFormat($expected, print_r($clone, true));

    }



    public function testJsonCast()
<?php )



EOTXT;

        $this->assertStringMatchesFormat($expected, print_r($clone, true));

    }
<?php )



EOTXT;

        $this->assertStringMatchesFormat($expected, print_r($clone, true));

    }
<?php )



EOTXT;

        $this->assertStringMatchesFormat($expected, print_r($clone, true));

    }

}