Lines Matching refs:This
19 echo "This is some other function, to ensure more than just one function works fine...\n";
26 print_something_multiple_times("This works!",10);
30 print_something_multiple_times("This like, really works and stuff...",3);
42 In function, printing the string "This works!" 10 times
43 0) This works!
44 1) This works!
45 2) This works!
46 3) This works!
47 4) This works!
48 5) This works!
49 6) This works!
50 7) This works!
51 8) This works!
52 9) This works!
58 In function, printing the string "This like, really works and stuff..." 3 times
59 0) This like, really works and stuff...
60 1) This like, really works and stuff...
61 2) This like, really works and stuff...
65 This is some other function, to ensure more than just one function works fine...