Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.4/Zend/
H A Dzend_extensions.c153 zend_extension extension; in zend_register_extension() local
155 extension = *new_extension; in zend_register_extension()
156 extension.handle = handle; in zend_register_extension()
162 if (extension.op_array_ctor) { in zend_register_extension()
165 if (extension.op_array_dtor) { in zend_register_extension()
185 if (extension->shutdown) { in zend_extension_shutdown()
186 extension->shutdown(extension); in zend_extension_shutdown()
195 if (extension->startup) { in zend_extension_startup()
196 if (extension->startup(extension)!=SUCCESS) { in zend_extension_startup()
233 DL_UNLOAD(extension->handle); in zend_extension_dtor()
[all …]
/PHP-8.4/sapi/cli/tests/
H A Dext_loading.phpt13 function loadZendExt($extension) {
17 '-dzend_extension=' . $extension,
24 echo "Only extension name:\n";
27 echo "Name with file extension:\n";
35 echo "Unknown extension name (unknown):\n";
38 echo "Name with file extension (unknown):\n";
48 Only extension name:
52 Name with file extension:
60 Unknown extension name (unknown):
63 Warning: Failed loading Zend extension 'unknown_ext' (tried: %s) in Unknown on line 0
[all …]
/PHP-8.4/docs-old/
H A Dself-contained-extensions.md1 # How to create a self-contained PHP extension
4 To create such an extension, two things are required:
23 ## Converting an existing extension
35 extension:
62 ## Defining the new extension
64 Our demo extension is called "foobar".
112 ## Creating the self-contained extension
128 ## Installing a self-contained extension
130 An extension can be installed by running:
149 building the extension.
[all …]
/PHP-8.4/scripts/dev/
H A Dfind_tested.php41 foreach($extensions as $extension) {
42 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-8.4/ext/spl/tests/
H A DSplFileInfo_getExtension_basic-win32.phpt10 $exts = array('.txt', '.extension', '..', '');
20 $exts = array('.txt', '.extension', '..', '');
28 string(9) "extension"
29 string(9) "extension"
H A DSplFileInfo_getExtension_basic.phpt10 $exts = array('.txt', '.extension', '..', '.', '');
20 $exts = array('.txt', '.extension', '..', '.', '');
28 string(9) "extension"
29 string(9) "extension"
/PHP-8.4/ext/reflection/tests/
H A DReflectionExtension_getClassNames_variation1.phpt2 ReflectionExtension::getClassNames() method on an extension with no classes
9 $extension = new ReflectionExtension('ctype');
10 var_dump($extension->getClassNames());
/PHP-8.4/ext/dl_test/
H A Dconfig.m42 [whether to enable dl-test extension],
4 [Enable dl_test extension])])
7 dnl Always build as shared extension.
/PHP-8.4/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt2 Test finfo extension : loading into phpinfo()
8 echo "*** Testing finfo extension : loading info phpinfo() ***\n";
18 *** Testing finfo extension : loading info phpinfo() ***
/PHP-8.4/ext/standard/tests/file/
H A Dpathinfo_basic2.phpt59 ["extension"]=>
74 ["extension"]=>
89 ["extension"]=>
104 ["extension"]=>
119 ["extension"]=>
134 ["extension"]=>
149 ["extension"]=>
177 ["extension"]=>
192 ["extension"]=>
220 ["extension"]=>
[all …]
H A Dpathinfo_basic2-win32.phpt72 ["extension"]=>
87 ["extension"]=>
102 ["extension"]=>
117 ["extension"]=>
132 ["extension"]=>
147 ["extension"]=>
175 ["extension"]=>
190 ["extension"]=>
218 ["extension"]=>
233 ["extension"]=>
[all …]
H A Dpathinfo_basic.phpt76 ["extension"]=>
91 ["extension"]=>
106 ["extension"]=>
121 ["extension"]=>
136 ["extension"]=>
151 ["extension"]=>
166 ["extension"]=>
181 ["extension"]=>
196 ["extension"]=>
211 ["extension"]=>
[all …]
/PHP-8.4/ext/dl_test/tests/
H A Dskip.inc3 // Check that the dl_test extension is built. We don't use the --EXTENSIONS--
4 // section because we want to load the extension with dl().
13 die(sprintf('skip dl_test extension is not built (tried %s)', $path));
/PHP-8.4/ext/sodium/tests/
H A Dinstalled.phpt7 echo "sodium extension is available";
9 you can add regression tests for your extension here
18 sodium extension is available
/PHP-8.4/ext/sqlite3/
H A Dconfig0.m42 [whether to enable the SQLite3 extension],
10 [Define to 1 if the PHP extension 'sqlite3' is available.])
28 SQLITE_OMIT_LOAD_EXTENSION and does not have the extension support with
30 extension. See https://www.sqlite.org/compile.html.])],
/PHP-8.4/ext/standard/tests/strings/
H A Dpathinfo.phpt40 ["extension"]=>
50 ["extension"]=>
68 ["extension"]=>
78 ["extension"]=>
88 ["extension"]=>
/PHP-8.4/ext/tidy/tests/
H A D001.phpt7 echo "tidy extension is available";
10 tidy extension is available
/PHP-8.4/ext/zip/tests/
H A D001.phpt7 echo "zip extension is available";
10 zip extension is available
/PHP-8.4/docs/source/introduction/ides/
H A Dvisual-studio-code.rst22 C/C++ extension
25 The `C/C++ extension`_ provides most of the features we'll need for php-src development. You can
27 extension will mostly work out of the box, but it is advisable to use the ``compile_commands.json``
29 provides the extension with the necessary information about include paths and other compiler flags.
31 .. _c/c++ extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
45 To tell the C/C++ extension to use the ``compile_commands.json`` file, add the following to your
58 The C/C++ extension usually works well enough. Some people find that ``clangd`` works better.
61 conjunction with the C/C++ extension. For the two extensions not to clash, add the following to your
71 <https://clangd.llvm.org/installation.html>`__, and then install the `clangd extension`_.
72 Alternatively, you can let the extension install ``clangd`` for you. ``clangd`` requires a
[all …]
/PHP-8.4/ext/skeleton/tests/
H A D001.phpt7 echo 'The extension "%EXTNAME%" is available';
10 The extension "%EXTNAME%" is available
/PHP-8.4/ext/soap/tests/bugs/
H A Dgh11941_errors.phpt7 // We explicitly want to test with the soap extension enabled and session extension disabled
8 if (extension_loaded("session")) die("skip this test must run with the session extension disabled");
/PHP-8.4/ext/soap/tests/schema/
H A Dschema043.phpt12 <extension base="int">
14 </extension>
19 <extension base="tns:testType2">
21 </extension>
H A Dschema046.phpt12 <extension base="int">
14 </extension>
19 <extension base="tns:testType2">
21 </extension>
/PHP-8.4/ext/ffi/tests/
H A D001.phpt9 echo 'The extension "FFI" is available';
12 The extension "FFI" is available
/PHP-8.4/ext/skeleton/
H A Dconfig.m4.in1 dnl Autotools config.m4 for PHP extension %EXTNAME%
6 dnl If extension references and depends on an external library package, use
21 dnl This section is executed when extension is enabled with one of the above
25 dnl Use and adjust this code block if extension depends on external library
37 dnl Add library compilation and linker flags to extension.
55 dnl Or use and adjust this code block if extension depends on external library
96 dnl Add linked libraries flags for shared extension to the generated Makefile.
99 dnl Define a preprocessor macro to indicate that this PHP extension can
102 [Define to 1 if the PHP extension '%EXTNAME%' is available.])
104 dnl Configure extension sources and compilation flags.

Completed in 24 milliseconds

12345678910>>...13