Home
last modified time | relevance | path

Searched refs:slash (Results 1 – 25 of 46) sorted by path

12

/PHP-5.5/
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)
H A Dacinclude.m4233 dnl ac_srcdir/ac_bdir include trailing 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/fileinfo/tests/
H A Dmagic2052 >8 byte &0x10 slash-switched,
/PHP-5.5/ext/filter/tests/
H A D004.phpt8 d="quotes"&e=\slash
25 O'Henry<b>Bold</b>"quotes"\slash
26 O'Henry<b>Bold</b>"quotes"\slash
/PHP-5.5/ext/json/tests/
H A Dpass001.1.phpt43 \"slash\": \"/ & \\/\",
131 "slash": "/ & \/",
225 ["slash"]=>
406 ["slash"]=>
534 …one":1,"space":" ","quote":"\"","backslash":"\\","controls":"\b\f\n\r\t","slash":"\/ & \/","alpha"…
536 …one":1,"space":" ","quote":"\"","backslash":"\\","controls":"\b\f\n\r\t","slash":"\/ & \/","alpha"…
591 ["slash"]=>
772 ["slash"]=>
H A Dpass001.1_64bit.phpt43 \"slash\": \"/ & \\/\",
131 "slash": "/ & \/",
225 ["slash"]=>
406 ["slash"]=>
534 …one":1,"space":" ","quote":"\"","backslash":"\\","controls":"\b\f\n\r\t","slash":"\/ & \/","alpha"…
536 …one":1,"space":" ","quote":"\"","backslash":"\\","controls":"\b\f\n\r\t","slash":"\/ & \/","alpha"…
591 ["slash"]=>
772 ["slash"]=>
H A Dpass001.phpt36 \"slash\": \"/ & \\/\",
119 "slash": "/ & \/",
207 ["slash"]=>
345 ["slash"]=>
432 …one":1,"space":" ","quote":"\"","backslash":"\\","controls":"\b\f\n\r\t","slash":"\/ & \/","alpha"…
434 …one":1,"space":" ","quote":"\"","backslash":"\\","controls":"\b\f\n\r\t","slash":"\/ & \/","alpha"…
487 ["slash"]=>
625 ["slash"]=>
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4964 slash, you write \\.
/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()
H A Dphar_path_check.re61 *error = "double slash";
73 *error = "back-slash";
/PHP-5.5/ext/phar/tests/
H A Daddfuncs.phpt48 …nd cannot be created: phar error: invalid path "phar://%saddfuncs.phar.php/a" contains double 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/ext/standard/tests/array/
H A Darray_unshift_variation9.phpt49 // heredoc with quote chars & slash
/PHP-5.5/ext/standard/tests/file/
H A Ddisk_free_space_variation.phpt31 /* Testing a file trailing slash */
H A Ddisk_total_space_variation.phpt31 /* Testing a file trailing slash */
H A Dfilegroup_variation3.phpt24 /* Testing a file trailing slash */
H A Dfileinode_variation3.phpt25 /* Testing a file trailing slash */
H A Dfileowner_variation3.phpt25 /* Testing a file trailing slash */
H A Dfileperms_variation3.phpt24 /* Testing a file trailing slash */
H A Dis_dir_variation4.phpt22 /* Testing a file trailing slash */
H A Dis_executable_variation1.phpt32 /* Testing a file with trailing slash */
H A Dis_file_variation4.phpt23 /* Testing a file trailing slash */

Completed in 139 milliseconds

12