Lines Matching refs:ftok
2 ftok() tests
8 if (!function_exists('ftok')){ print 'skip'; }
14 ftok("","");
20 ftok(-1, -1);
26 ftok("qwertyu","qwertyu");
31 var_dump(ftok("nonexistentfile","q"));
33 var_dump(ftok(__FILE__,"q"));
38 ftok(): Argument #1 ($filename) must not be empty
39 ftok(): Argument #2 ($project_id) must be a single character
40 ftok(): Argument #2 ($project_id) must be a single character
42 Warning: ftok(): ftok() failed - No such file or directory in %s on line %d