diff options
author | SVN Migration <svn@php.net> | 2002-03-13 18:39:43 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-03-13 18:39:43 +0000 |
commit | 8d6817e7f142091b1c30de30f349c3fde9d7e094 (patch) | |
tree | 45704599905d4a7445ad446fc5337374a3390dbf /tests/testfunc2.pl | |
parent | 94e6810a2a3e189cf729bdbae8f45cd9d7987ad6 (diff) | |
download | php-git-help.tar.gz |
This commit was manufactured by cvs2svn to create tag 'help'.help
Diffstat (limited to 'tests/testfunc2.pl')
-rw-r--r-- | tests/testfunc2.pl | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/testfunc2.pl b/tests/testfunc2.pl deleted file mode 100644 index 7eeaf92ffb..0000000000 --- a/tests/testfunc2.pl +++ /dev/null @@ -1,22 +0,0 @@ -sub foo -{ - my $i = shift(@_); - - if ($i) { - my $a = "zeev"; - } else { - my $b = "andi"; - } -} - - -sub bar -{ - my $i = shift(@_); - - foo($i); -} - -for ($i=0; $i<1000000; $i=$i+1) { - bar($i); -} |