Searched refs:deps (Results 1 – 16 of 16) sorted by relevance
/PHP-7.1/win32/build/ |
H A D | buildconf.js | 39 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 D | phpize.js.in | 57 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 D | mkdist.php | 305 foreach ($per_module_deps as $modulename => $deps) { 311 foreach ($deps as $dll) {
|
H A D | config.w32.phpize.in | 83 …rnals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified',…
|
H A D | config.w32 | 108 …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 D | 016.phpt | 13 $deps = $ext->getDependencies(); 14 var_dump($deps);
|
/PHP-7.1/appveyor/ |
H A D | build_task.bat | 23 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 D | test_task.bat | 14 set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
|
/PHP-7.1/TSRM/ |
H A D | buildconf | 23 automake --add-missing --include-deps $automake_flags
|
/PHP-7.1/Zend/ |
H A D | buildconf | 23 automake --add-missing --include-deps $automake_flags
|
H A D | zend_modules.h | 79 const struct _zend_module_dep *deps; member
|
H A D | zend_API.c | 1807 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 D | php_reflection.c | 1084 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 D | configure.in | 1437 PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
|
H A D | ltmain.sh | 539 --preserve-dup-deps) duplicate_deps="yes" ;;
|
H A D | NEWS | 162 . Fixed bug #77035 (The phpize and ./configure create redundant .deps file).
|
Completed in 94 milliseconds