Browse Source

debug store

stanley-king 4 years ago
parent
commit
8dad89a60a
3 changed files with 0 additions and 22 deletions
  1. 0 10
      index.html
  2. 0 1
      index.php
  3. 0 11
      info.php

+ 0 - 10
index.html

@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <title>xxx</title>
-</head>
-<body>
-    <p>Hello Docker.</p>
-</body>
-</html>

+ 0 - 1
index.php

@@ -1,6 +1,5 @@
 <?php
 <?php
 declare(strict_types=0);
 declare(strict_types=0);
 
 
-
 $site_url = strtolower('http://'.$_SERVER['HTTP_HOST'].substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/index.php')).'/shop/index.php');
 $site_url = strtolower('http://'.$_SERVER['HTTP_HOST'].substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/index.php')).'/shop/index.php');
 include('shop/index.php');
 include('shop/index.php');

+ 0 - 11
info.php

@@ -1,11 +0,0 @@
-<?php
-//declare(strict_types=1);
-
-error_reporting(E_ALL & ~E_NOTICE);
-
-$arr['xxx'] = 'yyy';
-$z = $arr['lll'];
-$y = strpos(null,'x');
-print($y);
-
-$x = 100;