Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 1362) sorted by relevance

12345678910>>...55

/PHP-5.5/Zend/
H A Dzend_extensions.c125 zend_extension extension; in zend_register_extension() local
127 extension = *new_extension; in zend_register_extension()
128 extension.handle = handle; in zend_register_extension()
144 if (extension->shutdown) { in zend_extension_shutdown()
145 extension->shutdown(extension); in zend_extension_shutdown()
153 if (extension->startup) { in zend_extension_startup()
154 if (extension->startup(extension)!=SUCCESS) { in zend_extension_startup()
157 zend_append_version_info(extension); in zend_extension_startup()
190 if (extension->handle) { in zend_extension_dtor()
191 DL_UNLOAD(extension->handle); in zend_extension_dtor()
[all …]
H A Dzend_extensions.h43 typedef int (*startup_func_t)(zend_extension *extension);
44 typedef void (*shutdown_func_t)(zend_extension *extension);
96 ZEND_API int zend_get_resource_handle(zend_extension *extension);
113 void zend_extension_dtor(zend_extension *extension);
114 void zend_append_version_info(const zend_extension *extension);
/PHP-5.5/
H A DREADME.EXTENSIONS1 This file describes extension module API details. Refer to
2 README.EXT_SKEL to create extension skeleton files. Refer to
11 maintaining a third party extension, here's how to update it:
16 "foo", /* extension name */
17 foo_functions, /* extension function list */
18 NULL, /* extension-wide startup function */
19 NULL, /* extension-wide shutdown function */
33 "foo", /* extension name */
34 foo_functions, /* extension function list */
35 NULL, /* extension-wide startup function */
[all …]
H A DREADME.SELF-CONTAINED-EXTENSIONS6 A self-contained extension can be distributed independently of
7 the PHP source. To create such an extension, two things are
33 extension, we will convert an embedded extension into a
41 the mysql extension:
65 Our demo extension is called "foobar".
71 The demo extension does not reference any external
82 self-contained extension, you do not need more than a few
128 And that's it. You now have a self-contained extension.
132 An extension can be installed by running:
149 building the extension.
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplFileInfo_getExtension_basic.phpt6 $exts = array('.txt', '.extension', '..', '.', '');
16 $exts = array('.txt', '.extension', '..', '.', '');
24 string(9) "extension"
25 string(9) "extension"
/PHP-5.5/scripts/dev/
H A Dfind_tested.php43 foreach($extensions as $extension) {
44 echo "$extension\n";
132 $extension = $reflectionFunction->getExtension();
133 if ($extension != null) {
134 $function_record[EXTENSION_NAME] = $extension->getName();
155 $extension = $reflectionClass->getExtension();
156 if ($extension != null) {
157 $new_method_record[EXTENSION_NAME] = $extension->getName();
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt2 Test finfo extension : loading into phpinfo()
8 echo "*** Testing finfo extension : loading info phpinfo() ***\n";
19 *** Testing finfo extension : loading info phpinfo() ***
/PHP-5.5/ext/standard/tests/file/
H A Dpathinfo_basic2-win32.phpt76 ["extension"]=>
91 ["extension"]=>
106 ["extension"]=>
121 ["extension"]=>
136 ["extension"]=>
151 ["extension"]=>
179 ["extension"]=>
194 ["extension"]=>
222 ["extension"]=>
237 ["extension"]=>
[all …]
H A Dpathinfo_basic2.phpt63 [%u|b%"extension"]=>
78 [%u|b%"extension"]=>
93 [%u|b%"extension"]=>
108 [%u|b%"extension"]=>
123 [%u|b%"extension"]=>
138 [%u|b%"extension"]=>
153 [%u|b%"extension"]=>
181 [%u|b%"extension"]=>
196 [%u|b%"extension"]=>
224 [%u|b%"extension"]=>
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dpathinfo.phpt43 ["extension"]=>
53 ["extension"]=>
71 ["extension"]=>
81 ["extension"]=>
91 ["extension"]=>
/PHP-5.5/ext/skeleton/tests/
H A D001.phpt7 echo "extname extension is available";
9 you can add regression tests for your extension here
21 extname extension is available
/PHP-5.5/ext/gmp/tests/
H A D001.phpt7 echo "gmp extension is available";
9 you can add regression tests for your extension here
21 gmp extension is available
/PHP-5.5/ext/soap/tests/schema/
H A Dschema043.phpt11 <extension base="int">
13 </extension>
18 <extension base="tns:testType2">
20 </extension>
H A Dschema046.phpt11 <extension base="int">
13 </extension>
18 <extension base="tns:testType2">
20 </extension>
H A Dskipif.inc2 if (!extension_loaded('soap')) die('skip soap extension not available');
4 if (!extension_loaded('xml')) die('skip xml extension not available');
/PHP-5.5/ext/tidy/tests/
H A D001.phpt7 echo "tidy extension is available";
10 tidy extension is available
/PHP-5.5/ext/simplexml/
H A Dconfig.m42 dnl config.m4 for extension simplexml
15 … AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml])
/PHP-5.5/ext/zip/tests/
H A D001.phpt9 echo "zip extension is available";
12 zip extension is available
/PHP-5.5/ext/xml/tests/
H A Dskipif.inc2 // DO NOT dl load extension
8 die('skip xml extension not available');
/PHP-5.5/ext/xmlrpc/
H A DEXPERIMENTAL1 this extension is experimental,
3 or move to extension all together
/PHP-5.5/ext/ftp/tests/
H A Dskipif.inc2 if (!extension_loaded('ftp')) die('skip ftp extension not loaded');
4 if (!empty($ssl) && !extension_loaded('openssl')) die('skip openssl extension not loaded');
/PHP-5.5/ext/soap/
H A Dconfig.m42 dnl config.m4 for extension soap
15 AC_MSG_ERROR([SOAP extension requires LIBXML extension, add --enable-libxml])
/PHP-5.5/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-5.5/ext/mysql/tests/
H A Dmysql_connect.phpt107 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
109 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
111 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
115 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
117 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
119 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
121 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
123 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
125 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
127 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: u…
/PHP-5.5/ext/iconv/tests/
H A Diconv001.phpt10 echo "iconv extension is available\n";
16 iconv extension is available

Completed in 51 milliseconds

12345678910>>...55