Annotation of parser3/tests/results/160.processed, revision 1.4

1.1       misha       1: content-type: text/html
1.4     ! misha       2: content-length: 2071
1.1       misha       3: 
1.3       misha       4: <table border="1" cellpadding="3">
                      5: <tr>
1.4     ! misha       6: <th>Info</th>
1.3       misha       7: <th>File: 1</th>
                      8: <th>File: 2</th>
                      9: <th>File: 3</th>
1.4     ! misha      10: <th>File: 4</th>
1.3       misha      11: </tr>
1.4     ! misha      12: <tr valign="top">
        !            13: <td>Exec body on 1st step, then just get cached result</td>
1.3       misha      14: <td>
1.4     ! misha      15: Executed body, ^cache[] value defined,
        !            16: result: '
        !            17: One (1)
        !            18: '
1.3       misha      19: <br />
                     20: Get cached result,
1.4     ! misha      21: result: '
        !            22: One (1)
        !            23: '
1.3       misha      24: <br />
                     25: Get cached result,
1.4     ! misha      26: result: '
        !            27: One (1)
        !            28: '
1.3       misha      29: </td>
                     30: <td>
1.4     ! misha      31: Executed body, ^cache[] value defined,
        !            32: result: '
        !            33: Two (1)
        !            34: '
1.3       misha      35: <br />
                     36: Get cached result,
1.4     ! misha      37: result: '
        !            38: Two (1)
        !            39: '
1.3       misha      40: <br />
                     41: Get cached result,
1.4     ! misha      42: result: '
        !            43: Two (1)
        !            44: '
1.3       misha      45: </td>
                     46: <td>
1.4     ! misha      47: Executed body, ^cache[] value defined,
        !            48: result: '
        !            49: Three (1)
        !            50: '
1.3       misha      51: <br />
                     52: Get cached result,
1.4     ! misha      53: result: '
        !            54: Three (1)
        !            55: '
1.3       misha      56: <br />
                     57: Get cached result,
1.4     ! misha      58: result: '
        !            59: Three (1)
        !            60: '
1.3       misha      61: </td>
1.4     ! misha      62: <td><br /></td>
1.3       misha      63: </tr>
1.4     ! misha      64: <tr valign="top">
        !            65: <td>Value in cache not expired yet.</td>
1.3       misha      66: <td><br /></td>
                     67: <td><br /></td>
                     68: <td>
                     69: Get cached result,
1.4     ! misha      70: result: '
        !            71: Three (1)
        !            72: '
1.3       misha      73: <br />
                     74: Get cached result,
1.4     ! misha      75: result: '
        !            76: Three (1)
        !            77: '
1.3       misha      78: <br />
                     79: Get cached result,
1.4     ! misha      80: result: '
        !            81: Three (1)
        !            82: '
1.3       misha      83: </td>
                     84: </tr>
1.4     ! misha      85: <tr valign="top">
        !            86: <td>Wait for 3 secs. Cache expired for sure.</td>
1.3       misha      87: <td colspan="3">
                     88: ^sleep(3)
                     89: </td>
1.4     ! misha      90: <td><br /></td>
1.3       misha      91: </tr>
1.4     ! misha      92: <tr valign="top">
        !            93: <td>
        !            94: 1. Body code has an exception but force get cached result<br />
        !            95: 2. Execute body and set ^cache(0) for prevent cacheing<br />
        !            96: 3. Body code has an exception, execute catch section and set ^cache(0)
        !            97: </td>
1.3       misha      98: <td>
1.4     ! misha      99: Processing catch section, result: '
        !           100: One (1)
        !           101: '
1.3       misha     102: <br />
                    103: Get cached result,
1.4     ! misha     104: result: '
        !           105: One (1)
        !           106: '
1.3       misha     107: <br />
                    108: Get cached result,
1.4     ! misha     109: result: '
        !           110: One (1)
        !           111: '
1.3       misha     112: </td>
                    113: <td>
1.4     ! misha     114: Executed body, ^cache[] value defined,
        !           115: result: '
        !           116: Two
1.3       misha     117: (1)
1.4     ! misha     118: '
1.3       misha     119: <br />
1.4     ! misha     120: Executed body, ^cache[] value defined,
        !           121: result: '
        !           122: Two
1.3       misha     123: (2)
1.4     ! misha     124: '
1.3       misha     125: <br />
1.4     ! misha     126: Executed body, ^cache[] value defined,
        !           127: result: '
        !           128: Two
1.3       misha     129: (3)
1.4     ! misha     130: '
        !           131: </td>
        !           132: <td>
        !           133: Processing catch section, result: '
        !           134: Catch section results
        !           135: '
        !           136: <br />
        !           137: Processing catch section, result: '
        !           138: Catch section results
        !           139: '
        !           140: <br />
        !           141: Processing catch section, result: '
        !           142: Catch section results
        !           143: '
1.3       misha     144: </td>
                    145: <td>
1.4     ! misha     146: Error. Body executed 1 times, catch executed 1 times.
1.3       misha     147: <br />
1.4     ! misha     148: Error. Body executed 1 times, catch executed 1 times.
1.3       misha     149: <br />
1.4     ! misha     150: Error. Body executed 1 times, catch executed 1 times.
1.3       misha     151: </td>
                    152: </tr>
                    153: </table>

E-mail: