Home
last modified time | relevance | path

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

/PHP-8.3/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;
400 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
401 if (!file_exists($tdll)) {
405 $dll = $tdll;

Completed in 5 milliseconds