repo.or.cz
/
phplua.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version
[phplua.git]
/
tests
/
012.lua
blob
123e5173790615417efee100b72e0f99bc787ffe
1
peter
=
1
+
4
+
51525
>
1
2
3
ret
=
php_one
(
"string1"
,
5
,
"string2"
,
10
,
40
)
4
print
(
ret
,
'
\n
'
)
5
ret
=
php_one
(
"hmmm"
,
5
,
"test"
,
10
,
40
)
6
print
(
ret
,
'
\n
'
)
7
php_three
()
8
php_two
()
9
php_three
()