Home
last modified time | relevance | path

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

/PHP-7.1/win32/build/
H A Dbuildconf.js39 function Module_Item(module_name, config_path, dir_line, deps, content) argument
44 this.deps = deps;
83 var deps = new Array();
92 deps[deps.length] = RegExp.$1;
98 item = new Module_Item(n, c, dir_line, deps, contents);
145 if (item.deps.length) {
146 output += emit_dep_modules(item.deps);
166 if (item.deps.length == 0) {
H A Dphpize.js.in57 this.deps = deps;
65 var deps = new Array();
70 deps[deps.length] = RegExp.$1;
75 return deps;
95 deps = get_module_dep(contents);
97 item = new Module_Item(n, c, dir_line, deps, contents);
115 deps = get_module_dep(contents);
117 item = new Module_Item(n, c, dir_line, deps, contents);
140 if (item.deps.length) {
141 output += emit_dep_modules(item.deps);
[all …]
H A Dmkdist.php305 foreach ($per_module_deps as $modulename => $deps) {
311 foreach ($deps as $dll) {
H A Dconfig.w32.phpize.in83 …rnals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified',…
H A Dconfig.w32108 …rnals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified',…
/PHP-7.1/ext/reflection/tests/
H A D016.phpt13 $deps = $ext->getDependencies();
14 var_dump($deps);
/PHP-7.1/appveyor/
H A Dbuild_task.bat23 set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
24 rem SDK is cached, deps info is cached as well
26 cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
29 rem Something went wrong, most likely when concurrent builds were to fetch deps
32 …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_VC%-%PHP_SDK_ARCH%
/PHP-7.1/TSRM/
H A Dbuildconf23 automake --add-missing --include-deps $automake_flags
/PHP-7.1/Zend/
H A Dbuildconf23 automake --add-missing --include-deps $automake_flags
H A Dzend_modules.h79 const struct _zend_module_dep *deps; member
H A Dzend_API.c1807 if (module->deps) { in zend_startup_module_ex()
1808 const zend_module_dep *dep = module->deps; in zend_startup_module_ex()
1873 if (!m->module_started && m->deps) { in zend_sort_modules()
1874 const zend_module_dep *dep = m->deps; in zend_sort_modules()
1997 if (module->deps) { in zend_register_module_ex()
1998 const zend_module_dep *dep = module->deps; in zend_register_module_ex()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1084 if (module->deps) { in _extension_string()
1085 const zend_module_dep* dep = module->deps; in _extension_string()
6070 dep = module->deps; in ZEND_METHOD()
/PHP-7.1/
H A Dconfigure.in1437 PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
H A Dltmain.sh539 --preserve-dup-deps) duplicate_deps="yes" ;;
H A DNEWS162 . Fixed bug #77035 (The phpize and ./configure create redundant .deps file).

Completed in 156 milliseconds