Home
last modified time | relevance | path

Searched refs:extension (Results 101 – 125 of 1758) sorted by relevance

12345678910>>...71

/PHP-8.0/ext/calendar/tests/
H A Dskipif.inc3 print "skip - CALENDAR extension not available";
/PHP-8.0/ext/ctype/tests/
H A Dskipif.inc1 <?php if (!extension_loaded('ctype')) die('skip ctype extension not available');?>
/PHP-8.0/ext/dom/tests/
H A Dskipif.inc1 <?php if (!extension_loaded('dom')) die('skip dom extension not available');?>
/PHP-8.0/ext/iconv/tests/
H A Dskipif.inc3 die("skip iconv extension not available\n");
/PHP-8.0/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt13 die('SKIP - POSIX extension not available');
16 die('SKIP - Standard extension not available');
/PHP-8.0/ext/xmlwriter/tests/
H A Dbug79029.phpt5 if (!extension_loaded("xmlwriter")) print "skip xmlwriter extension not available";
6 if (!extension_loaded("xmlreader")) print "skip xmlreader extension not available";
/PHP-8.0/ext/intl/tests/
H A Dbug62915-2.phpt6 die('skip intl extension not enabled');
8 die('skip intl extension does not have spoof checker');
H A Dintl_icu_data_version_constant.phpt4 <?php if( !extension_loaded( 'intl' ) ) print 'skip intl extension not loaded'; ?>
/PHP-8.0/ext/opcache/tests/jit/
H A Dskipif.inc2 if (!extension_loaded('Zend OPcache')) die('skip Zend OPcache extension not available');
/PHP-8.0/ext/opcache/tests/opt/
H A Dskipif.inc2 if (!extension_loaded('Zend OPcache')) die('skip Zend OPcache extension not available');
/PHP-8.0/ext/opcache/tests/
H A Dskipif.inc2 if (!extension_loaded('Zend OPcache')) die('skip Zend OPcache extension not available');
/PHP-8.0/ext/pgsql/tests/
H A DREADME.md1 # The pgsql extension tests
17 If you find problems in PostgreSQL extension, please report a
H A Dskipif.inc3 // * the pgsql extension is built-in or loadable, AND
13 die("skip pgsql extension not loaded\n");
/PHP-8.0/ext/phar/tests/
H A Dbug70091.phpt5 if (!extension_loaded('phar')) die('skip phar extension not available');
6 if (!extension_loaded('zlib')) die('skip zlib extension not available');
/PHP-8.0/ext/oci8/
H A Dconfig.w325 WARNING("oci8 and oci8-11g provide the same extension and cannot both be built statically");
12 WARNING("oci8 and oci8-12c provide the same extension and cannot both be built statically");
19 WARNING("oci8-11g and oci8-12c provide the same extension and cannot both be built statically");
26 WARNING("oci8 and oci8-19 provide the same extension and cannot both be built statically");
33 WARNING("oci8-11g and oci8-19 provide the same extension and cannot both be built statically");
40 WARNING("oci8-12c and oci8-19 provide the same extension and cannot both be built statically");
/PHP-8.0/ext/spl/tests/
H A Dbug51532.phpt2 SPL: Allow valid extension of SplFileObject::fscanf
/PHP-8.0/ext/oci8/tests/
H A Dclientversion.phpt5 if (!extension_loaded('oci8')) die("skip no oci8 extension");
/PHP-8.0/ext/soap/tests/schema/
H A Dschema042.phpt11 <extension base="int">
13 </extension>
/PHP-8.0/scripts/
H A Dphp-config.in56 --extension-dir)
84 --extension-dir [$extension_dir]
/PHP-8.0/ext/libxml/tests/
H A Dlibxml_disable_entity_loader_2.phpt5 if (!extension_loaded('libxml')) die('skip libxml extension not available');
6 if (!extension_loaded('dom')) die('skip dom extension not available');
/PHP-8.0/sapi/fpm/tests/
H A Dtester.inc20 * File extension for access log.
25 * File extension for error log.
30 * File extension for slow log.
35 * File extension for PID file.
962 * @param string $extension
1193 * @param string $extension
1209 * @param string $extension
1221 * @param string $extension
1261 string $extension,
1331 * @param string $extension
[all …]
/PHP-8.0/ext/zend_test/
H A Dconfig.w323 ARG_ENABLE("zend-test", "enable zend-test extension", "no");
/PHP-8.0/ext/bcmath/tests/
H A Dbug.66364.phpt5 if (!extension_loaded('bcmath')) die('skip bcmath extension not available');
/PHP-8.0/docs/
H A Dunix-build-system.md46 E.g. this enables the extension foo which consists of three source-code modules,
47 two in C and one in C++. And, depending on the user's wishes, the extension will
59 And that's basically it for the extension side.
69 E.g. this builds the three files which are located relative to the extension
83 If you have a complex extension, you might to need add special Make rules. You
87 This will read a file in the source-dir of your extension called
89 the values which are correct for your extension and which are again determined
/PHP-8.0/ext/standard/tests/strings/
H A Dbug24098.phpt13 ["extension"]=>

Completed in 28 milliseconds

12345678910>>...71