Home
last modified time | relevance | path

Searched refs:extension (Results 126 – 150 of 229) sorted by relevance

12345678910

/PHP-8.1/Zend/
H A Dzend_builtin_functions.stub.php171 function extension_loaded(string $extension): bool {} argument
177 function get_extension_funcs(string $extension): array|false {} argument
/PHP-8.1/ext/soap/tests/
H A Dcustom_content_type.phpt16 $args = ["-d", "extension_dir=" . ini_get("extension_dir"), "-d", "extension=" . (substr(PHP_OS, 0,…
18 … works from a development directory in which case extension_dir might not be the real extension dir
/PHP-8.1/ext/openssl/tests/
H A Dbug55259.phpt2 Bug #55259 (openssl extension does not get the DH parameters from DH key resource)
/PHP-8.1/ext/standard/tests/general_functions/
H A Ddl-003.phpt31 The extension dl_test is loaded and working!
/PHP-8.1/ext/pdo_sqlite/
H A Dconfig.m419 AC_DEFINE(HAVE_PDO_SQLITELIB, 1, [Define to 1 if you have the pdo_sqlite extension enabled.])
/PHP-8.1/ext/phar/tests/
H A Dbug46032.phpt31 …nexpectedValueException: Cannot create phar '0000000000000000000', file extension (or combination)…
H A Dbug71625.phpt24 Fatal error: Uncaught UnexpectedValueException: Cannot create phar 'A:A:.phar', file extension (or …
H A Dphar_construct_invalidurl.phpt28 Cannot create phar 'http:/', file extension (or combination) not recognised or the directory does n…
/PHP-8.1/ext/mbstring/tests/
H A Dgh7902.phpt5 if (!extension_loaded("mbstring")) die("skip mbstring extension not available");
/PHP-8.1/ext/phar/tests/zip/
H A Dgh10766.phpt14 // Re-read from disk, but using the zip extension because the phar bug will not make it possible
/PHP-8.1/ext/standard/tests/file/
H A Dcopy_variation1.phpt22 ".tmp", //file name only with extension
23 "123.tmp", //file name starts with numeric and with regular extension
24 "copy_variation1.123", //file name with numeric extension
/PHP-8.1/ext/ldap/tests/
H A Dldap_sasl_bind_basic.phpt9 <?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL suppo…
/PHP-8.1/ext/intl/tests/
H A Dbug62915-2.phpt8 die('skip intl extension does not have spoof checker');
/PHP-8.1/
H A Dphp.ini-development66 ; dynamically loaded extension (either a PHP extension or a Zend extension),
907 ; extension=/path/to/extension/mysqli.so
920 ;extension=bz2
925 ;extension=ldap
927 ;extension=curl
928 ;extension=ffi
929 ;extension=ftp
931 ;extension=gd
933 ;extension=gmp
934 ;extension=intl
[all …]
H A Dphp.ini-production66 ; dynamically loaded extension (either a PHP extension or a Zend extension),
909 ; extension=/path/to/extension/mysqli.so
922 ;extension=bz2
927 ;extension=ldap
929 ;extension=curl
930 ;extension=ffi
931 ;extension=ftp
933 ;extension=gd
935 ;extension=gmp
936 ;extension=intl
[all …]
/PHP-8.1/ext/iconv/
H A Dconfig.w3212 AC_DEFINE("HAVE_ICONV", 1, "Define if iconv extension is enabled");
/PHP-8.1/ext/readline/
H A DREADME.md16 but many distributions build readline as a shared extension.
/PHP-8.1/ext/simplexml/tests/
H A Dbug79971_1.phpt5 if (!extension_loaded('simplexml')) die('skip simplexml extension not available');
/PHP-8.1/sapi/fpm/tests/
H A Dgh12232-php-value-extension.phpt22 php_admin_value[extension] = dl_test
/PHP-8.1/ext/xsl/tests/
H A Dbug54446.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension)
18 extension-element-prefixes="sax">
H A Dbug54446_with_ini.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension with php.ini setting)
18 extension-element-prefixes="sax">
/PHP-8.1/ext/mysqli/
H A Dconfig.m444 dnl This needs to be set in any extension which wishes to use mysqlnd
64 dnl Build extension
/PHP-8.1/ext/opcache/tests/
H A Dissue0149.phpt24 php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d extension=phar.'.PHP_SHLIB_SUF…
/PHP-8.1/ext/zip/tests/
H A Dbug77978.phpt5 if (!extension_loaded("zip")) die("skip zip extension not available");
/PHP-8.1/ext/zlib/tests/
H A Ddeflate_add_buffer_full.phpt11 * example: websocket permessage-deflate extension

Completed in 34 milliseconds

12345678910