diff options
Diffstat (limited to 'ext/phar/tests/cache_list/frontcontroller32.phpt')
| -rw-r--r-- | ext/phar/tests/cache_list/frontcontroller32.phpt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ext/phar/tests/cache_list/frontcontroller32.phpt b/ext/phar/tests/cache_list/frontcontroller32.phpt new file mode 100644 index 0000000..5911690 --- /dev/null +++ b/ext/phar/tests/cache_list/frontcontroller32.phpt @@ -0,0 +1,16 @@ +--TEST-- +Phar front controller with valid callback that is not good [cache_list] +--INI-- +default_charset=UTF-8 +phar.cache_list={PWD}/frontcontroller32.php +--SKIPIF-- +<?php if (!extension_loaded("phar")) die("skip"); ?> +--ENV-- +SCRIPT_NAME=/frontcontroller32.php +REQUEST_URI=/frontcontroller32.php +--EXPECTHEADERS-- +Content-type: text/html; charset=UTF-8 +--FILE_EXTERNAL-- +files/frontcontroller17.phar +--EXPECTF-- +%ahar error: failed to call rewrite callback
\ No newline at end of file |
