Home
last modified time | relevance | path

Searched refs:extension (Results 26 – 50 of 223) sorted by relevance

123456789

/php-src/ext/spl/tests/
H A DDirectoryIterator_getExtension_basic.phpt11 $files = array('test.txt', 'test.extension', 'test');
34 $files = array('test.txt', 'test.extension', 'test');
46 string(9) "extension"
/php-src/ext/iconv/tests/
H A Diconv001.phpt9 echo "iconv extension is available\n";
15 iconv extension is available
/php-src/ext/zend_test/
H A Dconfig.m42 [whether to enable zend_test extension],
4 [Enable zend_test extension])])
/php-src/ext/phar/tests/
H A Dnophar_web.phpt2 Phar: default web stub, no phar extension
4 <?php if (extension_loaded("phar")) die("skip Phar extension must be disabled for this test"); ?>
H A Dphar_createdefaultstub.phpt116 if (!isset($b['extension'])) {
122 if (isset($mimes[$b['extension']])) {
123 if ($mimes[$b['extension']] === 1) {
127 if ($mimes[$b['extension']] === 2) {
410 if (!isset($b['extension'])) {
416 if (isset($mimes[$b['extension']])) {
417 if ($mimes[$b['extension']] === 1) {
421 if ($mimes[$b['extension']] === 2) {
712 if (!isset($b['extension'])) {
719 if ($mimes[$b['extension']] === 1) {
[all …]
H A Dphar_setdefaultstub.phpt136 if (!isset($b['extension'])) {
142 if (isset($mimes[$b['extension']])) {
143 if ($mimes[$b['extension']] === 1) {
147 if ($mimes[$b['extension']] === 2) {
431 if (!isset($b['extension'])) {
437 if (isset($mimes[$b['extension']])) {
438 if ($mimes[$b['extension']] === 1) {
442 if ($mimes[$b['extension']] === 2) {
726 if (!isset($b['extension'])) {
733 if ($mimes[$b['extension']] === 1) {
[all …]
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_load_extension_failure.phpt2 Pdo\Sqlite load extension
41 Unable to load extension "/this/does/not_exist"
43 Unable to load extension "%a"
/php-src/ext/xmlreader/
H A Dconfig.m410 AC_MSG_ERROR([XMLReader extension requires LIBXML extension, add --with-libxml])
/php-src/Zend/
H A Dzend_extensions.h59 typedef int (*startup_func_t)(zend_extension *extension);
60 typedef void (*shutdown_func_t)(zend_extension *extension);
144 void zend_extension_dtor(zend_extension *extension);
145 ZEND_API void zend_append_version_info(const zend_extension *extension);
/php-src/ext/standard/tests/file/
H A Dpathinfo_basic1-win32.phpt288 ["extension"]=>
303 ["extension"]=>
318 ["extension"]=>
333 ["extension"]=>
348 ["extension"]=>
428 ["extension"]=>
456 ["extension"]=>
471 ["extension"]=>
486 ["extension"]=>
501 ["extension"]=>
[all …]
H A Dpathinfo_variaton.phpt123 ["extension"]=>
236 ["extension"]=>
251 ["extension"]=>
279 ["extension"]=>
307 ["extension"]=>
335 ["extension"]=>
350 ["extension"]=>
365 ["extension"]=>
H A Dpathinfo_basic1.phpt288 ["extension"]=>
303 ["extension"]=>
318 ["extension"]=>
333 ["extension"]=>
348 ["extension"]=>
428 ["extension"]=>
456 ["extension"]=>
471 ["extension"]=>
486 ["extension"]=>
501 ["extension"]=>
[all …]
H A Dpathinfo_variation3.phpt36 ["extension"]=>
46 ["extension"]=>
56 ["extension"]=>
/php-src/ext/sodium/
H A DREADME.md6 A simple, low-level PHP extension for
11 a guide to using the libsodium PHP extension for modern, secure, and
/php-src/ext/soap/tests/schema/
H A Dschema055.phpt2 SOAP XML Schema 55: Apache Map (extension)
14 <extension base="apache:Map" xmlns:apache="http://xml.apache.org/xml-soap">
15 </extension>
H A Dschema042.phpt12 <extension base="int">
14 </extension>
/php-src/ext/sqlite3/tests/
H A Dsqlite3_22_loadextension.phpt2 SQLite3 load extension
31 Warning: SQLite3::loadExtension(): Unable to load extension at '.%emyext.txt' in %s on line %d
/php-src/ext/phar/
H A Dphar_object.stub.php102 public function compress(int $compression, ?string $extension = null): ?Phar {} argument
105 public function decompress(?string $extension = null): ?Phar {} argument
108 …ertToExecutable(?int $format = null, ?int $compression = null, ?string $extension = null): ?Phar {} argument
111 …public function convertToData(?int $format = null, ?int $compression = null, ?string $extension = … argument
300 public function compress(int $compression, ?string $extension = null): ?PharData {} argument
306 public function decompress(?string $extension = null): ?PharData {} argument
312 …ertToExecutable(?int $format = null, ?int $compression = null, ?string $extension = null): ?Phar {} argument
318 …public function convertToData(?int $format = null, ?int $compression = null, ?string $extension = … argument
/php-src/ext/shmop/tests/
H A D001.phpt2 shmop extension test
8 $write_d1 = "test #1 of the shmop() extension";
77 data in memory is: test #1 of the shmop() extension
79 data in memory is: test #1 of the shmop() extension
/php-src/ext/xml/
H A Dconfig.m422 AC_MSG_ERROR([XML extension requires LIBXML extension, add --with-libxml])
/php-src/docs-old/
H A Dunix-build-system.md44 E.g. this enables the extension foo which consists of three source-code modules,
45 two in C and one in C++. And, depending on the user's wishes, the extension will
57 And that's basically it for the extension side.
67 E.g. this builds the three files which are located relative to the extension
81 If you have a complex extension, you might to need add special Make rules. You
85 This will read a file in the source-dir of your extension called
87 the values which are correct for your extension and which are again determined
/php-src/ext/pdo_dblib/tests/
H A DREADME.md1 # The pdo_mysql extension tests
3 This extension can be tested using Microsoft's Docker image for [SQL Server on Linux](https://hub.d…
/php-src/ext/pgsql/tests/
H A DREADME.md1 # The pgsql extension tests
17 If you find problems in PostgreSQL extension, please report a
/php-src/tests/run-test/
H A Dextensions-static.phpt2 phpt EXTENSIONS directive - static extension is present
/php-src/ext/xsl/
H A Dconfig.w3235 AC_DEFINE("HAVE_XSL", 1, "Define if xsl extension is enabled");
48 WARNING("xsl not enabled; DOM extension required");

Completed in 29 milliseconds

123456789