Home
last modified time | relevance | path

Searched refs:s (Results 6251 – 6255 of 6255) sorted by path

1...<<251

/PHP-7.4/win32/build/
H A DMakefile165 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
169 -rd /s /q $(BUILD_DIR)\pecl
174 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
179 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
180 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
181 -rd /s /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING)
209 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
210 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
H A DMakefile.phpize25 -rd /s /q $(BUILD_DIR)\pecl
30 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
H A Dconfutils.js706 var s = "";
708 s = s + String.fromCharCode(parseInt("0x" + a[i]));
711 if (s.match(/([^\\]+\.pdb)/i)) {
1517 var s, c;
1519 s = fc.item() + "";
1520 if (s.match(re)) {
1521 c = file_get_contents(s);
1523 …extension_include_code += '#include "' + configure_module_dirname + '/' + FSO.GetFileName(s) + '"\…
3579 function trim(s) argument
3581 return s.replace(/^\s+/, "").replace(/\s+$/, "");
H A Dphpize.js.in62 var re_dep_line = new RegExp("ADD_EXTENSION_DEP\\([^,]*\\s*,\\s*['\"]([^'\"]+)['\"].*\\)", "gm");
/PHP-7.4/win32/
H A Dglob.c908 qprintf(str, s) in qprintf() argument
910 register Char *s;
915 for (p = s; *p; p++)
918 for (p = s; *p; p++)
921 for (p = s; *p; p++)

Completed in 88 milliseconds

1...<<251