1.2.357. Displays Text

Function calls that displays something to the output.

<?php

// Displays de the content of $a
print $a;

// Displays de the content of $b
print_r($b);

// Returns de the content of $b, no display.
$c = var_export($b, true);

?>

1.2.357.1. Specs

Short name

Php/Prints

Rulesets

All, Changed Behavior

Exakat since

0.10.9

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

print

Available in

Entreprise Edition, Exakat Cloud