|
cvs: pecl /http/tests INI_001.diff INI_001.phpt: msg#00177php.pecl.cvs
mike Sun Jul 24 14:23:03 2005 EDT Added files: /pecl/http/tests INI_001.phpt Removed files: /pecl/http/tests INI_001.diff Log: - wrong file http://cvs.php.net/co.php/pecl/http/tests/INI_001.phpt?r=1.1&p=1 Index: pecl/http/tests/INI_001.phpt +++ pecl/http/tests/INI_001.phpt --TEST-- INI entries --SKIPIF-- <?php include 'skip.inc'; ?> --FILE-- <?php echo "-TEST\n"; var_dump(ini_set('http.cache_log', 'cache.log')); var_dump(ini_get('http.cache_log')); var_dump(ini_set('http.allowed_methods', 'POST, HEAD, GET')); var_dump(ini_get('http.allowed_methods')); echo "Done\n"; ?> --EXPECTF-- %sTEST bool(true) string(9) "cache.log" bool(true) string(15) "POST, HEAD, GET" Done |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /http/tests INI_001.diff allowed_methods_001.phpt: 00177, Michael Wallner |
|---|---|
| Next by Date: | cvs: pecl /http/tests get_request_data_001.phpt: 00177, Michael Wallner |
| Previous by Thread: | cvs: pecl /http/tests INI_001.diff allowed_methods_001.phpti: 00177, Michael Wallner |
| Next by Thread: | cvs: pecl /http/tests get_request_data_001.phpt: 00177, Michael Wallner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |