Home
last modified time | relevance | path

Searched refs:ext (Results 151 – 175 of 436) sorted by relevance

12345678910>>...18

/PHP-8.1/ext/ftp/
H A Dconfig.w3212 MESSAGE("Enabling SSL support for ext\\ftp");
/PHP-8.1/ext/session/
H A Dconfig.w328 PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h php_session.h mod_files.h mod_user.h");
/PHP-8.1/ext/phar/tests/
H A Dnophar.phpt2 Phar: phar run without ext/phar with default stub
H A Dbug46178.phpt2 Phar: PHP bug #46178: "memory leak in ext/phar"
/PHP-8.1/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-05.phpt11 /* (counterpart: ext/standard/tests/reg/007.phpt) */
H A Dmb_ereg_replace-compat-04.phpt11 /* (counterpart: ext/standard/tests/reg/006.phpt) */
/PHP-8.1/ext/filter/
H A Dconfig.m411 PHP_INSTALL_HEADERS([ext/filter/php_filter.h])
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug52487.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-8.1/ext/spl/tests/
H A Dfileobject_004.phpt8 chdir(dirname(__DIR__)); // ext/spl
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug46274_2.phpt13 require 'ext/pdo/tests/pdo_test.inc';
14 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug46274.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug62593.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt21 printf("[001] ext/mysqli should have exposed itself.\n");
24 printf("[002] ext/mysqli should have exposed the library version.\n");
/PHP-8.1/
H A DREADME.REDIST.BINS1 1. libmagic (ext/fileinfo) see ext/fileinfo/libmagic/LICENSE
2 2. libmbfl (ext/mbstring) see ext/mbstring/libmbfl/LICENSE
3 3. pcre2lib (ext/pcre)
4 4. ext/standard crypt
6 6. ext/standard/rand
7 7. ext/standard/scanf
9 9. ext/standard/uuencode
13 13. libgd (ext/gd)
16 16. libbcmath (ext/bcmath) see ext/bcmath/libbcmath/LICENSE
21 3. pcre2lib (ext/pcre)
[all …]
/PHP-8.1/ext/sodium/
H A Dconfig.w329 PHP_INSTALL_HEADERS("ext/sodium/", "php_libsodium.h");
/PHP-8.1/ext/libxml/
H A Dconfig0.m415 PHP_INSTALL_HEADERS([ext/libxml/php_libxml.h])
/PHP-8.1/ext/intl/tests/
H A Dtimezone_fromDateTimeZone_error.phpt15 …TimeZone(): intltz_from_date_time_zone: time zone id 'WEST' extracted from ext/date DateTimeZone n…
/PHP-8.1/ext/pdo/
H A Dconfig.w329 PHP_INSTALL_HEADERS("ext/pdo", "php_pdo.h php_pdo_driver.h php_pdo_error.h");
/PHP-8.1/ext/phar/
H A Dphar_object.c31 char *ext; in phar_file_type() local
34 if (!ext) { in phar_file_type()
39 ++ext; in phar_file_type()
40 if (NULL == (mime = zend_hash_str_find_ptr(mimes, ext, strlen(ext)))) { in phar_file_type()
802 if (ext) { in PHP_METHOD()
803 ++ext; in PHP_METHOD()
1967 size_t ext_len = ext ? strlen(ext) : 0; in phar_rename_archive()
1991 if (!ext) { in phar_rename_archive()
1995 ext = "zip"; in phar_rename_archive()
2085 ++ext; in phar_rename_archive()
[all …]
/PHP-8.1/ext/sockets/tests/
H A Dsocket_getsockname.phpt2 ext/sockets - socket_getsockname - basic test
H A Dsocket_strerror.phpt2 ext/sockets - socket_strerror - basic test
/PHP-8.1/ext/pcre/tests/
H A Dpreg_match_variation1.phpt5 /* Function is implemented in ext/pcre/php_pcre.c */
/PHP-8.1/.github/actions/setup-caddy/
H A Daction.yml12 sudo caddy start --config ext/curl/tests/Caddyfile
/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc59 foreach ($exts as $ext) {
60 if (!extension_loaded($ext)) {
61 die("skip $ext is not loaded");
/PHP-8.1/ext/json/tests/
H A Dbug73113.phpt3 Also test that the custom exception is not wrapped by ext/json

Completed in 59 milliseconds

12345678910>>...18