Lines Matching refs:script
20 // This generates a configure script for win32 build
27 re = /\\script/i;
210 // Write the head of the configure script
211 C.WriteLine("/* This file automatically generated from script/confutils.js */");
221 C.Write(file_get_contents(PHP_DIR + "//script//ext_deps.js"));
222 if (FSO.FileExists(PHP_DIR + "/script/ext_pickle.js")) {
223 C.Write(file_get_contents(PHP_DIR + "//script//ext_pickle.js"));
226 C.Write(file_get_contents(PHP_DIR + "/script/confutils.js"));
227 C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
230 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
261 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
266 FSO.CopyFile(PHP_DIR + "\\script\\run-tests.php", "run-tests.php", true);