Home
last modified time | relevance | path

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

12345678

/PHP-5.4/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-5.4/ext/dom/tests/
H A Dcanonicalization.phpt41 test namespace prefix is also included. */
48 test namespace prefix is also included */
/PHP-5.4/ext/session/tests/
H A Drfc1867_sid_invalid.phpt15 session.upload_progress.prefix=upload_progress_
H A Drfc1867_inter.phpt14 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_cookie.phpt14 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_get.phpt14 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_get_2.phpt14 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_only_cookie.phpt14 session.upload_progress.prefix=upload_progress_
H A Drfc1867.phpt14 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_post.phpt14 session.upload_progress.prefix=upload_progress_
/PHP-5.4/ext/wddx/
H A Dconfig.m410 [ --with-libxml-dir=DIR WDDX: libxml2 install prefix], no, no)
/PHP-5.4/ext/pdo_odbc/
H A Dconfig.m453 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
54 pdo_cv_inc_path=$prefix/include/php/ext
/PHP-5.4/ext/dom/
H A Ddocument.c1215 nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix); in PHP_FUNCTION()
1237 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION() local
1247 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1255 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_FUNCTION()
1265 if (prefix != NULL) { in PHP_FUNCTION()
1266 xmlFree(prefix); in PHP_FUNCTION()
1300 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION() local
1312 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1319 nsptr = dom_get_ns(root, uri, &errorcode, prefix); in PHP_FUNCTION()
1333 if (prefix != NULL) { in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/simplexml/tests/
H A D031.phpt41 /* Does not add prefix here although name is valid (but discouraged) - change behavior? */
/PHP-5.4/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-5.4/win32/build/
H A Dconfutils.js1800 var prefix;
1802 prefix = PHP_PREFIX.replace(new RegExp("\\\\", "g"), "\\\\");
1812 indata = indata.replace(new RegExp("@PREFIX@", "g"), prefix);
1870 prefix = get_define("PHP_PREFIX");
1871 prefix = prefix.replace(new RegExp("/", "g"), "\\");
1872 prefix = prefix.replace(new RegExp("\\\\", "g"), "\\\\");
1873 MF.WriteLine("var PHP_PREFIX=" + '"' + prefix + '"');
/PHP-5.4/main/
H A Dbuild-defs.h.in81 #define PHP_PREFIX "@prefix@"
/PHP-5.4/ext/pcre/
H A Dconfig0.m410 DIR is the PCRE install prefix [BUNDLED]], yes, no)
/PHP-5.4/ext/sqlite3/
H A Dconfig0.m46 [ --without-sqlite3[=DIR] Do not include SQLite3 support. DIR is the prefix to
/PHP-5.4/ext/standard/
H A Darray.c1300 Z_STRLEN_P(result) = Z_STRLEN_P(prefix) + (add_underscore ? 1 : 0) + var_name_len; in php_prefix_varname()
1303 memcpy(Z_STRVAL_P(result), Z_STRVAL_P(prefix), Z_STRLEN_P(prefix)); in php_prefix_varname()
1306 Z_STRVAL_P(result)[Z_STRLEN_P(prefix)] = '_'; in php_prefix_varname()
1319 zval *var_array, *prefix = NULL; in PHP_FUNCTION() local
1346 if (prefix) { in PHP_FUNCTION()
1347 convert_to_string(prefix); in PHP_FUNCTION()
1348 if (Z_STRLEN_P(prefix) && !php_valid_var_name(Z_STRVAL_P(prefix), Z_STRLEN_P(prefix))) { in PHP_FUNCTION()
1382 php_prefix_varname(&final_name, prefix, Z_STRVAL(num), Z_STRLEN(num), 1 TSRMLS_CC); in PHP_FUNCTION()
1407 php_prefix_varname(&final_name, prefix, var_name, var_name_len, 1 TSRMLS_CC); in PHP_FUNCTION()
1419 php_prefix_varname(&final_name, prefix, var_name, var_name_len, 1 TSRMLS_CC); in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/mysqlnd/
H A Dconfig9.m415 [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)

Completed in 58 milliseconds

12345678