Home
last modified time | relevance | path

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

/PHP-7.0/win32/build/
H A Dmkdist.php318 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
319 if (!file_exists($tdll)) {
320 $tdll = $php_build_dir . '/bin/' . basename($dll); variable
321 if (!file_exists($tdll)) {
326 $dll = $tdll;
387 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
388 if (!file_exists($tdll)) {
392 $dll = $tdll;

Completed in 4 milliseconds