Home
last modified time | relevance | path

Searched refs:extension (Results 1726 – 1750 of 1758) sorted by relevance

1...<<6162636465666768697071

/PHP-8.0/ext/exif/tests/
H A Dexif022.phpt4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
H A Dexif023.phpt4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
/PHP-8.0/ext/oci8/tests/
H A Dedition_2.phpt5 if (!extension_loaded('oci8')) die("skip no oci8 extension");
H A Dbug51291_1.phpt4 <?php if (!extension_loaded('oci8')) die ("skip no oci8 extension"); ?>
H A Dbind_char_3.phpt5 if (!extension_loaded('oci8')) die ("skip no oci8 extension");
H A Dbind_char_3_11gR1.phpt5 if (!extension_loaded('oci8')) die ("skip no oci8 extension");
H A Dbind_char_4.phpt5 if (!extension_loaded('oci8')) die ("skip no oci8 extension");
H A Dbind_char_4_11gR1.phpt5 if (!extension_loaded('oci8')) die ("skip no oci8 extension");
/PHP-8.0/ext/openssl/
H A Dopenssl.c2087 static int openssl_x509v3_subjectAltName(BIO *bio, X509_EXTENSION *extension) in openssl_x509v3_subjectAltName() argument
2095 method = X509V3_EXT_get(extension); in openssl_x509v3_subjectAltName()
2100 extension_data = X509_EXTENSION_get_data(extension); in openssl_x509v3_subjectAltName()
2164 X509_EXTENSION *extension; in PHP_FUNCTION() local
2280 extension = X509_get_ext(cert, i); in PHP_FUNCTION()
2281 nid = OBJ_obj2nid(X509_EXTENSION_get_object(extension)); in PHP_FUNCTION()
2283 extname = (char *)OBJ_nid2sn(OBJ_obj2nid(X509_EXTENSION_get_object(extension))); in PHP_FUNCTION()
2285 OBJ_obj2txt(buf, sizeof(buf)-1, X509_EXTENSION_get_object(extension), 1); in PHP_FUNCTION()
2294 if (openssl_x509v3_subjectAltName(bio_out, extension) == 0) { in PHP_FUNCTION()
2306 else if (X509V3_EXT_print(bio_out, extension, 0, 0)) { in PHP_FUNCTION()
[all …]
/PHP-8.0/Zend/
H A Dzend_execute.c1942 static void zend_extension_statement_handler(const zend_extension *extension, zend_execute_data *fr… in zend_extension_statement_handler() argument
1944 if (extension->statement_handler) { in zend_extension_statement_handler()
1945 extension->statement_handler(frame); in zend_extension_statement_handler()
1950 static void zend_extension_fcall_begin_handler(const zend_extension *extension, zend_execute_data *… in zend_extension_fcall_begin_handler() argument
1952 if (extension->fcall_begin_handler) { in zend_extension_fcall_begin_handler()
1953 extension->fcall_begin_handler(frame); in zend_extension_fcall_begin_handler()
1958 static void zend_extension_fcall_end_handler(const zend_extension *extension, zend_execute_data *fr… in zend_extension_fcall_end_handler() argument
1960 if (extension->fcall_end_handler) { in zend_extension_fcall_end_handler()
1961 extension->fcall_end_handler(frame); in zend_extension_fcall_end_handler()
/PHP-8.0/
H A DNEWS452 . Fixed bug GH-7978 (sockets extension compilation errors). (David Carlier)
700 . Fixed bug #81327 (Error build openssl extension on php 7.4.22). (cmb)
831 . Fixed bug #80901 (Info leak in ftp extension). (cmb)
1120 . Fixed bug #80393 (Build of PHP extension fails due to configuration gap
1155 . Fixed bug #80368 (OpenSSL extension fails to build against LibreSSL due to
1392 . The JSON extension is now an integral part of PHP and cannot be disabled
H A DCODING_STANDARDS.md169 name of the "parent set" (e.g. the name of the extension) if no namespaces
/PHP-8.0/docs/
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-8.0/ext/dba/
H A Dconfig.m469 [Build DBA with bundled modules. To build shared DBA extension use
344 AC_MSG_CHECKING([if dba can be used as shared extension])
/PHP-8.0/ext/iconv/tests/
H A Diconv_mime_encode.phpt4 <?php extension_loaded('iconv') or die('skip iconv extension is not available'); ?>
/PHP-8.0/ext/phar/tests/zip/
H A Dbug48791.phpt2 Phar: Bug #48791: open office documents always reported as corrupted by phar extension
/PHP-8.0/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-8.0/ext/standard/
H A Dconfig.m4457 dnl Setup extension sources
H A Dbasic_functions.stub.php317 function ini_get_all(?string $extension = null, bool $details = true): array|false {} argument
991 function phpversion(?string $extension = null): string|false {} argument
/PHP-8.0/ext/intl/tests/
H A Dlocale_get_display_name2.phpt4 <?php if( !extension_loaded( 'intl' ) ) print 'skip intl extension not loaded'; ?>
H A Dlocale_filter_matches2.phpt4 <?php if( !extension_loaded( 'intl' ) ) print 'skip intl extension not loaded'; ?>
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2438 >>156 ubyte 0x78 \b, extension
11759 # DOS filename extension
15146 # Typical file extension: .spv
17608 # extension is also used for
19641 # file extension .lss .16
23412 # cut of last char of source extension and add underscore to generate extension
23982 # MSX extension ROMs
24563 # File extension: .oas
29115 # File extension: .sos
30042 # no extension
[all …]
H A Dmagic2438 >>156 ubyte 0x78 \b, extension
11759 # DOS filename extension
15146 # Typical file extension: .spv
17608 # extension is also used for
19641 # file extension .lss .16
23412 # cut of last char of source extension and add underscore to generate extension
23982 # MSX extension ROMs
24563 # File extension: .oas
29115 # File extension: .sos
30042 # no extension
[all …]
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_result.c1737 enum_mysqlnd_extension extension ZEND_FILE_LINE_DC) in MYSQLND_METHOD()
1758 switch (extension) { in MYSQLND_METHOD()
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc255 …package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.\n";
280 …self::error("Phar files must have file extension '.phar', '.phar.php', '.phar.bz2' or '.phar.gz'.\…

Completed in 265 milliseconds

1...<<6162636465666768697071