Home
last modified time | relevance | path

Searched refs:incpath (Results 1 – 1 of 1) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfctools.php291 function file_get_contents_flock($filename, $incpath = false, $resource_context = null) argument
293 if (false === $fh = fopen($filename, 'rb', $incpath)) {
324 function file_get_contents($filename, $incpath = false, $resource_context = null) argument
326 if (false === $fh = fopen($filename, 'rb', $incpath))