Searched refs:extensions (Results 1 – 25 of 66) sorted by relevance
123
34 $extensions = array(); variable40 $extensions[$ext] = array();53 if (!array_key_exists($ext, $extensions)) {54 $extensions[$ext] = array();56 $extensions[$ext][$c] = array();61 $extensions[$ext][$c][] = $method;82 ksort($extensions);83 foreach($extensions as $ext => &$classes) {
40 $extensions = get_loaded_extensions(); variable41 if (!in_array($extension_name, $extensions)) {43 foreach($extensions as $extension) {
24 $extensions[$extension] = $mime;36 if (!isset($extensions[$ext])) {37 $extensions[$ext] = $mime;74 <?php foreach ($extensions as $extension => $mime): ?>
27 Shared extensions:30 Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so31 that valgrind can correctly track the memory leaks in shared extensions. For33 DL_UNLOAD() is skipped during the shutdown of shared extensions.
12 echo "Get loaded extensions\n";19 Get loaded extensions
2 Bug #28382 (openssl_x509_parse extensions support)11 var_dump($ext['extensions']);
9 var_export($info['extensions']);
34 if (strpos($str, 'X509v3 extensions:')) {
13 x509_extensions = v3_ca # The extensions to add to the self signed cert
151 ["extensions"]=>299 ["extensions"]=>
2 SQLite3::loadExtension with disabled extensions
3 dnl Check for extensions with which Recode can not work
6 x509_extensions = v3_ca # The extensions to add to the self signed cert
57 /*Tags that use extensions (examples ONLY: extensions MUST be defined
58 /*Tags that use extensions (examples ONLY: extensions MUST be defined
64 /*Tags that use extensions (examples ONLY: extensions MUST be defined
58 //Tags that use extensions (examples ONLY: extensions MUST be defined
2 Bug #61977 test CLI web-server support for Mime Type File extensions mapping
47 dnl Sadly, this is a complete NOP for pecl extensions
34 When you need to expose extension functions to other extensions, expose functions
1 dnl This file becomes configure.ac for self-contained extensions.98 dnl Support for building and testing Zend extensions
Completed in 23 milliseconds