Skip to content

Commit 8632faf

Browse files
committed
demo
1 parent 83618ee commit 8632faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author: liukelin 314566990@qq.com
77
*/
88
function helloWorld($a){
9-
print_r('helloWorld:'.$a);
9+
print_r("helloWorld:{$a}\r\n");
1010
}
1111

1212
//普通函数形式

0 commit comments

Comments
 (0)