Home
last modified time | relevance | path

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

/PHP-7.3/win32/build/
H A Dmkdist.php316 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
317 if (!file_exists($tdll)) {
318 $tdll = $php_build_dir . '/bin/' . basename($dll); variable
319 if (!file_exists($tdll)) {
324 $dll = $tdll;
381 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
382 if (!file_exists($tdll)) {
386 $dll = $tdll;

Completed in 5 milliseconds