Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.2/ext/simplexml/
H A Dconfig.m49 [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no)
/PHP-7.2/ext/dom/tests/
H A Ddomobject_debug_handler.phpt54 [prefix] =>
/PHP-7.2/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 */
/PHP-7.2/ext/standard/
H A Darray.c1725 memcpy(Z_STRVAL_P(result), Z_STRVAL_P(prefix), Z_STRLEN_P(prefix));
1728 Z_STRVAL_P(result)[Z_STRLEN_P(prefix)] = '_';
2050 prefix:
2079 goto prefix;
2118 prefix:
2148 goto prefix;
2449 zval *var_array_param, *prefix = NULL; local
2459 Z_PARAM_ZVAL(prefix)
2478 if (prefix) {
2479 convert_to_string(prefix);
[all …]
/PHP-7.2/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.2/ext/gd/
H A Dconfig.m414 [ --with-webp-dir[=DIR] GD: Set the path to libwebp install prefix], no, no)
19 [ --with-jpeg-dir[=DIR] GD: Set the path to libjpeg install prefix], no, no)
24 [ --with-png-dir[=DIR] GD: Set the path to libpng install prefix], no, no)
29 [ --with-zlib-dir[=DIR] GD: Set the path to libz install prefix], no, no)
33 [ --with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix], no, no)
36 [ --with-freetype-dir[=DIR] GD: Set the path to FreeType 2 install prefix], no, no)
/PHP-7.2/ext/soap/
H A Dphp_encoding.c296 smart_str prefix = {0}; in soap_check_zval_ref() local
313 smart_str_0(&prefix); in soap_check_zval_ref()
314 id = ZSTR_VAL(prefix.s); in soap_check_zval_ref()
319 smart_str_0(&prefix); in soap_check_zval_ref()
330 smart_str_0(&prefix); in soap_check_zval_ref()
336 smart_str_0(&prefix); in soap_check_zval_ref()
342 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.2/ext/simplexml/tests/
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix
/PHP-7.2/travis/
H A Dcompile.sh30 --prefix="$HOME"/php-install \
/PHP-7.2/ext/zip/
H A Dconfig.m410 [ --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix], no, no)
13 PHP_ARG_WITH(pcre-dir, pcre install prefix,
14 [ --with-pcre-dir ZIP: pcre install prefix], no, no)
47 …AC_MSG_ERROR([zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB in…
/PHP-7.2/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.2/ext/dom/
H A Dconfig.m410 [ --with-libxml-dir[=DIR] DOM: libxml2 install prefix], no, no)
/PHP-7.2/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
353 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
354 ; of its subdirectories. If the pool prefix is not set, the global prefix
414 ; Note: path INI options can be relative and will be expanded with the prefix
415 ; (pool, global or @prefix@)
/PHP-7.2/ext/session/tests/
H A Drfc1867_disabled.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_disabled_2.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.2/ext/standard/tests/general_functions/
H A Dintval_binary_prefix.phpt2 Test intval() function with "0b" string prefix
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME47 onig-config --prefix
48 onig-config --exec-prefix
86 (prefix == /usr/local case)

Completed in 73 milliseconds

12345678910>>...12