Home
last modified time | relevance | path

Searched refs:extension (Results 76 – 100 of 229) sorted by relevance

12345678910

/PHP-8.1/ext/phar/tests/files/
H A Dopenssl512.phar81 if (!isset($b['extension'])) {
87 if (isset($mimes[$b['extension']])) {
88 if ($mimes[$b['extension']] === 1) {
92 if ($mimes[$b['extension']] === 2) {
96 header('Content-Type: ' .$mimes[$b['extension']]);
140 die('Error: zlib extension is not enabled -' .
147 die('Error: bzip2 extension is not enabled -' .
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar81 if (!isset($b['extension'])) {
87 if (isset($mimes[$b['extension']])) {
88 if ($mimes[$b['extension']] === 1) {
92 if ($mimes[$b['extension']] === 2) {
96 header('Content-Type: ' .$mimes[$b['extension']]);
140 die('Error: zlib extension is not enabled -' .
147 die('Error: bzip2 extension is not enabled -' .
H A Dopenssl.phar81 if (!isset($b['extension'])) {
87 if (isset($mimes[$b['extension']])) {
88 if ($mimes[$b['extension']] === 1) {
92 if ($mimes[$b['extension']] === 2) {
96 header('Content-Type: ' .$mimes[$b['extension']]);
140 die('Error: zlib extension is not enabled -' .
147 die('Error: bzip2 extension is not enabled -' .
/PHP-8.1/travis/
H A Dtest.sh12 -d extension=`pwd`/modules/zend_test.so \
/PHP-8.1/ext/reflection/tests/
H A DReflectionExtension_getDependencies_variation2.phpt2 ReflectionExtension::getDependencies() method on an extension with one optional dependency
H A DReflectionExtension_getClassNames_basic.phpt2 ReflectionExtension::getClassNames() method on an extension which actually returns some information
H A DReflectionExtension_getDependencies_basic.phpt2 ReflectionExtension::getDependencies() method on an extension with a required and conflicting depen…
/PHP-8.1/ext/standard/tests/directory/
H A Ddirectory_constants-win32.phpt2 Test that the Directory extension constants are correctly defined.
H A Ddirectory_constants.phpt2 Test that the Directory extension constants are correctly defined.
/PHP-8.1/ext/phar/tests/
H A Dfrontcontroller27.phpt2 Phar front controller with no extension
H A Dfrontcontroller26.phpt2 Phar front controller with unknown extension mime type
H A Dfrontcontroller11.phpt2 Phar front controller mime type extension is not a string
H A Dwithphar_web.phpt2 Phar: default web stub, with phar extension
H A Dnophar.phpt4 <?php if (extension_loaded("phar")) die("skip Phar extension must be disabled for this test"); ?>
/PHP-8.1/win32/build/
H A DMakefile.phpize46 …output_buffering=0 run-tests.php $(TESTS) -p "$(PHP_PREFIX)\php.exe" -d extension=$(BUILD_DIR)\$(_…
49 …$(DEBUGGER_CMD) $(DEBUGGER_ARGS) "$(PHP_PREFIX)\php.exe" -n -d extension=$(BUILD_DIR)\\$(_EXTENSIO…
/PHP-8.1/ext/phar/tests/cache_list/
H A Dfrontcontroller27.phpt2 Phar front controller with no extension [cache_list]
H A Dfrontcontroller26.phpt2 Phar front controller with unknown extension mime type [cache_list]
/PHP-8.1/ext/curl/tests/
H A Dbug48514.phpt2 Bug #48514 (cURL extension uses same resource name for simple and multi APIs)
/PHP-8.1/ext/com_dotnet/tests/
H A Dgh8778.phpt5 if (!extension_loaded("com_dotnet")) die("skip com_dotnet extension not available");
/PHP-8.1/ext/phar/tests/tar/
H A Dfrontcontroller11.phar.phpt2 Phar front controller mime type extension is not a string tar-based
/PHP-8.1/ext/standard/tests/general_functions/
H A Dget_extension_funcs_basic.phpt11 // Unknown extension
/PHP-8.1/Zend/tests/
H A Dbug40236.phpt14 Interactive shell (-a) requires the readline extension.
/PHP-8.1/ext/pdo_dblib/tests/
H A Dbug_71667.phpt2 PDO_DBLIB: Emulate how mssql extension names "computed" columns
/PHP-8.1/ext/phar/tests/zip/
H A Dfrontcontroller11.phar.phpt2 Phar front controller mime type extension is not a string zip-based
/PHP-8.1/ext/ftp/tests/
H A Dbug80901.phpt2 Bug #80901 (Info leak in ftp extension)

Completed in 24 milliseconds

12345678910