Home
last modified time | relevance | path

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

123456789

/php-src/
H A Dphp.ini-development66 ; dynamically loaded extension (either a PHP extension or a Zend extension),
917 ; extension=/path/to/extension/mysqli.so
930 ;extension=bz2
931 ;extension=curl
932 ;extension=ffi
933 ;extension=ftp
935 ;extension=gd
937 ;extension=gmp
938 ;extension=intl
962 ;extension=xsl
[all …]
H A Dphp.ini-production66 ; dynamically loaded extension (either a PHP extension or a Zend extension),
919 ; extension=/path/to/extension/mysqli.so
932 ;extension=bz2
933 ;extension=curl
934 ;extension=ffi
935 ;extension=ftp
937 ;extension=gd
939 ;extension=gmp
940 ;extension=intl
964 ;extension=xsl
[all …]
/php-src/ext/standard/tests/file/
H A Dcopy_variation1.phpt22 ".tmp", //file name only with extension
23 "123.tmp", //file name starts with numeric and with regular extension
24 "copy_variation1.123", //file name with numeric extension
/php-src/ext/intl/tests/
H A Dbug62915-2.phpt8 die('skip intl extension does not have spoof checker');
/php-src/ext/xml/tests/
H A Dgh14124.phpt2 GH-14124 (Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain mem…
/php-src/ext/readline/
H A DREADME.md16 but many distributions build readline as a shared extension.
/php-src/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt28 Cannot create phar 'http:/', file extension (or combination) not recognised or the directory does n…
/php-src/sapi/fpm/tests/
H A Dgh12232-php-value-extension.phpt22 php_admin_value[extension] = dl_test
H A Dgh9921-php-value-ext-mod-handlers.phpt23 php_admin_value[extension] = dl_test
/php-src/ext/iconv/
H A Dconfig.w3212 AC_DEFINE("HAVE_ICONV", 1, "Define if iconv extension is enabled");
/php-src/ext/xsl/tests/
H A Dbug54446.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension)
18 extension-element-prefixes="sax">
H A Dbug54446_with_ini.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension with php.ini setting)
18 extension-element-prefixes="sax">
/php-src/ext/zlib/tests/
H A Ddeflate_add_buffer_full.phpt11 * example: websocket permessage-deflate extension
/php-src/ext/phar/tests/zip/
H A Dodt.phpt32 Cannot create phar '%sodt.odt', file extension (or combination) not recognised or the directory doe…
/php-src/ext/opcache/tests/
H A Dissue0149.phpt27 $ini .= ' -d extension=phar.'.PHP_SHLIB_SUFFIX;
/php-src/ext/pdo_mysql/tests/
H A DREADME.md1 # The pdo_mysql extension tests
/php-src/ext/mysqli/tests/
H A DREADME.md1 # The mysqli extension tests
/php-src/ext/pgsql/tests/inc/
H A Dskipif.inc4 // * the pgsql extension is built-in or loadable, AND
/php-src/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc24 'bzip2 extension not available');
28 'zlib extension not available');
/php-src/ext/gd/tests/
H A Dfunc.inc71 * .php test file with the extension .out.png, to be able to manually inspect
138 * extension .out.png.
/php-src/Zend/
H A Dzend_opcode.c34 static void zend_extension_op_array_ctor_handler(zend_extension *extension, zend_op_array *op_array) in zend_extension_op_array_ctor_handler() argument
36 if (extension->op_array_ctor) { in zend_extension_op_array_ctor_handler()
37 extension->op_array_ctor(op_array); in zend_extension_op_array_ctor_handler()
41 static void zend_extension_op_array_dtor_handler(zend_extension *extension, zend_op_array *op_array) in zend_extension_op_array_dtor_handler() argument
43 if (extension->op_array_dtor) { in zend_extension_op_array_dtor_handler()
44 extension->op_array_dtor(op_array); in zend_extension_op_array_dtor_handler()
667 static void zend_extension_op_array_handler(zend_extension *extension, zend_op_array *op_array) in zend_extension_op_array_handler() argument
669 if (extension->op_array_handler) { in zend_extension_op_array_handler()
670 extension->op_array_handler(op_array); in zend_extension_op_array_handler()
/php-src/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc20 'Zip extension is not available');
/php-src/ext/soap/tests/bugs/
H A Dbug66112.phpt2 Bug #66112 (Use after free condition in SOAP extension)
H A Dbug44882.phpt2 Bug #44882 (SOAP extension object decoding bug)
/php-src/ext/standard/tests/mail/
H A Dgh7875.phpt14 if (!extension_loaded('posix')) die('skip POSIX extension not loaded');

Completed in 32 milliseconds

123456789