Home
last modified time | relevance | path

Searched refs:slash (Results 26 – 46 of 46) sorted by relevance

12

/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation3.phpt46 // heredoc with quote chars & slash
H A Dstrip_tags_variation5.phpt49 // heredoc with quote chars & slash
/PHP-5.5/Zend/
H A Dzend_constants.c502 char *slash = strrchr(c->name, '\\'); in zend_register_constant() local
503 if(slash) { in zend_register_constant()
505 zend_str_tolower(lowercase_name, slash-c->name); in zend_register_constant()
H A Dzend_execute_API.c501 char *save = actual, *slash; in zval_update_constant_ex() local
503 …if ((Z_TYPE_P(p) & IS_CONSTANT_UNQUALIFIED) && (slash = (char *)zend_memrchr(actual, '\\', actual_… in zval_update_constant_ex()
504 actual = slash + 1; in zval_update_constant_ex()
/PHP-5.5/ext/phar/
H A Dphar.c1772 char *slash; local
1781 if (slash) {
1782 *slash = '\0';
1786 if (!slash) {
1795 *slash = '\0';
1796 slash = strrchr(realpath, '/');
1798 if (slash) {
1799 *slash = '\0';
1893 const char *pos, *slash; local
2036 if (!slash) {
[all …]
H A Dphar_object.c4118 const char *slash; in phar_extract_file() local
4205 slash = zend_memrchr(filename, '/', filename_len); in phar_extract_file()
4207 if (slash) { in phar_extract_file()
4208 fullpath[dest_len + (slash - filename) + 1] = '\0'; in phar_extract_file()
4231 if (slash) { in phar_extract_file()
4232 fullpath[dest_len + (slash - filename) + 1] = '/'; in phar_extract_file()
/PHP-5.5/ext/standard/tests/file/
H A Dis_readable_variation1.phpt40 /* Testing a file trailing slash */
H A Ddisk_free_space_variation.phpt31 /* Testing a file trailing slash */
H A Dis_writable_variation1.phpt42 /* Testing a file trailing slash */
H A Dsymlink_link_linkinfo_is_link_basic1.phpt46 // filename stored in array with single and double slash notation in its path
H A Dpathinfo_basic.phpt20 /* Testing a file with trailing slash */
/PHP-5.5/tests/security/
H A Dopen_basedir.inc21 // Remove any trailing slash first
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_variation9.phpt49 // heredoc with quote chars & slash
/PHP-5.5/ext/spl/
H A Dspl_directory.c203 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in spl_filesystem_object_get_file_name() local
218 slash, intern->u.dir.entry.d_name); in spl_filesystem_object_get_file_name()
1521 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in SPL_METHOD() local
1540 … = spprintf(&subdir->u.dir.sub_path, 0, "%s%c%s", intern->u.dir.sub_path, slash, intern->u.dir.ent… in SPL_METHOD()
1577 char slash = SPL_HAS_FLAG(intern->flags, SPL_FILE_DIR_UNIXPATHS) ? '/' : DEFAULT_SLASH; in SPL_METHOD() local
1584 len = spprintf(&sub_name, 0, "%s%c%s", intern->u.dir.sub_path, slash, intern->u.dir.entry.d_name); in SPL_METHOD()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in351 ; Note: The value must start with a leading slash (/). The value can be
363 ; Note: The value must start with a leading slash (/). The value can be
/PHP-5.5/win32/
H A Dinstall.txt515 c:/directory/file.ext. A trailing slash may also be necessary for
641 c:/directory/file.ext. A trailing slash may also be necessary for
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch420 rest[--restlen] = '\0'; /* trim trailing slash */
/PHP-5.5/
H A Dacinclude.m4233 dnl ac_srcdir/ac_bdir include trailing slash
H A DNEWS4347 trailing forward slash). (lekensteyn at gmail dot com, Pierre)
7112 - Fixed bug #42739 (mkdir() doesn't like a trailing slash when safe_mode is
7288 or trailing slash in Windows). (Dmitry)
7405 - Fixed bug #40419 (Trailing slash in CGI request does not work). (Dmitry)
8295 - Fixed bug #38989 (Absolute path with slash at beginning doesn't work on win).
10098 have trailing slash). (Ilia)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4964 slash, you write \\.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2052 >8 byte &0x10 slash-switched,

Completed in 154 milliseconds

12