Skip to content

Commit d316d5b

Browse files
committed
Capitalized paths
1 parent b227792 commit d316d5b

File tree

47 files changed

+76
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+76
-76
lines changed

cakephp-4.3/_benchmark/cakephp/config/app_local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Development Mode:
1616
* true: Errors and warnings shown.
1717
*/
18-
/* *** php-frameworks-bench *** */
18+
/* *** PHP-Frameworks-Bench *** */
1919
'debug' => false,
2020

2121
/*

cakephp-4.3/_benchmark/cakephp/config/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*/
4545
$routes->setRouteClass(DashedRoute::class);
4646

47-
/* *** php-frameworks-bench *** */
47+
/* *** PHP-Frameworks-Bench *** */
4848
$routes->connect('/hello/index', ['controller' => 'HelloWorld', 'action' => 'display', 'home']);
4949

5050
$routes->scope('/', function (RouteBuilder $builder) {

cakephp-4.3/_benchmark/cakephp/src/Controller/HelloWorldController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types=1);
22

33
/*
4-
php-frameworks-bench
4+
PHP-Frameworks-Bench
55
this is a simple hello world controller to make benchmark
66
*/
77

cakephp-4.3/_benchmark/cakephp/webroot/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
// Run the request/response through the application and emit the response.
4040
$server->emit($server->run());
4141

42-
/* *** php-frameworks-bench *** */
43-
require $_SERVER['DOCUMENT_ROOT'].'/php-frameworks-bench/libs/output_data.php';
42+
/* *** PHP-Frameworks-Bench *** */
43+
require $_SERVER['DOCUMENT_ROOT'].'/PHP-Frameworks-Bench/libs/output_data.php';

codeigniter-4.1/_benchmark/codeigniter/app/Config/Routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// route since we don't have to scan directories.
3434
$routes->get('/', 'Home::index');
3535

36-
/* *** php-frameworks-bench *** */
36+
/* *** PHP-Frameworks-Bench *** */
3737
$routes->get('/hello/index', 'HelloWorldController::index');
3838

3939
/*

codeigniter-4.1/_benchmark/codeigniter/app/Controllers/HelloWorldController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
php-frameworks-bench
3+
PHP-Frameworks-Bench
44
this is a simple hello world controller to make benchmark
55
*/
66
namespace App\Controllers;

codeigniter-4.1/_benchmark/codeigniter/public/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
$app->run();
3838

3939

40-
/* *** php-frameworks-bench *** */
41-
require $_SERVER['DOCUMENT_ROOT'].'/php-frameworks-bench/libs/output_data.php';
40+
/* *** PHP-Frameworks-Bench *** */
41+
require $_SERVER['DOCUMENT_ROOT'].'/PHP-Frameworks-Bench/libs/output_data.php';

fastroute-1.3/Controllers/HelloWorldController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
php-frameworks-bench
3+
PHP-Frameworks-Bench
44
this is a simple hello world controller to make benchmark
55
*/
66
namespace Controllers;

fastroute-1.3/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
// https://github.com/nikic/FastRoute/issues/110#issuecomment-273760186
2424
// Strip prefix
25-
$prefix = '/php-frameworks-bench/fastroute-1.3';
25+
$prefix = '/PHP-Frameworks-Bench/fastroute-1.3';
2626
if ($prefix !== '' && strpos($uri, $prefix) === 0) {
2727
$uri = substr($uri, strlen($prefix));
2828
}
@@ -45,4 +45,4 @@
4545
}
4646

4747

48-
require $_SERVER['DOCUMENT_ROOT'].'/php-frameworks-bench/libs/output_data.php';
48+
require $_SERVER['DOCUMENT_ROOT'].'/PHP-Frameworks-Bench/libs/output_data.php';

fatfree-3.8.0/Controllers/HelloWorldController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
php-frameworks-bench
3+
PHP-Frameworks-Bench
44
this is a simple hello world controller to make benchmark
55
*/
66
namespace Controllers;

0 commit comments

Comments
 (0)