Home
last modified time | relevance | path

Searched refs:ext (Results 26 – 50 of 436) sorted by relevance

12345678910>>...18

/PHP-8.1/ext/reflection/tests/
H A D011.phpt5 $ext = new ReflectionExtension("reflection");
6 $classes = $ext->getClasses();
H A D013.phpt5 $ext = new ReflectionExtension("standard");
6 $funcs = $ext->getFunctions();
H A D015.phpt7 $ext = new ReflectionExtension("standard");
8 $inis = $ext->getINIEntries();
H A D016.phpt7 $ext = new ReflectionExtension("xml");
8 $deps = $ext->getDependencies();
/PHP-8.1/ext/pdo_odbc/tests/
H A Dget_attribute_server.phpt7 require 'ext/pdo/tests/pdo_test.inc';
12 require 'ext/pdo/tests/pdo_test.inc';
13 $db = PDOTest::test_factory('ext/pdo_odbc/tests/common.phpt');
H A Dbug80783.phpt7 require 'ext/pdo/tests/pdo_test.inc';
12 require 'ext/pdo/tests/pdo_test.inc';
28 require 'ext/pdo/tests/pdo_test.inc';
H A Dbug80783a.phpt7 require 'ext/pdo/tests/pdo_test.inc';
12 require 'ext/pdo/tests/pdo_test.inc';
29 require 'ext/pdo/tests/pdo_test.inc';
H A Dbug67465.phpt7 require 'ext/pdo/tests/pdo_test.inc';
12 require 'ext/pdo/tests/pdo_test.inc';
/PHP-8.1/ext/phar/
H A Dconfig.m424 PHP_INSTALL_HEADERS([ext/phar], [php_phar.h])
26 PHP_OUTPUT(ext/phar/phar.1 ext/phar/phar.phar.1)
/PHP-8.1/build/
H A Dgenif.sh39 for ext in $extensions; do
40 ext_dir=$(echo "$ext" | cut -d ';' -f 2)
/PHP-8.1/ext/standard/tests/file/
H A Dbug24482.phpt12 // run this test in ext/standard/tests (see bug #64714)
13 chdir(__DIR__); // ensure in ext/standard/tests/file
14 chdir('..'); // move up to ext/standard/tests
/PHP-8.1/ext/dba/
H A Dconfig.w3210 ADD_SOURCES("ext/dba/libcdb", "cdb.c cdb_make.c uint32.c", "dba");
11 ADD_SOURCES("ext/dba/libflatfile", "flatfile.c", "dba");
12 ADD_SOURCES("ext/dba/libinifile", "inifile.c", "dba");
28 ADD_SOURCES("ext/dba", "dba_qdbm.c", "dba");
40 ADD_SOURCES("ext/dba", "dba_lmdb.c", "dba");
/PHP-8.1/ext/hash/
H A Dconfig.w3216 var hash_sha3_dir = 'ext/hash/sha3/generic' + (X64 ? '64' : '32') + 'lc';
31 var hash_murmur_dir = 'ext/hash/murmur';
37 var hash_xxhash_dir = 'ext/hash/xxhash';
42 PHP_INSTALL_HEADERS('ext/hash/', 'php_hash.h php_hash_md.h php_hash_sha.h ' +
/PHP-8.1/ext/phar/tests/
H A Dbug79082.phpt16 foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $format => $ext) {
18 $phar = new PharData(__DIR__ . '/test79082.' . $ext, format: $format);
26 foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $format => $ext) {
28 $phar = new PharData(__DIR__ . '/test79082-d.' . $ext, format: $format);
H A Dfrontcontroller26.phpt7 REQUEST_URI=/frontcontroller26.php/unknown.ext
8 PATH_INFO=/unknown.ext
H A Dbug77022.phpt17 foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $format => $ext) {
19 $phar = new PharData(__DIR__ . '/test77022.' . $ext, format: $format);
27 unlink(__DIR__ . '/test77022.' . $ext);
/PHP-8.1/.github/actions/setup-x64/
H A Daction.yml22 sudo cp ext/snmp/tests/snmpd.conf /etc/snmp
23 sudo cp ext/snmp/tests/bigtest /etc/snmp
28 sudo cp ext/imap/tests/setup/dovecot.conf /etc/dovecot/dovecot.conf
29 sudo cp ext/imap/tests/setup/dovecotpass /etc/dovecot/dovecotpass
/PHP-8.1/ext/imap/tests/setup/
H A Dsetup.sh4 sudo cp ext/imap/tests/setup/dovecot.conf /etc/dovecot/dovecot.conf
5 sudo cp ext/imap/tests/setup/dovecotpass /etc/dovecot/dovecotpass
/PHP-8.1/ext/pcre/
H A Dconfig.w325 ADD_SOURCES("ext/pcre/pcre2lib", "pcre2_auto_possess.c pcre2_chartables.c pcre2_compile.c pcre2_con…
6 ADD_DEF_FILE("ext\\pcre\\php_pcre.def");
12 PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcre2lib/");
/PHP-8.1/ext/date/
H A Dconfig.w325 ADD_SOURCES("ext/date/lib", "astro.c timelib.c dow.c parse_date.c parse_posix.c parse_tz.c tm2unixt…
9 var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
21 PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_config.h");
/PHP-8.1/ext/phar/tests/cache_list/
H A Dfrontcontroller26.phpt9 REQUEST_URI=/frontcontroller26.php/unknown.ext
10 PATH_INFO=/unknown.ext
/PHP-8.1/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt13 "Non-existent file" => "nofile.ext",
44 -- Non-existent file (nofile.ext) --
46 Warning: getimagesize(%snofile.ext): Failed to open stream: No such file or directory in %s on line…
49 Warning: getimagesize(%snofile.ext): Failed to open stream: No such file or directory in %s on line…
/PHP-8.1/ext/pdo_mysql/tests/
H A Dshow_tables.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-8.1/ext/zlib/tests/
H A Dcompress_zlib_wrapper.phpt12 $fp = fopen("compress.zlib://{$pfx}ext/xsl/tests/xslt.xsl.gz", "rb");
16 $fp = fopen("compress.zlib://". __DIR__. "/../../../ext/xsl/tests/xslt.xsl.gz", "rb");
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug41996.phpt13 require 'ext/pdo/tests/pdo_test.inc';
14 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');

Completed in 33 milliseconds

12345678910>>...18