Home
last modified time | relevance | path

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

12345678910>>...18

/php-src/build/
H A DMakefile.global122 rm -f ext/opcache/jit/ir/gen_ir_fold_hash
123 rm -f ext/opcache/jit/ir/minilua
124 rm -f ext/opcache/jit/ir/ir_fold_hash.h
125 rm -f ext/opcache/jit/ir/ir_emit_x86.h
126 rm -f ext/opcache/jit/ir/ir_emit_aarch64.h
131 rm -f ext/date/lib/timelib_config.h ext/mbstring/libmbfl/config.h
132 …hp-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 sapi/phpdbg/phpdbg.1 ext/phar/phar.1 ext/phar/phar.p…
134 rm -f ext/phar/phar.phar ext/phar/phar.php
136 rm -f ext/phar/phar/phar.inc; \
H A Dgenif.sh39 for ext in $extensions; do
40 ext_dir=$(echo "$ext" | cut -d ';' -f 2)
/php-src/ext/standard/tests/streams/
H A Dbug75776.phpt12 foreach ($compression as $ext => [$filter, $function]) {
13 $stream = fopen(__DIR__ . "/75776.$ext", 'w');
19 $compressed = file_get_contents(__DIR__ . "/75776.$ext");
/php-src/
H A Dcodecov.yml2 - "ext/dom/lexbor/lexbor" # bundled library
3 - "ext/pcre/pcre2lib" # bundled library
/php-src/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-src/ext/reflection/tests/
H A D014.phpt5 $ext = new ReflectionExtension("standard");
6 $consts = $ext->getConstants();
H A D013.phpt5 $ext = new ReflectionExtension("standard");
6 $funcs = $ext->getFunctions();
H A D011.phpt5 $ext = new ReflectionExtension("reflection");
6 $classes = $ext->getClasses();
H A D015.phpt7 $ext = new ReflectionExtension("standard");
8 $inis = $ext->getINIEntries();
H A D016.phpt7 $ext = new ReflectionExtension("dom");
8 $deps = $ext->getDependencies();
/php-src/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-src/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 Dpdoodbc_001.phpt7 require 'ext/pdo/tests/pdo_test.inc';
13 require 'ext/pdo/tests/pdo_test.inc';
28 require 'ext/pdo/tests/pdo_test.inc';
H A Dbug80783a.phpt8 require 'ext/pdo/tests/pdo_test.inc';
17 require 'ext/pdo/tests/pdo_test.inc';
34 require 'ext/pdo/tests/pdo_test.inc';
/php-src/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-src/ext/pdo/
H A DMakefile.frag6 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re; \
/php-src/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-src/ext/pdo_pgsql/tests/
H A Dbug36727.phpt8 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
25 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug72633.phpt9 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
15 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
39 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/php-src/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-src/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-src/ext/phar/tests/cache_list/
H A Dfrontcontroller26.phpt9 REQUEST_URI=/frontcontroller26.php/unknown.ext
10 PATH_INFO=/unknown.ext

Completed in 26 milliseconds

12345678910>>...18