Home
last modified time | relevance | path

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

/PHP-7.4/win32/build/
H A Dbuildconf.js38 function Module_Item(module_name, config_path, dir_line, deps, content) argument
43 this.deps = deps;
82 var deps = new Array();
91 deps[deps.length] = RegExp.$1;
97 item = new Module_Item(n, c, dir_line, deps, contents);
144 if (item.deps.length) {
145 output += emit_dep_modules(item.deps);
165 if (item.deps.length == 0) {
H A Dphpize.js.in56 this.deps = deps;
64 var deps = new Array();
69 deps[deps.length] = RegExp.$1;
74 return deps;
94 deps = get_module_dep(contents);
96 item = new Module_Item(n, c, dir_line, deps, contents);
114 deps = get_module_dep(contents);
116 item = new Module_Item(n, c, dir_line, deps, contents);
139 if (item.deps.length) {
140 output += emit_dep_modules(item.deps);
[all …]
H A Dmkdist.php298 foreach ($per_module_deps as $modulename => $deps) {
304 foreach ($deps as $dll) {
H A Dconfig.w32.phpize.in85 …rnals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified',…
H A Dconfig.w32117 …rnals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified',…
/PHP-7.4/ext/reflection/tests/
H A D016.phpt12 $deps = $ext->getDependencies();
13 var_dump($deps);
/PHP-7.4/appveyor/
H A Dbuild_task.bat35 set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VS%-%PHP_SDK_ARCH%
36 rem SDK is cached, deps info is cached as well
38 cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%…
41 rem Something went wrong, most likely when concurrent builds were to fetch deps
44 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
H A Dtest_task.bat14 set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VS%-%PHP_SDK_ARCH%
/PHP-7.4/Zend/
H A Dzend_modules.h77 const struct _zend_module_dep *deps; member
H A Dzend_API.c1824 if (module->deps) { in zend_startup_module_ex()
1825 const zend_module_dep *dep = module->deps; in zend_startup_module_ex()
1890 if (!m->module_started && m->deps) { in zend_sort_modules()
1891 const zend_module_dep *dep = m->deps; in zend_sort_modules()
2014 if (module->deps) { in zend_register_module_ex()
2015 const zend_module_dep *dep = module->deps; in zend_register_module_ex()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c937 if (module->deps) { in _extension_string()
938 const zend_module_dep* dep = module->deps; in _extension_string()
5963 dep = module->deps; in ZEND_METHOD()
/PHP-7.4/
H A Dconfigure.ac1441 PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
/PHP-7.4/build/
H A Dltmain.sh539 --preserve-dup-deps) duplicate_deps="yes" ;;

Completed in 63 milliseconds