Searched refs:extensions (Results 1 – 25 of 73) sorted by relevance
123
32 $extensions = array(); variable38 $extensions[$ext] = array();51 if (!array_key_exists($ext, $extensions)) {52 $extensions[$ext] = array();54 $extensions[$ext][$c] = array();59 $extensions[$ext][$c][] = $method;80 ksort($extensions);81 foreach($extensions as $ext => &$classes) {
38 $extensions = get_loaded_extensions(); variable39 if (!in_array($extension_name, $extensions)) {41 foreach($extensions as $extension) {
24 extensions="$@"37 module_ptrs="$(echo $extensions | $AWK -f ./build/order_by_dep.awk)"39 for ext in $extensions; do
7 echo "Get loaded extensions\n";13 Get loaded extensions
22 Warning: dl(): Dynamically loaded extensions aren't enabled in %s on line %d
2 dl(): Loaded extensions properly unregister their ini settings
16 // There are no float options in always enabled extensions.
2 dl(): Loaded extensions support ini_set()
19 echo "extensions supported flag $flags";23 extensions supported flag %d
36 as various extensions that provide common functionality. This documentation is intended to help you38 extensions yourself.60 The php-src interpreter is written in C, and so are most of the bundled extensions. While extensions
17 extensions = [ variable
23 foreach ($info['extensions'] ?? [] as $extension) {
2 Bug #28382 (openssl_x509_parse extensions support)9 var_dump($ext['extensions']);
9 var_export($info['extensions']);
32 if (strpos($str, 'X509v3 extensions:')) {
14 x509_extensions = v3_ca # The extensions to add to the self signed cert
2 SQLite3::loadExtension with disabled extensions
2 PhpToken extensions that throw during construction
2 FFI 023: GCC struct extensions
27 Warning: JIT is incompatible with third party extensions that override zend_execute_ex(). JIT disab…
24 ### Shared extensions26 Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so27 that valgrind can correctly track the memory leaks in shared extensions. For29 `DL_UNLOAD()` is skipped during the shutdown of shared extensions.
27 $tester->start(extensions: ['session']);
35 $tester->start(extensions: ['zend_test']);
6 x509_extensions = v3_ca # The extensions to add to the self signed cert
8 die("skip loading sqlite extensions is not supported");
Completed in 23 milliseconds