import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-strings / strtok_variation3.php.expectf
blob53d8d8d4b530fe1942793c23ffec6cf6c54e2306
1 *** Testing strtok() : with heredoc strings ***
3 --- Iteration 1 ---
4 bool(false)
5 bool(false)
6 bool(false)
7 bool(false)
8 bool(false)
9 bool(false)
10 bool(false)
11 bool(false)
12 bool(false)
13 bool(false)
14 bool(false)
16 --- Iteration 2 ---
17 bool(false)
18 bool(false)
19 bool(false)
20 bool(false)
21 bool(false)
22 bool(false)
23 bool(false)
24 bool(false)
25 bool(false)
26 bool(false)
27 bool(false)
29 --- Iteration 3 ---
30 string(11) "first line "
31 string(7) "f hered"
32 string(8) "c string"
33 string(3) "sec"
34 string(8) "nd line "
35 string(7) "f hered"
36 string(8) "c string"
37 string(11) "third line "
38 string(7) "f hered"
39 string(7) "cstring"
40 bool(false)
42 --- Iteration 4 ---
43 string(4) "hell"
44 string(1) "w"
45 string(3) "rld"
46 string(4) "hell"
47 string(1) "w"
48 string(3) "rld"
49 bool(false)
50 bool(false)
51 bool(false)
52 bool(false)
53 bool(false)
55 --- Iteration 5 ---
56 string(4) "hell"
57 string(4) "123w"
58 string(4) "rld4"
59 string(1) "6"
60 string(8) "1234hell"
61 string(4) "1234"
62 bool(false)
63 bool(false)
64 bool(false)
65 bool(false)
66 bool(false)
68 --- Iteration 6 ---
69 string(4) "hell"
70 string(1) "w"
71 string(3) "rld"
72 string(4) "hell"
73 string(4) "hell"
74 bool(false)
75 bool(false)
76 bool(false)
77 bool(false)
78 bool(false)
79 bool(false)
80 Done