Home
last modified time | relevance | path

Searched refs:prefix (Results 101 – 125 of 191) sorted by relevance

12345678

/PHP-7.0/ext/session/tests/
H A Drfc1867_cleanup.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_only_cookie_2.phpt14 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_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_get_2.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_post.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_invalid.phpt15 session.upload_progress.prefix=upload_progress_
/PHP-7.0/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.0/ext/wddx/
H A Dconfig.m410 [ --with-libxml-dir=DIR WDDX: libxml2 install prefix], no, no)
/PHP-7.0/ext/dom/tests/
H A Dcanonicalization.phpt41 test namespace prefix is also included. */
48 test namespace prefix is also included */
/PHP-7.0/tests/strings/
H A D001.phpt181 $str = "prefix";
194 $str = "prefix";
/PHP-7.0/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.0/ext/mysqlnd/
H A Dconfig9.m415 [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)
/PHP-7.0/ext/simplexml/tests/
H A D031.phpt41 /* Does not add prefix here although name is valid (but discouraged) - change behavior? */
/PHP-7.0/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*/
H A Dfile_put_contents_variation8-win32.phpt31 /* prefix with path separator of a non existing directory*/
/PHP-7.0/main/
H A Dbuild-defs.h.in81 #define PHP_PREFIX "@prefix@"
/PHP-7.0/ext/standard/
H A Dbasic_functions.h150 PHPAPI int php_prefix_varname(zval *result, zval *prefix, char *var_name, size_t var_name_len, zend…
/PHP-7.0/ext/pcre/
H A Dconfig0.m410 DIR is the PCRE install prefix [BUNDLED]], yes, no)

Completed in 46 milliseconds

12345678