Lines Matching refs:strtok
2 Test strtok() function : usage variations - with embedded nulls in the strings
6 * Testing strtok() : with embedded nulls in the strings
9 echo "*** Testing strtok() : with embedded nulls in the strings ***\n";
23 // loop through each element of the array and check the working of strtok()
29 var_dump( strtok($string, "\0") );
31 var_dump( strtok("\0") );
40 *** Testing strtok() : with embedded nulls in the strings ***
45 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
48 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
51 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
54 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
57 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
96 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
99 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
102 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
105 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d