Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
TEXT
15
string
Guest on 12th May 2022 01:06:07 AM
<?php
$heredoc = <<<EOT
hello world
EOT;
$variation_array = array(
'string DQ' => "string",
'string SQ' => 'string',
'mixed case string' => "sTrInG",
'heredoc' => $heredoc,
);
?>
Raw Paste
"string", 'string SQ' => 'string', 'mixed case string' => "sTrInG", 'heredoc' => $heredoc, ); ?>
Login
or
Register
to edit or fork this paste. It's free.