Home
last modified time | relevance | path

Searched refs:prefix (Results 76 – 100 of 191) sorted by relevance

12345678

/PHP-7.0/ext/simplexml/
H A Dconfig.m49 [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no)
/PHP-7.0/ext/soap/
H A Dconfig.m49 [ --with-libxml-dir=DIR SOAP: libxml2 install prefix], no, no)
H A Dphp_encoding.c306 smart_str prefix = {0}; in soap_check_zval_ref() local
325 smart_str_0(&prefix); in soap_check_zval_ref()
326 id = ZSTR_VAL(prefix.s); in soap_check_zval_ref()
331 smart_str_0(&prefix); in soap_check_zval_ref()
342 smart_str_0(&prefix); in soap_check_zval_ref()
348 smart_str_0(&prefix); in soap_check_zval_ref()
354 smart_str_free(&prefix); in soap_check_zval_ref()
3424 xmlChar* prefix; in encode_add_ns() local
3429 smart_str prefix = {0}; in encode_add_ns() local
3435 smart_str_0(&prefix); in encode_add_ns()
[all …]
/PHP-7.0/ext/dom/tests/
H A Ddomobject_debug_handler.phpt54 [prefix] =>
/PHP-7.0/ext/standard/tests/file/
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.0/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.0/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.0/travis/
H A Dcompile.sh14 --prefix=$HOME"/php-install" \
/PHP-7.0/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.0/ext/simplexml/tests/
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix
/PHP-7.0/ext/dom/
H A Dconfig.m410 [ --with-libxml-dir[=DIR] DOM: libxml2 install prefix], no, no)
/PHP-7.0/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
349 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
350 ; of its subdirectories. If the pool prefix is not set, the global prefix
410 ; Note: path INI options can be relative and will be expanded with the prefix
411 ; (pool, global or @prefix@)
/PHP-7.0/
H A Dmakerpm64 sh ./configure --prefix=/usr \
83 sh ./configure --prefix=/usr \
H A Dmakedist75 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
/PHP-7.0/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_
/PHP-7.0/win32/build/
H A Dconfig.w32.phpize.in43 ARG_WITH('prefix', 'PHP installation prefix', PHP_PREFIX);
/PHP-7.0/ext/phar/phar/
H A Dclicommand.inc112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)
116 $l = strlen($prefix);
119 if (substr($m->name, 0, $l) == $prefix) {
122 $func = $prefix . $sub . '_' . $what;
/PHP-7.0/ext/mbstring/oniguruma/
H A DREADME49 onig-config --prefix
50 onig-config --exec-prefix
87 (prefix == /usr/local case)

Completed in 99 milliseconds

12345678