File tree 4 files changed +21
-10
lines changed
4 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 4
4
</ head >
5
5
< body >
6
6
< h1 > Body comes here..</ h1 >
7
+
8
+ < header >
9
+ < h1 > Body comes here..</ h1 >
10
+ </ header >
11
+ < footer >
12
+ < h1 > Body comes here..</ h1 >
13
+ </ footer >
7
14
</ body >
8
15
</ html >
Original file line number Diff line number Diff line change 1
1
<?php
2
- echo "Hello World... " ;
2
+ echo "Hello World... " ;
3
3
4
- echo "Commit 2nd time " ;
5
- ?>
4
+ echo "Commit 2nd time " ;
5
+
6
+ echo "Commit 3rd time " ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- echo "New file added... " ;
3
- echo "New comment added on 2nd commit... " ;
2
+ echo "New file added... " ;
4
3
4
+ echo "New comment added on 2nd commit... " ;
Original file line number Diff line number Diff line change 1
1
<?php
2
- function_exists ( function pre ($ data ){
3
- echo "<pre> " ;
4
- print_r ($ data );
5
- echo "</pre> " ;
6
- });
2
+ if (!function_exists ('pre ' )) {
3
+ function pre ($ data )
4
+ {
5
+ echo "<pre> " ;
6
+ print_r ($ data );
7
+ echo "</pre> " ;
8
+ }
9
+ }
You can’t perform that action at this time.
0 commit comments