Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tasks-php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Адлан Шамавов
tasks-php
Merge requests
!9
Ptps function 9
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ptps function 9
PTPS_Function_9
into
main
Overview
1
Commits
6
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Merged
Адлан Шамавов
requested to merge
PTPS_Function_9
into
main
11 months ago
Overview
1
Commits
6
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
5c3550e5
Show latest version
1 file
+
3
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5c3550e5
refactoring
· 5c3550e5
Адлан Шамавов
authored
11 months ago
index.php
+
3
−
18
Options
<?php
require_once
__DIR__
.
'/vendor/autoload.php'
;
require_once
__DIR__
.
'/vendor/autoload.php'
;
$func
=
new
Hp\Test\Functions
()
;
use
Hp\Test\Functions
;
?>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
</head>
<body>
<?php
require_once
__DIR__
.
'/vendor/autoload.php'
;
use
Hp\Test\Functions
;
$func
=
new
Functions
();
$func
=
new
Functions
();
?>
<!DOCTYPE html>
Loading