Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.3/
H A Dmakedist77 git archive --format=tar $remote_option refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; tar…
/PHP-7.3/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.3/ext/mbstring/oniguruma/
H A DREADME65 onig-config --prefix
66 onig-config --exec-prefix
104 (prefix == /usr/local case)
/PHP-7.3/ext/dom/
H A Ddocument.c1013 nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix); in PHP_FUNCTION()
1036 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION() local
1046 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1054 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_FUNCTION()
1064 if (prefix != NULL) { in PHP_FUNCTION()
1065 xmlFree(prefix); in PHP_FUNCTION()
1100 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION() local
1112 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1119 nsptr = dom_get_ns(root, uri, &errorcode, prefix); in PHP_FUNCTION()
1133 if (prefix != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/wddx/
H A Dconfig.m48 [ --with-libxml-dir=DIR WDDX: libxml2 install prefix], no, no)
/PHP-7.3/win32/build/
H A Dconfig.w32.phpize.in45 ARG_WITH('prefix', 'PHP installation prefix', PHP_PREFIX);
/PHP-7.3/ext/dom/tests/
H A Dcanonicalization.phpt41 test namespace prefix is also included. */
48 test namespace prefix is also included */
/PHP-7.3/ext/session/tests/
H A Drfc1867.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_cookie.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_get.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_sid_post.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_inter.phpt15 session.upload_progress.prefix=upload_progress_
/PHP-7.3/ext/pcre/
H A Dconfig0.m48 DIR is the PCRE install prefix [BUNDLED]], yes, no)
31 dnl PCRE2 in a non standard prefix should still have its config tool.
/PHP-7.3/tests/strings/
H A D001.phpt181 $str = "prefix";
194 $str = "prefix";
/PHP-7.3/ext/imap/
H A Dconfig.m496 [ --with-imap[=DIR] Include IMAP support. DIR is the c-client install prefix])
99 [ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install prefix], n…
102 [ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install prefix], no, no)
/PHP-7.3/ext/mysqlnd/
H A Dconfig9.m413 [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)
/PHP-7.3/ext/simplexml/tests/
H A D031.phpt41 /* Does not add prefix here although name is valid (but discouraged) - change behavior? */
/PHP-7.3/ext/phar/tests/
H A Dbug54289.phpt17 // the same prefix
/PHP-7.3/ext/standard/tests/file/
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.3/main/
H A Dbuild-defs.h.in77 #define PHP_PREFIX "@prefix@"

Completed in 58 milliseconds

12345678910>>...12