Searched refs:dependencies (Results 1 – 20 of 20) sorted by relevance
/PHP-8.2/Zend/tests/type_declarations/variance/ |
H A D | class_order_autoload6.phpt | 2 Successful inheritance with multiple complex dependencies on one class
|
H A D | loading_exception1.phpt | 45 Fatal error: During inheritance of B with variance dependencies: Uncaught Exception: Class A does n…
|
H A D | loading_exception2.phpt | 47 Fatal error: During inheritance of B with variance dependencies: Uncaught Exception: Class I does n…
|
/PHP-8.2/Zend/ |
H A D | zend_inheritance.h | 41 …roto, zend_class_entry *parent, zend_class_entry **traits_and_interfaces, HashTable *dependencies);
|
H A D | zend.h | 140 zend_class_dependency *dependencies; member
|
H A D | zend_inheritance.c | 35 …end_class_entry *parent, zend_class_entry **traits_and_interfaces, HashTable *dependencies) = NULL;
|
/PHP-8.2/Zend/tests/ |
H A D | bug39438.phpt | 20 'dependencies' => array (
|
/PHP-8.2/.github/scripts/windows/ |
H A D | build_task.bat | 17 echo Updating dependencies in %DEPS_DIR%
|
/PHP-8.2/docs/ |
H A D | unix-build-system.md | 9 * eases integration of proper dependencies 11 This will allow more fine-grained dependencies.
|
/PHP-8.2/ext/opcache/ |
H A D | ZendAccelerator.c | 2278 if (found && entry->dependencies) { in zend_accel_inheritance_cache_find() 2282 if (ce != entry->dependencies[i].ce) { in zend_accel_inheritance_cache_find() 2354 if (traits_and_interfaces && dependencies) { in zend_accel_inheritance_cache_add() 2357 zend_hash_del(dependencies, traits_and_interfaces[i]->name); in zend_accel_inheritance_cache_add() 2387 if (dependencies) { in zend_accel_inheritance_cache_add() 2429 if (dependencies && zend_hash_num_elements(dependencies)) { in zend_accel_inheritance_cache_add() 2434 entry->dependencies_count = zend_hash_num_elements(dependencies); in zend_accel_inheritance_cache_add() 2435 entry->dependencies = (zend_class_dependency*)ZCG(mem); in zend_accel_inheritance_cache_add() 2436 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(dependencies, dep_name, dep_ce) { in zend_accel_inheritance_cache_add() 2440 entry->dependencies[i].name = dep_name; in zend_accel_inheritance_cache_add() [all …]
|
H A D | config.m4 | 344 …port was found when configuring opcache. Check config.log for any errors or missing dependencies.])
|
/PHP-8.2/win32/build/ |
H A D | phpize.js.in | 165 // now we are left with modules that have dependencies on other modules 238 // Now generate contents of module based on MODULES, chasing dependencies
|
/PHP-8.2/ext/opcache/jit/ |
H A D | README.md | 79 dependencies to install. 85 - Avoid `-y` - if the package manager warns you that the dependencies conflict
|
/PHP-8.2/ext/skeleton/ |
H A D | config.m4.in | 90 dnl In case of no dependencies
|
/PHP-8.2/sapi/apache2handler/ |
H A D | config.m4 | 92 dnl dependencies. Therefore, we must pull in the APR and APR-util libraries.
|
/PHP-8.2/build/ |
H A D | ltmain.sh | 3825 $echo "*** Warning: inter-library dependencies are not supported in this platform." 3827 $echo "*** Warning: inter-library dependencies are not known to be supported." 3829 $echo "*** All declared inter-library dependencies are being dropped." 3851 $echo "*** dependencies of module $libname. Therefore, libtool will create" 3869 $echo "*** The inter-library dependencies that have been dropped here will be"
|
H A D | libtool.m4 | 2379 # how to check for library dependencies 2388 # interlibrary dependencies. 2389 # 'none' -- dependencies not supported. 2391 # 'pass_all' -- all dependencies passed with no checks. 3207 # dependencies. 3269 # dependencies. 3351 # dependencies. 3411 # dependencies. 3527 # dependencies. 3590 # dependencies. [all …]
|
H A D | gen_stub.php | 80 foreach ($fileInfo->dependencies as $dependency) { 3061 public array $dependencies = []; variable in FileInfo 3741 …$fileInfo->dependencies[] = (string)EvaluatedValue::createFromExpression($expr->expr, null, null, …
|
H A D | php.m4 | 260 dnl Generate Makefiles with dependencies
|
/PHP-8.2/ |
H A D | configure.ac | 1224 dnl PEAR dependencies.
|
Completed in 129 milliseconds