Home
last modified time | relevance | path

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

/PHP-7.4/win32/build/
H A Dmkdist.php315 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
316 if (!file_exists($tdll)) {
317 $tdll = $php_build_dir . '/bin/' . basename($dll); variable
318 if (!file_exists($tdll)) {
323 $dll = $tdll;
380 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
381 if (!file_exists($tdll)) {
385 $dll = $tdll;

Completed in 19 milliseconds