Home
last modified time | relevance | path

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

/PHP-7.1/win32/build/
H A Dmkdist.php322 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
323 if (!file_exists($tdll)) {
324 $tdll = $php_build_dir . '/bin/' . basename($dll); variable
325 if (!file_exists($tdll)) {
330 $dll = $tdll;
387 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
388 if (!file_exists($tdll)) {
392 $dll = $tdll;

Completed in 5 milliseconds