Skip to content
Snippets Groups Projects

Ptps function 9

Merged Адлан Шамавов requested to merge PTPS_Function_9 into main
1 unresolved thread
1 file
+ 3
18
Compare changes
  • Side-by-side
  • Inline
+ 3
18
<?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