Home
last modified time | relevance | path

Searched refs:prefix (Results 201 – 225 of 293) sorted by relevance

12345678910>>...12

/PHP-7.2/ext/standard/tests/file/
H A Dtempnam_error.phpt5 /* Prototype: string tempnam ( string $dir, string $prefix );
H A Dreadfile_variation10.phpt33 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8-win32.phpt33 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8.phpt32 /* prefix with path separator of a non existing directory*/
H A Dreadfile_variation10-win32.phpt32 /* prefix with path separator of a non existing directory*/
/PHP-7.2/win32/build/
H A Dconfig.w32.phpize.in43 ARG_WITH('prefix', 'PHP installation prefix', PHP_PREFIX);
/PHP-7.2/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.2/ext/mbstring/oniguruma/
H A DREADME.md73 onig-config --prefix
74 onig-config --exec-prefix
115 (prefix == /usr/local case)
/PHP-7.2/
H A Dmakedist75 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
/PHP-7.2/ext/dom/
H A Ddocument.c1015 nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix); in PHP_FUNCTION()
1038 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION() local
1048 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1056 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_FUNCTION()
1066 if (prefix != NULL) { in PHP_FUNCTION()
1067 xmlFree(prefix); in PHP_FUNCTION()
1102 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION() local
1114 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1121 nsptr = dom_get_ns(root, uri, &errorcode, prefix); in PHP_FUNCTION()
1135 if (prefix != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/wddx/
H A Dconfig.m410 [ --with-libxml-dir=DIR WDDX: libxml2 install prefix], no, no)
/PHP-7.2/ext/dom/tests/
H A Dcanonicalization.phpt41 test namespace prefix is also included. */
48 test namespace prefix is also included */
/PHP-7.2/ext/session/tests/
H A Drfc1867_sid_get.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_post.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_get_2.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_only_cookie.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_inter.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_cookie.phpt15 session.upload_progress.prefix=upload_progress_
/PHP-7.2/tests/strings/
H A D001.phpt181 $str = "prefix";
194 $str = "prefix";
/PHP-7.2/ext/imap/
H A Dconfig.m498 [ --with-imap[=DIR] Include IMAP support. DIR is the c-client install prefix])
101 [ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install prefix], n…
104 [ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install prefix], no, no)
/PHP-7.2/ext/mysqlnd/
H A Dconfig9.m415 [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)
/PHP-7.2/ext/phar/tests/
H A Dbug54289.phpt17 // the same prefix
/PHP-7.2/ext/simplexml/tests/
H A D031.phpt41 /* Does not add prefix here although name is valid (but discouraged) - change behavior? */
/PHP-7.2/main/
H A Dbuild-defs.h.in81 #define PHP_PREFIX "@prefix@"

Completed in 45 milliseconds

12345678910>>...12