Home
last modified time | relevance | path

Searched refs:ext (Results 101 – 125 of 2266) sorted by relevance

12345678910>>...91

/PHP-7.4/scripts/dev/
H A Dtidy.php127 function getLanguageFromExtension(string $ext): ?string { argument
128 switch ($ext) {
/PHP-7.4/ext/gd/
H A Dconfig.w3212 CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
37 ADD_SOURCES("ext/gd/libgd", "gd2copypal.c gd.c \
82 PHP_INSTALL_HEADERS("", "ext/gd ext/gd/libgd" );
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dcommon.phpt11 'TESTS' => __DIR__ . '/ext/pdo/tests'
/PHP-7.4/ext/gd/tests/
H A Dimagetypes_bmp.phpt5 if (!extension_loaded('gd')) die('skip ext/gd required');
H A Dimagetypes_tga.phpt5 if (!extension_loaded('gd')) die('skip ext/gd required');
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug70861.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug71885_2.phpt7 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
19 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug64953.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
14 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug69752.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_006.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-7.4/ext/tokenizer/
H A DMakefile.frag3 $(top_srcdir)/ext/tokenizer/tokenizer_data.c: $(top_srcdir)/Zend/zend_language_parser.h
/PHP-7.4/ext/filter/
H A Dconfig.w327 PHP_INSTALL_HEADERS("ext/filter", "php_filter.h");
/PHP-7.4/ext/calendar/tests/
H A Dbug67976.phpt5 if (!extension_loaded('calendar')) die('skip ext/calendar required');
/PHP-7.4/ext/exif/tests/
H A Dbug78793.phpt5 $f = "ext/exif/tests/bug77950.tiff";
/PHP-7.4/ext/filter/tests/
H A DPMOPB45.phpt2 PMOPB-45-2007:PHP ext/filter Email Validation Vulnerability
/PHP-7.4/ext/zlib/tests/
H A Dob_002.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
/PHP-7.4/ext/mbstring/tests/
H A Dbug71606.phpt5 if (!extension_loaded('mbstring')) die('skip ext/mbstring not available');
/PHP-7.4/ext/session/tests/
H A Dsession_basic1.phpt21 * Source code : ext/session/session.c, ext/session/mod_files.c
/PHP-7.4/ext/libxml/tests/
H A Dbug51903.phpt6 if (@!include "./ext/standard/tests/http/server.inc") die('skip server.inc not available');
11 require "./ext/standard/tests/http/server.inc";
/PHP-7.4/ext/iconv/tests/
H A Dbug72320.phpt5 if (!extension_loaded('iconv')) die('skip ext/iconv required');
/PHP-7.4/tests/output/
H A Dob_018.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
/PHP-7.4/ext/date/tests/
H A Dtime_basic.phpt7 * Function is implemented in ext/date/php_date.c
/PHP-7.4/ext/intl/uchar/tests/
H A Dbug70455.phpt4 <?php if (!extension_loaded('intl')) die("skip requires ext/intl") ?>
/PHP-7.4/ext/standard/tests/math/
H A Dsqrt_basic.phpt9 * Function is implemented in ext/standard/math.c
/PHP-7.4/ext/session/
H A Dconfig.m421 PHP_INSTALL_HEADERS(ext/session, [php_session.h mod_files.h mod_user.h])
41 PHP_INSTALL_HEADERS([ext/session/mod_mm.h])

Completed in 21 milliseconds

12345678910>>...91