Lines Matching refs:ftok
2 ftok() tests
6 if (!function_exists('ftok')){ print 'skip'; }
12 ftok("","");
18 ftok(-1, -1);
24 ftok("qwertyu","qwertyu");
29 var_dump(ftok("nonexistentfile","q"));
31 var_dump(ftok(__FILE__,"q"));
36 ftok(): Argument #1 ($filename) cannot be empty
37 ftok(): Argument #2 ($project_id) must be a single character
38 ftok(): Argument #2 ($project_id) must be a single character
40 Warning: ftok(): ftok() failed - No such file or directory in %s on line %d