
| Path : /usr/src/php/scripts/dev/generate-phpt/src/codeSnippets/ |
| Current File : //usr/src/php/scripts/dev/generate-phpt/src/codeSnippets/string.txt |
$heredoc = <<<EOT hello world EOT; $variation_array = array( 'string DQ' => "string", 'string SQ' => 'string', 'mixed case string' => "sTrInG", 'heredoc' => $heredoc, );