print ${};
${cursor}print "${}";
${cursor}print ${}."\n";
${cursor}print("\${dollar}${variable} = ". ${dollar}${variable});
${cursor}print("${function_container}");
${cursor}print("${class_container}");
${cursor}echo("${}");
${cursor}for (${dollar}${number_variable} = 0 ; ${dollar}${number_variable} < count(${dollar}${array_variable}) ; ${dollar}${number_variable}++) {
${cursor};
}
if (${dollar}${variable} instanceof ${class}) {
${cursor};
}
for (${dollar}${index} = 0; ${dollar}${index} < ${number_variable}; ${dollar}${index}++) {
${line_selection}${cursor}
}foreach (${dollar}${array_variable} as ${dollar}${variable}) {
${cursor};
}
foreach (${dollar}${array_variable} as ${dollar}${number_variable} => ${dollar}${variable}) {
${cursor};
}
switch (${dollar}${variable}) {
case ${value}:
${cursor};
break;
default:
;
break;
}
function ${function_name}()
{
${cursor};
}
function ${function_name}()
{
${cursor};
}
function (${parameters}) use (${lexical_variables}) {
${cursor};
}
function (${parameters}) use (${lexical_variables}) {
${cursor};
}
class ${class_name}
{
function ${function_name}()
{
${cursor};
}
}
class ${class_name}
{
function ${function_name}()
{
${cursor};
}
}
if (${condition})
{
${cursor};
}
else {
${cursor};
}
elseif (${condition}) {
${cursor};
}
try {
${cursor}
} catch (${Exception} ${dollar}e) {
}
while (${condition}) {
${cursor};
}
${dollar}${dirh} = opendir(${dirname});
if (${dollar}${dirh}) {
while (${dollar}${dir_element} = readdir(${dollar}${dirh})) {
${cursor};
}
unset(${dollar}${dir_element});
closedir(${dollar}${dirh});
}
while (${dollar}${row} = mysql_fetch_row(${dollar}${query})) {
${cursor};
}
while (${dollar}${row} = mysql_fetch_array(${dollar}${query})) {
${cursor};
}
while (${dollar}${row} = mysql_fetch_object(${dollar}${query})) {
${cursor};
}
ob_start();
${cursor};
${dollar}${contents} = ob_get_contents();
ob_end_clean();
${dollar}${new_obj} = clone ${dollar}${variable};
${cursor}parent::__construct();
${cursor}parent::__clone();
use ${namespace} as ${alias};namespace ${name};<?php
${cursor}<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=${encoding}">
<title>Insert title here</title>
</head>
<frameset>
<frame>
<frame>
<noframes>
<body>
<p>This page uses frames. The current browser you are using does not support frames.</p>
<?php
${cursor}
?>
</body>
</noframes>
</frameset>
</html>