Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 57) sorted by relevance

123

/PHP-7.4/scripts/dev/
H A Dsearch_underscores.php34 $extensions = array(); variable
40 $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) {
H A Dfind_tested.php41 $extensions = get_loaded_extensions(); variable
42 if (!in_array($extension_name, $extensions)) {
44 foreach($extensions as $extension) {
/PHP-7.4/sapi/cli/
H A Dgenerate_mime_type_map.php24 $extensions[$extension] = $mime;
36 if (!isset($extensions[$ext])) {
37 $extensions[$ext] = $mime;
74 <?php foreach ($extensions as $extension => $mime): ?>
/PHP-7.4/build/
H A Dgenif.sh24 extensions="$@"
37 module_ptrs="$(echo $extensions | $AWK -f ./build/order_by_dep.awk)"
39 for ext in $extensions; do
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_basic.phpt12 echo "Get loaded extensions\n";
19 Get loaded extensions
H A Ddl-check-enabled.phpt21 Warning: dl(): Dynamically loaded extensions aren't enabled in %s on line %d
/PHP-7.4/ext/openssl/tests/
H A Dbug28382.phpt2 Bug #28382 (openssl_x509_parse extensions support)
11 var_dump($ext['extensions']);
H A Dcve2013_4073.phpt9 var_export($info['extensions']);
H A Dbug36732.phpt34 if (strpos($str, 'X509v3 extensions:')) {
H A Dopenssl.cnf13 x509_extensions = v3_ca # The extensions to add to the self signed cert
H A Dopenssl_x509_parse_basic.phpt151 ["extensions"]=>
299 ["extensions"]=>
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_34_load_extension_ext_dir.phpt2 SQLite3::loadExtension with disabled extensions
/PHP-7.4/ext/ffi/tests/
H A D023.phpt2 FFI 023: GCC struct extensions
/PHP-7.4/Zend/
H A DREADME.md24 ### Shared extensions
26 Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so
27 that valgrind can correctly track the memory leaks in shared extensions. For
29 `DL_UNLOAD()` is skipped during the shutdown of shared extensions.
/PHP-7.4/ext/phar/tests/files/
H A Dopenssl.cnf6 x509_extensions = v3_ca # The extensions to add to the self signed cert
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_script.phpt57 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_get_primary_language.phpt57 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_get_region.phpt58 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_parse_locale2.phpt57 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_set_default.phpt58 //Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_get_keywords2.phpt63 /*Tags that use extensions (examples ONLY: extensions MUST be defined
/PHP-7.4/
H A DREADME.md85 ## PHP extensions
88 essential bundled extensions. Additional extensions can be found in the PHP
/PHP-7.4/sapi/cli/tests/
H A Dbug61977.phpt2 Bug #61977 test CLI web-server support for Mime Type File extensions mapping
/PHP-7.4/ext/mysqlnd/
H A Dconfig9.m45 extensions])],
/PHP-7.4/win32/build/
H A Dconfig.w32331 ARG_ENABLE("sanitizer", "Enable ASan and UBSan extensions", "no");
343 ARG_WITH("all-shared", "Force all the non obligatory extensions to be shared", "no");
352 into the build dir and used to automatically load the shared extensions.", "yes");
354 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \

Completed in 59 milliseconds

123