Home
last modified time | relevance | path

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

1234

/php-src/scripts/dev/
H A Dsearch_underscores.php32 $extensions = array(); variable
38 $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) {
H A Dfind_tested.php41 $extensions = get_loaded_extensions(); variable
42 if (!in_array($extension_name, $extensions)) {
44 foreach($extensions as $extension) {
/php-src/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-src/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_basic.phpt7 echo "Get loaded extensions\n";
13 Get loaded extensions
H A Ddl-check-enabled.phpt22 Warning: dl(): Dynamically loaded extensions aren't enabled in %s on line %d
H A Ddl-001.phpt2 dl(): Loaded extensions properly unregister their ini settings
H A Dini_set_types.phpt16 // There are no float options in always enabled extensions.
H A Ddl-003.phpt2 dl(): Loaded extensions support ini_set()
/php-src/ext/sockets/tests/
H A Dsocket_bpf_extensions.phpt19 echo "extensions supported flag $flags";
23 extensions supported flag %d
/php-src/docs/source/
H A Dindex.rst30 as various extensions that provide common functionality. This documentation is intended to help you
32 extensions yourself.
54 The php-src interpreter is written in C, and so are most of the bundled extensions. While extensions
H A Dconf.py17 extensions = [ variable
/php-src/sapi/cli/
H A Dgenerate_mime_type_map.php23 foreach ($info['extensions'] ?? [] as $extension) {
/php-src/ext/openssl/tests/
H A Dbug28382.phpt2 Bug #28382 (openssl_x509_parse extensions support)
9 var_dump($ext['extensions']);
H A Dcve2013_4073.phpt9 var_export($info['extensions']);
H A Dbug36732.phpt32 if (strpos($str, 'X509v3 extensions:')) {
H A Dopenssl.cnf14 x509_extensions = v3_ca # The extensions to add to the self signed cert
/php-src/ext/sqlite3/tests/
H A Dsqlite3_34_load_extension_ext_dir.phpt2 SQLite3::loadExtension with disabled extensions
/php-src/ext/tokenizer/tests/
H A DPhpToken_extension_errors.phpt2 PhpToken extensions that throw during construction
/php-src/ext/ffi/tests/
H A D023.phpt2 FFI 023: GCC struct extensions
/php-src/ext/opcache/tests/jit/
H A Dbug80426.phpt27 Warning: JIT is incompatible with third party extensions that override zend_execute_ex(). JIT disab…
/php-src/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-src/sapi/fpm/tests/
H A Dbug77780-header-sent-error.phpt27 $tester->start(extensions: ['session']);
/php-src/ext/phar/tests/files/
H A Dopenssl.cnf6 x509_extensions = v3_ca # The extensions to add to the self signed cert
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_load_extension_failure.phpt8 die("skip loading sqlite extensions is not supported");
/php-src/ext/intl/tests/
H A Dlocale_get_script.phpt57 /*Tags that use extensions (examples ONLY: extensions MUST be defined

Completed in 38 milliseconds

1234