~ubuntu-branches/ubuntu/quantal/php5/quantal

« back to all changes in this revision

Viewing changes to ext/phar/tests/cache_list/frontcontroller8.phpt

  • Committer: Bazaar Package Importer
  • Author(s): Sean Finney
  • Date: 2009-07-01 09:12:10 UTC
  • mto: (0.9.1) (1.1.17 upstream)
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: james.westby@ubuntu.com-20090701091210-go0h6506p62on17r
Tags: upstream-5.3.0
ImportĀ upstreamĀ versionĀ 5.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--TEST--
 
2
Phar front controller no index file 404 [cache_list]
 
3
--INI--
 
4
phar.cache_list={PWD}/frontcontroller8.php
 
5
--SKIPIF--
 
6
<?php if (!extension_loaded("phar")) die("skip"); ?>
 
7
--ENV--
 
8
SCRIPT_NAME=/frontcontroller8.php
 
9
REQUEST_URI=/frontcontroller8.php/
 
10
PATH_INFO=/
 
11
--FILE_EXTERNAL--
 
12
files/frontcontroller3.phar
 
13
--EXPECTHEADERS--
 
14
Status: 404 Not Found
 
15
--EXPECT--
 
16
<html>
 
17
 <head>
 
18
  <title>File Not Found</title>
 
19
 </head>
 
20
 <body>
 
21
  <h1>404 - File /index.php Not Found</h1>
 
22
 </body>
 
23
</html>
 
 
b'\\ No newline at end of file'