File: make_pearrc.php

package info (click to toggle)
php-invoker 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 108 kB
  • ctags: 15
  • sloc: php: 67; xml: 61; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<?php

$pearrc_content = array(
	"__channels" => array(
		"pear.phpunit.de" => array()
		)
	);
echo serialize($pearrc_content)."\n";

?>