Searched refs:extensions (Results 1 – 25 of 57) sorted by relevance
123
/PHP-7.4/scripts/dev/ |
H A D | search_underscores.php | 34 $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 D | find_tested.php | 41 $extensions = get_loaded_extensions(); variable 42 if (!in_array($extension_name, $extensions)) { 44 foreach($extensions as $extension) {
|
/PHP-7.4/sapi/cli/ |
H A D | generate_mime_type_map.php | 24 $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 D | genif.sh | 24 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 D | get_loaded_extensions_basic.phpt | 12 echo "Get loaded extensions\n"; 19 Get loaded extensions
|
H A D | dl-check-enabled.phpt | 21 Warning: dl(): Dynamically loaded extensions aren't enabled in %s on line %d
|
/PHP-7.4/ext/openssl/tests/ |
H A D | bug28382.phpt | 2 Bug #28382 (openssl_x509_parse extensions support) 11 var_dump($ext['extensions']);
|
H A D | cve2013_4073.phpt | 9 var_export($info['extensions']);
|
H A D | bug36732.phpt | 34 if (strpos($str, 'X509v3 extensions:')) {
|
H A D | openssl.cnf | 13 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
H A D | openssl_x509_parse_basic.phpt | 151 ["extensions"]=> 299 ["extensions"]=>
|
/PHP-7.4/ext/sqlite3/tests/ |
H A D | sqlite3_34_load_extension_ext_dir.phpt | 2 SQLite3::loadExtension with disabled extensions
|
/PHP-7.4/ext/ffi/tests/ |
H A D | 023.phpt | 2 FFI 023: GCC struct extensions
|
/PHP-7.4/Zend/ |
H A D | README.md | 24 ### 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 D | openssl.cnf | 6 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
/PHP-7.4/ext/intl/tests/ |
H A D | locale_get_script.phpt | 57 /*Tags that use extensions (examples ONLY: extensions MUST be defined
|
H A D | locale_get_primary_language.phpt | 57 /*Tags that use extensions (examples ONLY: extensions MUST be defined
|
H A D | locale_get_region.phpt | 58 /*Tags that use extensions (examples ONLY: extensions MUST be defined
|
H A D | locale_parse_locale2.phpt | 57 /*Tags that use extensions (examples ONLY: extensions MUST be defined
|
H A D | locale_set_default.phpt | 58 //Tags that use extensions (examples ONLY: extensions MUST be defined
|
H A D | locale_get_keywords2.phpt | 63 /*Tags that use extensions (examples ONLY: extensions MUST be defined
|
/PHP-7.4/ |
H A D | README.md | 85 ## PHP extensions 88 essential bundled extensions. Additional extensions can be found in the PHP
|
/PHP-7.4/sapi/cli/tests/ |
H A D | bug61977.phpt | 2 Bug #61977 test CLI web-server support for Mime Type File extensions mapping
|
/PHP-7.4/ext/mysqlnd/ |
H A D | config9.m4 | 5 extensions])],
|
/PHP-7.4/win32/build/ |
H A D | config.w32 | 331 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 30 milliseconds
123