PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc
Role: Example script
Content type: text/plain
Description: Example script
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year ago
Size: 300 bytes
 

Contents

Class file image Download
<?php
$string
= 'hello';
echo
$string;
echo
'hello';
echo(
'hello');
echo(
$hello);
echo (
'hello');
echo (
$hello);
echo(
$y) ;
echo (
$loan_device->returndate == 0) ? 'Not returned' : date('d/m/Y', $loan_device->returndate);
?>
<p><?php echo ($foo) ? 'true' : 'false' ?></p>
<p><?php echo ($foo) ?></p>