Home
last modified time | relevance | path

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

123456789

/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"); ?>
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_load_extension_failure.phpt2 PdoSqlite load extension
41 Unable to load extension "/this/does/not_exist"
43 Unable to load extension "%a"
/php-src/ext/xmlwriter/
H A Dconfig.m410 AC_MSG_ERROR([XMLWriter extension requires LIBXML extension, add --with-libxml])
/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);
142 void zend_extension_dtor(zend_extension *extension);
143 ZEND_API void zend_append_version_info(const zend_extension *extension);
/php-src/ext/soap/
H A Dconfig.m49 AC_MSG_ERROR([SOAP extension requires LIBXML extension, add --with-libxml])
/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/simplexml/
H A Dconfig.m410 AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --with-libxml])
/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/pdo_sqlite/
H A Dconfig.m419 AC_DEFINE(HAVE_PDO_SQLITELIB, 1, [Define to 1 if you have the pdo_sqlite extension enabled.])
31 [AC_DEFINE(PDO_SQLITE_OMIT_LOAD_EXTENSION, 1, [have sqlite3 with extension support])],
/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

Completed in 45 milliseconds

123456789