Test: /tests/func/004.phpt - Version 5.3.16-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- Before function declaration...
002- After function declaration...
003- Calling function for the first time...
004- ----
005- In function, printing the string "This works!" 10 times
006- 0) This works!
007- 1) This works!
008- 2) This works!
009- 3) This works!
010- 4) This works!
011- 5) This works!
012- 6) This works!
013- 7) This works!
014- 8) This works!
015- 9) This works!
016- Done with function...
017- -----
018- Returned from function call...
019- Calling the function for the second time...
020- ----
021- In function, printing the string "This like, really works and stuff..." 3 times
022- 0) This like, really works and stuff...
023- 1) This like, really works and stuff...
024- 2) This like, really works and stuff...
025- Done with function...
026- -----
027- Returned from function call...
028- This is some other function, to ensure more than just one function works fine...