Searched refs:new (Results 1 – 6 of 6) sorted by relevance
31 $pdo = new \PDO(40 $repository = new Repository($pdo);85 $container = new Container(include __DIR__.'/parameters.php');91 return new App\Foo($c->get(App\Dependency::class));96 $object = new App\Foo\Bar($c->get(App\Dependency::class));104 return new App\Foo\Bar(115 return new App\Dependency();
10 $template = new App\Template\Engine(__DIR__.'/../path/to/templates');
103 $new = $path; variable104 if (!realpath($old) || !realpath($new)) {113 $d = new \Horde_Text_Diff('auto', [file($old), file($new)]);
20 Create a new MySQL/MariaDB database using `sql/database.sql`, create database71 Issues with the application and new feature requests can be reported to
70 disabled tinyint(1) NOT NULL default 0, # Disabled == read-only (no new reports in these!)
165 font-family: "andale mono", "monotype.com", "courier new", monospace;
Completed in 14 milliseconds