Lines Matching refs:strtok
2 Test strtok() function : usage variations - invalid escape sequences as tokens
6 * Testing strtok() : with invalid escape sequences in token
9 echo "*** Testing strtok() : with invalid escape sequences in token ***\n";
26 // loop through each element of the array and check the working of strtok()
33 var_dump( strtok($string, $token) );
35 var_dump( strtok($token) );
46 *** Testing strtok() : with invalid escape sequences in token ***
73 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
97 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
104 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
123 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d