Lines Matching refs:strtok

2 Test strtok() function : usage variations - miscellaneous inputs
6 * Testing strtok() : with miscellaneous combinations of string and token
9 echo "*** Testing strtok() : with miscellaneous inputs ***\n";
39 // loop through each element of the array and check the working of strtok()
45 var_dump( strtok($string, $token_array[$counter-1]) );
47 var_dump( strtok($token_array[$counter-1]) );
56 *** Testing strtok() : with miscellaneous inputs ***
69 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
72 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
75 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
78 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
81 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
127 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
130 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
133 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
136 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
139 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
145 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
148 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
151 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
154 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
157 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d