Home
last modified time | relevance | path

Searched refs:ext (Results 2251 – 2266 of 2266) sorted by path

1...<<91

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c214 static int print_extension_info(zend_extension *ext, void *arg) /* {{{ */ in print_extension_info() argument
216 php_printf("%s\n", ext->name); in print_extension_info()
H A Dfpm_worker_pool.c21 char **ext = limit_extensions; in fpm_worker_pool_free_limit_extensions() local
22 while (*ext) { in fpm_worker_pool_free_limit_extensions()
23 free(*ext); in fpm_worker_pool_free_limit_extensions()
24 ext++; in fpm_worker_pool_free_limit_extensions()
/PHP-7.4/sapi/phpdbg/
H A Dconfig.m424 [Enable readline support in phpdbg (depends on static ext/readline)])],
H A Dphpdbg_prompt.c1234 static int add_zendext_info(zend_extension *ext) /* {{{ */ { in add_zendext_info() argument
1235 phpdbg_write("extension", "name=\"%s\"", "%s\n", ext->name); in add_zendext_info()
/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
H A Dgenfiles120 -f ext/json/Makefile.frag \
121 ext/json/json_parser.tab.c \
122 ext/json/json_scanner.c
125 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/pdo builddir=ext/pdo top_srcdir=. \
126 -f ext/pdo/Makefile.frag \
127 ext/pdo/pdo_sql_parser.c
131 -f ext/standard/Makefile.frag \
133 ext/standard/url_scanner_ex.c
136 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/phar builddir=ext/phar top_srcdir=. \
137 -f ext/phar/Makefile.frag \
[all …]
H A Dsearch_underscores.php36 foreach(get_loaded_extensions() as $ext) {
38 if (strpos($ext, "_") !== false) {
40 $extensions[$ext] = array();
50 if (!($ext = $ref->getExtensionName())) {; variable
51 $ext = $ref->isInternal() ? "<internal>" : "<user>"; variable
53 if (!array_key_exists($ext, $extensions)) {
54 $extensions[$ext] = array();
56 $extensions[$ext][$c] = array();
61 $extensions[$ext][$c][] = $method;
83 foreach($extensions as $ext => &$classes) {
[all …]
H A Dtidy.php127 function getLanguageFromExtension(string $ext): ?string { argument
128 switch ($ext) {
/PHP-7.4/tests/basic/
H A Dbug71273.phpt2 Bug #71273 A wrong ext directory setup in php.ini leads to crash
/PHP-7.4/tests/output/
H A Dflush_basic_001.phpt7 * Function is implemented in ext/standard/basic_functions.c.
H A Dob_018.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
/PHP-7.4/win32/build/
H A DMakefile234 build-lib: build-ext-libs
258 @if not exist $(PHP_PREFIX)\ext mkdir $(PHP_PREFIX)\ext
262 …@if exist $(BUILD_DIR)\php_*.dll copy $(BUILD_DIR)\php_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(…
H A Dconfig.w3261 DEFINE("BASE_INCLUDES", "/I . /I main /I Zend /I TSRM /I ext ");
354 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
H A Dconfig.w32.h.in17 #define PHP_EXTENSION_DIR "@PREFIX@\\ext"
H A Dconfig.w32.phpize.in41 … /I " + PHP_DIR + "/include/Zend /I " + PHP_DIR + "/include/TSRM /I " + PHP_DIR + "/include/ext ");
H A Dmkdist.php291 foreach ($exts as $ext) {
292 fprintf($fp, "%s\r\n", $ext);

Completed in 40 milliseconds

1...<<91