Home
last modified time | relevance | path

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

123456789

/php-src/docs-old/
H A Dstreams.md12 Streams take care of that and present the PHP extension coder with an ANSI
177 What if your extension needs to access the `FILE*` of a user level file pointer?
/php-src/ext/openssl/
H A Dopenssl.c2015 static int openssl_x509v3_subjectAltName(BIO *bio, X509_EXTENSION *extension) in openssl_x509v3_subjectAltName() argument
2023 method = X509V3_EXT_get(extension); in openssl_x509v3_subjectAltName()
2028 extension_data = X509_EXTENSION_get_data(extension); in openssl_x509v3_subjectAltName()
2092 X509_EXTENSION *extension; in PHP_FUNCTION() local
2208 extension = X509_get_ext(cert, i); in PHP_FUNCTION()
2209 nid = OBJ_obj2nid(X509_EXTENSION_get_object(extension)); in PHP_FUNCTION()
2211 extname = (char *)OBJ_nid2sn(OBJ_obj2nid(X509_EXTENSION_get_object(extension))); in PHP_FUNCTION()
2213 OBJ_obj2txt(buf, sizeof(buf)-1, X509_EXTENSION_get_object(extension), 1); in PHP_FUNCTION()
2222 if (openssl_x509v3_subjectAltName(bio_out, extension) == 0) { in PHP_FUNCTION()
2234 else if (X509V3_EXT_print(bio_out, extension, 0, 0)) { in PHP_FUNCTION()
[all …]
/php-src/ext/standard/
H A Dconfig.m4420 dnl Setup extension sources
H A Dbasic_functions.stub.php2035 function ini_get_all(?string $extension = null, bool $details = true): array|false {} argument
3083 function phpversion(?string $extension = null): string|false {}
H A Dbasic_functions_arginfo.h502 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, extension, IS_STRING, 1, "null")
1551 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, extension, IS_STRING, 1, "null")
/php-src/Zend/
H A Dzend_execute.c2161 static void zend_extension_statement_handler(const zend_extension *extension, zend_execute_data *fr… in zend_extension_statement_handler() argument
2163 if (extension->statement_handler) { in zend_extension_statement_handler()
2164 extension->statement_handler(frame); in zend_extension_statement_handler()
2169 static void zend_extension_fcall_begin_handler(const zend_extension *extension, zend_execute_data *… in zend_extension_fcall_begin_handler() argument
2171 if (extension->fcall_begin_handler) { in zend_extension_fcall_begin_handler()
2172 extension->fcall_begin_handler(frame); in zend_extension_fcall_begin_handler()
2177 static void zend_extension_fcall_end_handler(const zend_extension *extension, zend_execute_data *fr… in zend_extension_fcall_end_handler() argument
2179 if (extension->fcall_end_handler) { in zend_extension_fcall_end_handler()
2180 extension->fcall_end_handler(frame); in zend_extension_fcall_end_handler()
/php-src/ext/phar/tests/zip/
H A Dbug48791.phpt2 Phar: Bug #48791: open office documents always reported as corrupted by phar extension
/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc3 // specifically corrupted zip archives for unit-testing zip support in the phar extension
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst181 all of the phases, except for the execution phase. This is precisely what the opcache extension
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13452 # DOS filename extension
17443 # Typical file extension: .spv
18724 # File extension: RAF
20643 # extension is also used for
23824 # file extension .lss .16
28368 # cut of last char of source extension and add underscore to generate extension
29140 # MSX extension ROMs
29944 # File extension: .oas
35885 # File extension: .sos
37088 # no extension
[all …]
H A Dmagic13452 # DOS filename extension
17443 # Typical file extension: .spv
18724 # File extension: RAF
20643 # extension is also used for
23824 # file extension .lss .16
28368 # cut of last char of source extension and add underscore to generate extension
29140 # MSX extension ROMs
29944 # File extension: .oas
35885 # File extension: .sos
37088 # no extension
[all …]
/php-src/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt75 /* Since JISX 0213 is an extension of JISX 0208, allow the same single-byte chars */
H A Dgb18030_2022_encoding.phpt8 if (PHP_INT_SIZE == 4 && !extension_loaded("ctype")) die("skip needs ctype extension on 32-bit");
/php-src/docs/source/miscellaneous/
H A Dstubs.rst53 Stub files have the ``.stub.php`` extension by convention.
477 If your extension still needs to handle PHP 7, then add the ``@generate-legacy-arginfo`` file-level
/php-src/ext/phar/phar/
H A Dpharcommand.inc257 …package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.\n";
282 …self::error("Phar files must have file extension '.phar', '.phar.php', '.phar.bz2' or '.phar.gz'.\…
/php-src/ext/soap/tests/bugs/
H A Dbug37083.phpt2 Bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS)
/php-src/ext/opcache/
H A DZendAccelerator.c3104 static int accel_startup(zend_extension *extension) in accel_startup() argument
3165 extension->handle = 0; in accel_startup()
/php-src/
H A DREADME.REDIST.BINS257 This file contains the base code which implements sscanf and by extension
/php-src/build/
H A Dlibtool.m41419 # We preserve .a as extension for shared libraries through AIX4.2
2742 # Source file extension for C test sources.
2745 # Object file extension for compiled C test sources.
2852 # Source file extension for C++ test sources.
2855 # Object file extension for compiled C++ test sources.
/php-src/ext/fileinfo/
H A Dlibmagic.patch2729 b\30extension\0\
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc2663 // TODO: prevent repeatable sign/zero extension ???
H A Dir_x86.dasc6788 /* Avoid zero extension to the same register. This may be not always safe ??? */
/php-src/ext/standard/tests/misc/
H A Dbrowscap.ini5357 [NewsGator FetchLinks extension/*]

Completed in 421 milliseconds

123456789