1.2.360. Displays Text¶
Function calls that displays something to the output. Usually, there should not be direct display of data anywhere in the code, but on a specific places, like a template engine, or an output class.
<?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.360.1. Connex PHP features¶
1.2.360.1.1. Specs¶
Short name |
Php/Prints |
Rulesets |
|
Exakat since |
0.10.9 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |