Home
last modified time | relevance | path

Searched refs:prefix (Results 176 – 200 of 292) sorted by relevance

12345678910>>...12

/PHP-7.3/ext/mbstring/ucgendat/
H A Ducgendat.php473 $prefix = "_uccase_" . $name;
478 $result .= "static const unsigned {$prefix}_g_size = " . count($gTable) . ";\n";
479 $result .= "static const short {$prefix}_g[] = {";
482 $result .= "static const unsigned {$prefix}_table_size = " . count($table) . ";\n";
483 $result .= "static const unsigned {$prefix}_table[] = {";
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.h56 char *prefix; member
/PHP-7.3/ext/standard/tests/file/
H A Dtempnam_variation1-win32-mb.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating number of unique files by passing a file name as prefix */
H A Dtempnam_variation1-win32.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating number of unique files by passing a file name as prefix */
H A Dtempnam_variation1.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating number of unique files by passing a file name as prefix */
H A Dtempnam_error.phpt5 /* Prototype: string tempnam ( string $dir, string $prefix );
/PHP-7.3/ext/standard/tests/array/
H A Dextract_variation5.phpt29 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation2.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation4.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation3.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
/PHP-7.3/ext/standard/
H A Darray.c1710 memcpy(Z_STRVAL_P(result), Z_STRVAL_P(prefix), Z_STRLEN_P(prefix));
1713 Z_STRVAL_P(result)[Z_STRLEN_P(prefix)] = '_';
2028 prefix:
2058 goto prefix;
2097 prefix:
2125 goto prefix;
2424 zval *var_array_param, *prefix = NULL; local
2434 Z_PARAM_ZVAL(prefix)
2453 if (prefix) {
2454 convert_to_string(prefix);
[all …]
/PHP-7.3/ext/gd/
H A Dconfig.m412 [ --with-webp-dir[=DIR] GD: Set the path to libwebp install prefix], no, no)
17 [ --with-jpeg-dir[=DIR] GD: Set the path to libjpeg install prefix], no, no)
22 [ --with-png-dir[=DIR] GD: Set the path to libpng install prefix], no, no)
27 [ --with-zlib-dir[=DIR] GD: Set the path to libz install prefix], no, no)
31 [ --with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix], no, no)
34 [ --with-freetype-dir[=DIR] GD: Set the path to FreeType 2 install prefix], no, no)
/PHP-7.3/ext/soap/
H A Dphp_encoding.c294 smart_str prefix = {0}; in soap_check_zval_ref() local
311 smart_str_0(&prefix); in soap_check_zval_ref()
312 id = ZSTR_VAL(prefix.s); in soap_check_zval_ref()
317 smart_str_0(&prefix); in soap_check_zval_ref()
328 smart_str_0(&prefix); in soap_check_zval_ref()
334 smart_str_0(&prefix); in soap_check_zval_ref()
340 smart_str_free(&prefix); in soap_check_zval_ref()
3408 xmlChar* prefix; in encode_add_ns() local
3413 smart_str prefix = {0}; in encode_add_ns() local
3419 smart_str_0(&prefix); in encode_add_ns()
[all …]
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in6 ; Per pool prefix
15 ; When not set, the global prefix (or @php_fpm_prefix@) applies instead.
16 ; Note: This directive can also be relative to the global prefix.
18 ;prefix = /path/to/pools/$pool
361 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
362 ; of its subdirectories. If the pool prefix is not set, the global prefix
382 ; Decorate worker output with prefix and suffix containing information about
429 ; Note: path INI options can be relative and will be expanded with the prefix
430 ; (pool, global or @prefix@)
/PHP-7.3/ext/simplexml/tests/
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix
/PHP-7.3/ext/zip/
H A Dconfig.m48 [ --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix], no, no)
11 PHP_ARG_WITH(pcre-dir, pcre install prefix,
12 [ --with-pcre-dir ZIP: pcre install prefix], no, no)
45 …AC_MSG_ERROR([zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB in…
/PHP-7.3/ext/session/tests/
H A Drfc1867_disabled_2.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_disabled.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_no_name.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_only_cookie_2.phpt14 session.upload_progress.prefix=upload_progress_
H A Drfc1867_cleanup.phpt15 session.upload_progress.prefix=upload_progress_
/PHP-7.3/ext/standard/tests/general_functions/
H A Dintval_binary_prefix.phpt2 Test intval() function with "0b" string prefix
/PHP-7.3/travis/
H A Dcompile.sh31 --prefix="$HOME"/php-install \
/PHP-7.3/sapi/fpm/tests/
H A Dtester.inc918 * @param string $prefix
921 private function getPrefixedFile(string $extension, string $prefix = null)
924 if (!is_null($prefix)) {
925 $fileName = $prefix . '/' . basename($fileName);
991 * @param string $prefix
994 public function expectFile(string $extension, $prefix = null)
996 $filePath = $this->getPrefixedFile($extension, $prefix);
1008 * @param string $prefix
1011 public function expectNoFile(string $extension, $prefix = null)
1013 $filePath = $this->getPrefixedFile($extension, $prefix);
/PHP-7.3/ext/dom/
H A Dconfig.m48 [ --with-libxml-dir[=DIR] DOM: libxml2 install prefix], no, no)

Completed in 92 milliseconds

12345678910>>...12