~bcsaller/juju-gui/update-reductions

« back to all changes in this revision

Viewing changes to lib/yui/tests/io/tests/php/put.php

  • Committer: kapil.foss at gmail
  • Date: 2012-07-13 18:45:59 UTC
  • Revision ID: kapil.foss@gmail.com-20120713184559-2xl7be17egsrz0c9
reshape

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
 
3
 
$count = count($_POST);
4
 
 
5
 
if ($count > 0) {
6
 
        $data = $_POST['hello'];
7
 
        $data .= "&" . $_POST['foo'];
8
 
        echo $data;
9
 
}
10
 
else {
11
 
        echo $count;
12
 
}
13
 
?>
 
 
b'\\ No newline at end of file'