Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Testmove"

(testing for logout after 1 minute)
Line 6: Line 6:
  
 
no disconnect after save
 
no disconnect after save
 +
 +
<source lang="php" >
 +
<?php
 +
    v = "string";    // sample initialization
 +
?>
 +
html text
 +
<?
 +
    echo v;        // end of php code
 +
?>

Revision as of 14:38, 7 January 2008

blah blah blah


waiting for timeout 2 minutes


no disconnect after save

<?php
    v = "string";    // sample initialization
?>
html text
<?
    echo v;         // end of php code
?>

Back to the top