Skip to content

Commit 83618ee

Browse files
committed
demo
1 parent 180fe08 commit 83618ee

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

demo/test_client.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
include_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'../parsley/parsley.php');
88

9-
function helloWorld($a){
10-
print_r('helloWorld:'.$a);
11-
}
12-
139
//创建任务
1410
$c = new parsley();
1511
for ($i=0; $i<=110000; $i++){

func.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
*
66
* @author: liukelin 314566990@qq.com
77
*/
8-
8+
function helloWorld($a){
9+
print_r('helloWorld:'.$a);
10+
}
911

1012
//普通函数形式
1113
function test($a,$b){

0 commit comments

Comments
 (0)