質問編集履歴

13

2016/08/08 22:47

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -46,10 +46,6 @@
46
46
 
47
47
  test.html
48
48
 
49
-
50
-
51
- ---------------------------
52
-
53
49
  ```
54
50
 
55
51
  <?php include('set.php'); ?>
@@ -64,13 +60,11 @@
64
60
 
65
61
  ```
66
62
 
67
- ---------------------------
68
-
69
63
 
70
64
 
71
65
  set.php
72
66
 
73
- ---------------------------
67
+ ```
74
68
 
75
69
  <?php
76
70
 
@@ -80,27 +74,27 @@
80
74
 
81
75
  ?>
82
76
 
83
- ---------------------------
77
+ ```
84
78
 
79
+ include.html
85
80
 
86
-
87
- include.php
81
+ ```
88
-
89
- ---------------------------
90
82
 
91
83
  <h1><?= $aiu ?></h1>
92
84
 
93
- ---------------------------
85
+ ```
94
86
 
95
87
 
96
88
 
97
89
  ssi.html
98
90
 
99
- ---------------------------
91
+ ```
100
92
 
101
- <!--#set var='ssi' value='Ssi' -->
93
+ <!--#set var='ssi' value='Ssi' -->
102
94
 
103
- ---------------------------
95
+ ```
96
+
97
+
104
98
 
105
99
 
106
100
 
@@ -108,13 +102,13 @@
108
102
 
109
103
  test.htmlのブラウザでの表示
110
104
 
111
- ---------------------------
105
+ ```
112
106
 
113
107
  あいう
114
108
 
115
109
  Ssi
116
110
 
117
- ---------------------------
111
+ ```
118
112
 
119
113
  と表示され、$abcが反映されません。
120
114
 

12

2016/08/08 22:47

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
  ---------------------------
52
52
 
53
- '''
53
+ ```
54
54
 
55
55
  <?php include('set.php'); ?>
56
56
 
@@ -62,7 +62,7 @@
62
62
 
63
63
  <p><!--#echo var='ssi' --></p>
64
64
 
65
- '''
65
+ ```
66
66
 
67
67
  ---------------------------
68
68
 

11

2016/08/08 22:42

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,8 @@
50
50
 
51
51
  ---------------------------
52
52
 
53
+ '''
54
+
53
55
  <?php include('set.php'); ?>
54
56
 
55
57
  <?= $abc ?>
@@ -59,6 +61,8 @@
59
61
  <!--#include virtual='ssi.html' -->
60
62
 
61
63
  <p><!--#echo var='ssi' --></p>
64
+
65
+ '''
62
66
 
63
67
  ---------------------------
64
68
 

10

2016/08/08 22:41

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  <?php include('set.php'); ?>
54
54
 
55
- '''<?= $abc ?>'''
55
+ <?= $abc ?>
56
56
 
57
57
  <?php include('include.php'); ?>
58
58
 

9

2016/08/08 22:40

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
File without changes

8

2016/08/08 22:39

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  <?php include('set.php'); ?>
54
54
 
55
- <?= $abc ?>
55
+ '''<?= $abc ?>'''
56
56
 
57
57
  <?php include('include.php'); ?>
58
58
 

7

2016/08/08 22:38

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -50,11 +50,7 @@
50
50
 
51
51
  ---------------------------
52
52
 
53
-
54
-
55
- # <?php include('set.php'); ?>
53
+ <?php include('set.php'); ?>
56
-
57
-
58
54
 
59
55
  <?= $abc ?>
60
56
 

6

2016/08/07 00:35

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,11 @@
50
50
 
51
51
  ---------------------------
52
52
 
53
+
54
+
53
- <pre> <code><?php include('set.php'); ?>
55
+ # <?php include('set.php'); ?>
56
+
57
+
54
58
 
55
59
  <?= $abc ?>
56
60
 
@@ -59,8 +63,6 @@
59
63
  <!--#include virtual='ssi.html' -->
60
64
 
61
65
  <p><!--#echo var='ssi' --></p>
62
-
63
- </code></pre>
64
66
 
65
67
  ---------------------------
66
68
 

5

2016/08/07 00:35

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -46,9 +46,11 @@
46
46
 
47
47
  test.html
48
48
 
49
+
50
+
49
51
  ---------------------------
50
52
 
51
- <?php include('set.php'); ?>
53
+ <pre> <code><?php include('set.php'); ?>
52
54
 
53
55
  <?= $abc ?>
54
56
 
@@ -57,6 +59,8 @@
57
59
  <!--#include virtual='ssi.html' -->
58
60
 
59
61
  <p><!--#echo var='ssi' --></p>
62
+
63
+ </code></pre>
60
64
 
61
65
  ---------------------------
62
66
 

4

2016/08/07 00:33

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
File without changes

3

2016/08/07 00:26

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
File without changes

2

2016/08/07 00:26

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -66,13 +66,13 @@
66
66
 
67
67
  ---------------------------
68
68
 
69
- <?php
69
+ <?php
70
70
 
71
- $abc="ABC";
71
+ $abc="ABC";
72
72
 
73
- $aiu="あいう";
73
+ $aiu="あいう";
74
74
 
75
- ?>
75
+ ?>
76
76
 
77
77
  ---------------------------
78
78
 
@@ -82,7 +82,7 @@
82
82
 
83
83
  ---------------------------
84
84
 
85
- <h1><?= $aiu ?></h1>
85
+ <h1><?= $aiu ?></h1>
86
86
 
87
87
  ---------------------------
88
88
 
@@ -92,7 +92,7 @@
92
92
 
93
93
  ---------------------------
94
94
 
95
- <!--#set var='ssi' value='Ssi' -->
95
+ <!--#set var='ssi' value='Ssi' -->
96
96
 
97
97
  ---------------------------
98
98
 

1

2016/08/07 00:23

投稿

mochimochi
mochimochi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -48,15 +48,15 @@
48
48
 
49
49
  ---------------------------
50
50
 
51
- <?php include('set.php'); ?>
51
+ <?php include('set.php'); ?>
52
52
 
53
- <?= $abc ?>
53
+ <?= $abc ?>
54
54
 
55
- <?php include('include.php'); ?>
55
+ <?php include('include.php'); ?>
56
56
 
57
- <!--#include virtual='ssi.html' -->
57
+ <!--#include virtual='ssi.html' -->
58
58
 
59
- <p><!--#echo var='ssi' --></p>
59
+ <p><!--#echo var='ssi' --></p>
60
60
 
61
61
  ---------------------------
62
62