FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Skeleton/test.php at main · floatphp/Skeleton · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
floatphp
/
Skeleton
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
Skeleton
/
test.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (24 loc) · 578 Bytes
Breadcrumbs
Skeleton
/
test.php
Copy path
File metadata and controls
30 lines (24 loc) · 578 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/usr/bin/php
<?php
/**
* @author : Jakiboy
* @package : FloatPHP Skeleton App
* @version : 1.5.x
* @copyright : (c) 2017 - 2025 Jihad Sinnaour <me@jihadsinnaour.com>
* @link : https://floatphp.com
* @license : MIT
*
* This file if a part of FloatPHP Framework.
*/
namespace
App
;
use
FloatPHP
\
Classes
\
Server
\
System
;
// Init Path
$
root
=
__DIR__
;
include
"{
$
root
}
/App/App.php
"
;
// System configuration
System::
setTimeLimit
(seconds:
0
);
System::
setMemoryLimit
(value:
'
-1
'
);
// Check CLI
if
( !System::
isCli
() )
exit
();
// Init App
App::
init
();
Back
|
FazBrowse Home
|
New Git URL