Home
last modified time | relevance | path

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

12345678910>>...86

/PHP-7.4/ext/reflection/tests/
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.phpt11 $ext = new ReflectionExtension("xml");
12 $deps = $ext->getDependencies();
/PHP-7.4/scripts/dev/
H A Dcredits12 for what in ext sapi
14 file=ext/standard/credits_$what.h
20 the information found in the various ext/.../CREDITS and
/PHP-7.4/ext/standard/tests/streams/
H A Dbug75776.phpt14 foreach ($compression as $ext => [$filter, $function]) {
15 $stream = fopen(__DIR__ . "/75776.$ext", 'w');
21 $compressed = file_get_contents(__DIR__ . "/75776.$ext");
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt7 * Source code: ext/standard/image.c
19 "Non-existent file" => "nofile.ext",
51 -- Non-existent file (nofile.ext) --
53 Warning: getimagesize(%snofile.ext): failed to open stream: No such file or directory in %s on line…
56 Warning: getimagesize(%snofile.ext): failed to open stream: No such file or directory in %s on line…
/PHP-7.4/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-7.4/build/
H A Dgenif.sh39 for ext in $extensions; do
40 ext_dir=$(echo "$ext" | cut -d ';' -f 2)
/PHP-7.4/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-7.4/ext/mbstring/
H A Dconfig.w3217 FSO.CopyFile("ext\\mbstring\\libmbfl\\config.h.w32",
18 "ext\\mbstring\\libmbfl\\config.h", true);
20 ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \
42 ADD_SOURCES("ext/mbstring/libmbfl/mbfl", "mbfilter.c mbfilter_8bit.c \
47 ADD_SOURCES("ext/mbstring/libmbfl/nls", "nls_de.c nls_en.c nls_ja.c \
51 …PHP_INSTALL_HEADERS("ext/mbstring", "mbstring.h libmbfl/config.h libmbfl/mbfl/eaw_table.h libmbfl/…
63 ADD_SOURCES("ext/mbstring", "php_mbregex.c", "mbstring");
64 PHP_INSTALL_HEADERS("ext/mbstring", "php_mbregex.h php_onig_compat.h");
/PHP-7.4/ext/date/
H A Dconfig.w325 ADD_SOURCES("ext/date/lib", "astro.c timelib.c dow.c parse_date.c parse_tz.c tm2unixtime.c unixtime…
9 var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
20 PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_config.h");
/PHP-7.4/ext/pdo_odbc/tests/
H A Dbug80783.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
27 require 'ext/pdo/tests/pdo_test.inc';
H A Dbug80783a.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
28 require 'ext/pdo/tests/pdo_test.inc';
H A Dbug67465.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
/PHP-7.4/ext/phar/tests/
H A Dbug79082.phpt15 foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $mode => $ext) {
17 $phar = new PharData(__DIR__ . '/test79082.' . $ext, null, null, $mode);
25 foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $mode => $ext) {
27 $phar = new PharData(__DIR__ . '/test79082-d.' . $ext, null, null, $mode);
H A Dfrontcontroller26.phpt7 REQUEST_URI=/frontcontroller26.php/unknown.ext
8 PATH_INFO=/unknown.ext
H A Dbug77022.phpt16 foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $mode => $ext) {
18 $phar = new PharData(__DIR__ . '/test77022.' . $ext, null, null, $mode);
26 unlink(__DIR__ . '/test77022.' . $ext);
H A Dphpinfo_003.phpt29 gzip compression => disabled (install ext/zlib)
30 bzip2 compression => disabled (install ext/bz2)
31 OpenSSL support => disabled (install ext/openssl)
/PHP-7.4/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-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller26.phpt9 REQUEST_URI=/frontcontroller26.php/unknown.ext
10 PATH_INFO=/unknown.ext
/PHP-7.4/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");
13 PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcre2lib/");
/PHP-7.4/ext/pdo_mysql/tests/
H A Dshow_tables.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.4/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-7.4/ext/pdo_oci/tests/
H A Dbug41996.phpt11 require 'ext/pdo/tests/pdo_test.inc';
12 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-7.4/ext/session/tests/
H A Dbug61728.phpt7 function output_html($ext) {
8 return strlen($ext);

Completed in 43 milliseconds

12345678910>>...86